com.collation.platform.model.topology.sys.i5OS
Interface I5GroupProfile

All Superinterfaces:
I5Profile, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable

public interface I5GroupProfile
extends I5Profile

Naming Rules:
0="i5operatingSystem,profileName"
Persistable:
true

Field Summary
static java.lang.String IBM_COPYRIGHT
           
 
Method Summary
 I5UserProfile[] getI5Users()
           
 boolean hasI5Users()
           
 void setI5Users(I5UserProfile[] x)
           
 
Methods inherited from interface com.collation.platform.model.topology.sys.i5OS.I5Profile
getI5operatingSystem, getInitialMenu, getInitialProgram, getLimitCapabilities, getProfileName, getSpecialAuthority, hasI5operatingSystem, hasInitialMenu, hasInitialProgram, hasLimitCapabilities, hasProfileName, hasSpecialAuthority, setI5operatingSystem, setInitialMenu, setInitialProgram, setLimitCapabilities, setProfileName, setSpecialAuthority
 
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

getI5Users

I5UserProfile[] getI5Users()
                           throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Federates" reverse="false"

setI5Users

void setI5Users(I5UserProfile[] x)

hasI5Users

boolean hasI5Users()