|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComputedProfile
Computed profiles and attributes provide a dynamic rendering of information for assets. This interface provides the CentraSite Object Model (CSOM) for computed profiles.
Method Summary | |
---|---|
boolean |
canRender()
Checks if the computed profile can be UI rendering |
java.util.List<CentraSiteObjectAttribute> |
getAttributes()
Get a list of attributes associated with the computed profile |
java.lang.String |
getURL()
Returns the authenticated webdav URL of the computed profile module |
Methods inherited from interface com.softwareag.centrasite.api.csom.type.CSROProfile |
---|
getNestedProfiles, getProfileId, isComputed |
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 canRender()
CLLException
- if CLL fails to check the UI rendering of computed profilejava.util.List<CentraSiteObjectAttribute> getAttributes()
getAttributes
in interface CSROProfile
CentraSiteObjectAttribute
that are associated with the computed profile
CLLException
- if CLL fails to retrieve the list of attributes associated with the computed profilejava.lang.String getURL()
CLLException
- if CLL fails to retrieve the authenticated webdav URL of the computed profile module
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |