com.collation.platform.model.topology.app.citrix
Interface CitrixUser

All Superinterfaces:
Account, Contact, ManagedElement, ModelObject, OrganizationalEntity, java.io.Serializable

public interface CitrixUser
extends Account

Naming Rules:
0="accountType,accountName"
Persistable:
true
Display Name:
accountName

Field Summary
static java.lang.String IBM_COPYRIGHT
           
 
Method Summary
 CitrixAccountAuthority getAccountAuthority()
           
 int getAccountType()
           
 CitrixApplication[] getApplications()
           
 boolean hasAccountAuthority()
           
 boolean hasAccountType()
           
 boolean hasApplications()
           
 void setAccountAuthority(CitrixAccountAuthority x)
           
 void setAccountType(int x)
           
 void setApplications(CitrixApplication[] x)
           
 
Methods inherited from interface com.collation.platform.model.topology.process.Account
getAccountName, getShortName, hasAccountName, hasShortName, setAccountName, setShortName
 
Methods inherited from interface com.collation.platform.model.topology.process.OrganizationalEntity
getAssignedContactpurpose, getAssignedRoles, getBusinessCategory, getCAGECode, getContactpurposeOwner, getDUNSNumber, getEmail, getEntityName, getFax, getGlobalName, getISICCode, getManager, getManagingEntity, getMobilePhone, getNAICSCode, getName, getNAPCSCode, getNote, getOwnedPurpose, getSICCode, getSupportedPurpose, getSupportingContactPurpose, getTitle, getType, getURL, getWorkPhone, hasAssignedContactpurpose, hasAssignedRoles, hasBusinessCategory, hasCAGECode, hasContactpurposeOwner, hasDUNSNumber, hasEmail, hasEntityName, hasFax, hasGlobalName, hasISICCode, hasManager, hasManagingEntity, hasMobilePhone, hasNAICSCode, hasName, hasNAPCSCode, hasNote, hasOwnedPurpose, hasSICCode, hasSupportedPurpose, hasSupportingContactPurpose, hasTitle, hasType, hasURL, hasWorkPhone, setAssignedContactpurpose, setAssignedRoles, setBusinessCategory, setCAGECode, setContactpurposeOwner, setDUNSNumber, setEmail, setEntityName, setFax, setGlobalName, setISICCode, setManager, setManagingEntity, setMobilePhone, setNAICSCode, setName, setNAPCSCode, setNote, setOwnedPurpose, setSICCode, setSupportedPurpose, setSupportingContactPurpose, setTitle, setType, setURL, setWorkPhone
 
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles
 
Methods inherited from interface com.collation.platform.model.ModelObject
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken
 

Field Detail

IBM_COPYRIGHT

static final java.lang.String IBM_COPYRIGHT
See Also:
Constant Field Values
Method Detail

getApplications

CitrixApplication[] getApplications()
                                    throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Uses" reverse="false"

setApplications

void setApplications(CitrixApplication[] x)

hasApplications

boolean hasApplications()

getAccountAuthority

CitrixAccountAuthority getAccountAuthority()
                                           throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Authorizes" reverse="true"

setAccountAuthority

void setAccountAuthority(CitrixAccountAuthority x)

hasAccountAuthority

boolean hasAccountAuthority()

getAccountType

int getAccountType()
                   throws AttributeNotSetException
Throws:
AttributeNotSetException

setAccountType

void setAccountType(int x)

hasAccountType

boolean hasAccountType()