|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CSROProfile
The CSROProfile object is a logical wrapper to represent the CentraSiteObjectAttribute
s detail of a
CentraSiteRegistryObject
.getProfiles methods can be used to obtain the associated profiles at instance level
Method Summary | |
---|---|
java.util.List<CentraSiteObjectAttribute> |
getAttributes()
Get the list of attributes that are associated with this profile |
java.util.List<CSROProfile> |
getNestedProfiles()
Get the list of profiles that are nested under this profile |
int |
getProfileId()
Get the profile id. |
boolean |
isComputed()
Checks if a this profile is a computed profile |
Methods inherited from interface com.softwareag.centrasite.api.csom.CentraSiteRegistryObject |
---|
getConsumers, getDescription, getDescription, getDisplayVersion, getLCMAssignment, getLocalName, getMandatoryAttributeProfiles, getName, getName, getNameSpace, getNextVersion, getNextVersions, getOrganization, getOwner, getPreviousVersion, getPreviousVersions, getRegistryObject, getSubscribers, getSystemVersion, getUserVersion, getVisiblePrimaryProfiles, isLatestVersionObject, setDescription, setDescription, setDisplayVersion, setLCMState, setLocalName, setName, setName, setNameSpace, setOrganization, setOwner, setUserVersion |
Methods inherited from interface com.softwareag.centrasite.api.csom.CentraSiteObject |
---|
delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, getType, isModified, isReadOnly, save, setAttributeValue, setAttributeValue, setAttributeValue |
Method Detail |
---|
boolean isComputed() throws CLLException
CLLException
java.util.List<CentraSiteObjectAttribute> getAttributes() throws CLLException
CentraSiteObjectAttribute
associated with this profile
CLLException
java.util.List<CSROProfile> getNestedProfiles() throws CLLException
Profile
that are nested under this profile
CLLException
int getProfileId() throws CLLException
CLLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |