|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Immutable @ThreadSafe public interface Organization
The Organization
interface represents an organization as listed in a
Organizations
. You cannot create an instance of this class yourself;
you can only get one from a IOrganizations
using one of the methods
mentioned below.
An instance of the class is immutable, showing the state at the time it was created by the appropriate call.
Organizations.get(int)
,
Iterable.iterator()
Nested Class Summary | |
---|---|
static class |
Organization.OrganizationType
The different types of Organization |
Method Summary | |
---|---|
java.lang.String |
getID()
Get the ID of the Organization |
java.lang.String |
getName()
gets the descriptive name of the organization |
java.lang.String |
getSystemID()
gets the ID of the System Organization corresponding to this Organization |
Organization.OrganizationType |
getType()
gets the type of Organization |
boolean |
isSecurityEnabled()
gets whether or not security is enabled on this System Organization |
Method Detail |
---|
java.lang.String getID()
String
containing the organization idjava.lang.String getName()
String
containing the descriptive name of the
organizationjava.lang.String getSystemID()
String
containing the ID of the System organizationOrganization.OrganizationType getType()
Organization.OrganizationType
specifying the typeboolean isSecurityEnabled()
true
if security is enabled
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |