|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CentraSiteRegistryObject
CentraSiteRegistryObject is used to represent the CentraSite Registry objects.
CentraSite Model classes should inherit the CentraSiteRegistryObject
Method Summary | |
---|---|
java.util.Collection<CentraSiteObject> |
getConsumers()
gets the users who are registered as Consumers for this CentraSiteRegistryObject |
java.lang.String |
getDescription()
Get the description of the registry object. |
java.lang.String |
getDescription(java.util.Locale locale)
Get the description of the registry object. |
java.lang.String |
getDisplayVersion()
Retrieves the display version of a CentraSiteRegistryObject. |
LCMStateAssignment |
getLCMAssignment()
Return the lifecycle state information of the CSRO |
java.lang.String |
getLocalName()
fetch Local-Name Classification of this RegistryObject. |
java.util.List<Profile> |
getMandatoryAttributeProfiles()
Return the list of profiles for the CSRO in which there is atleast one mandatory attribute, ordered by the profile sequence number. |
java.lang.String |
getName()
Get the Name of the CentraSiteRegistryObject |
java.lang.String |
getName(java.util.Locale locale)
Get the Name of the CentraSiteRegistryObject for the given locale |
java.lang.String |
getNameSpace()
fetch namespace Classification of this RegistryObject. |
CentraSiteRegistryObject |
getNextVersion()
Retrieves the CentraSiteRegistryObject representing the next version. |
java.util.List<CentraSiteRegistryObject> |
getNextVersions()
Retrieves the List of CentraSiteRegistryObject representing the next versions. |
Organization |
getOrganization()
Retrieves the Organization of the CentraSiteRegistryObject |
User |
getOwner()
Retrieves the owner of the CentraSiteRegistryObject |
CentraSiteRegistryObject |
getPreviousVersion()
Retrieves the CentraSiteRegistryObject representing the previous version. |
java.util.List<CentraSiteRegistryObject> |
getPreviousVersions()
Retrieves the List of CentraSiteRegistryObject representing the previous versions. |
java.lang.Object |
getRegistryObject()
|
java.util.Collection<User> |
getSubscribers()
gets the users who have subscribed to (or watching) this CentraSiteRegistryObject for notifications |
java.lang.String |
getSystemVersion()
Retrieves the system version of the CentraSiteRegistryObject |
java.lang.String |
getUserVersion()
Retrieves the user version of the CentraSiteRegistryObject |
java.util.List<CSROProfile> |
getVisiblePrimaryProfiles()
get the list of primary Profile s including inherited profiles in case of Virtual Types based on the current user permission |
boolean |
isLatestVersionObject()
Checks if current object is the maximum (or only) version object true: is the maximum (or only) version object false: its an intermediate version object |
void |
setDescription(java.lang.String description)
Set the description of the registry object for the current user locale. |
void |
setDescription(java.lang.String description,
java.util.Locale locale)
Set the description of the registry object. |
void |
setDisplayVersion(java.lang.String userVersion)
Updates the user version according to the given parameter |
void |
setLCMState(LCMState lcmState)
Allowed to set the LCMState to CentraSiteRegistryObject. |
void |
setLocalName(java.lang.String localName)
Set Local-Name Classification of this RegistryObject. |
void |
setName(java.lang.String name)
Sets the Name to the CentraSiteRegistryObject for the current user locale. |
void |
setName(java.lang.String name,
java.util.Locale locale)
Set the name in the given locale. |
void |
setNameSpace(java.lang.String nameSpace)
Set namespace Classification of this RegistryObject. |
void |
setOrganization(Organization organization)
set the Organization of the CentraSiteRegistryObject |
void |
setOwner(User user)
sets the owner of the CentraSiteRegistryObject |
void |
setUserVersion(java.lang.String userVersion)
Updates the user version according to the given parameter |
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 |
---|
java.lang.String getName() throws CLLException
CLLException
java.lang.String getName(java.util.Locale locale) throws CLLException
locale
- Locale which represent the language
CLLException
void setName(java.lang.String name) throws CLLException
name
- of the CentraSiteRegistryObject.
CLLException
void setName(java.lang.String name, java.util.Locale locale) throws CLLException
name
- of the CentraSiteRegistryObject.locale
- name going to store in the given locale.
CLLException
java.lang.String getDescription() throws CLLException
CLLException
java.lang.String getDescription(java.util.Locale locale) throws CLLException
locale
- The Locale for the desired value. If null the default locale is used.
CLLException
void setDescription(java.lang.String description) throws CLLException
description
- description of registry object.
CLLException
void setDescription(java.lang.String description, java.util.Locale locale) throws CLLException
description
- description of registry object.locale
- description of the registry object is in a given locale.
CLLException
java.lang.String getUserVersion() throws CLLException
CLLException
void setUserVersion(java.lang.String userVersion) throws CLLException
userVersion
- user specified version
CLLException
- will be thrown if setting user version failsjava.lang.String getDisplayVersion() throws CLLException
CLLException
- thrown if fetch failsvoid setDisplayVersion(java.lang.String userVersion) throws CLLException
userVersion
- user specified version
CLLException
- will be thrown if setting user version failsCentraSiteRegistryObject getPreviousVersion() throws CLLException
CLLException
- will be thrown if fetching previous version failsjava.util.List<CentraSiteRegistryObject> getPreviousVersions() throws CLLException
CLLException
- will be thrown if fetching previous versions failsCentraSiteRegistryObject getNextVersion() throws CLLException
CLLException
- will be thrown if fetching newer version failsjava.util.List<CentraSiteRegistryObject> getNextVersions() throws CLLException
CLLException
- will be thrown if fetching newer versions failsjava.lang.String getSystemVersion() throws CLLException
CLLException
boolean isLatestVersionObject() throws CLLException
CLLException
User getOwner() throws CLLException
CLLException
void setOwner(User user) throws CLLException
user
- The user who has to be set as the owner of the CentraSiteRegistryObject
CLLException
Organization getOrganization() throws CLLException
CLLException
void setOrganization(Organization organization) throws CLLException
organization
- The Organization of the CentraSiteRegistryObject
CLLException
java.util.List<CSROProfile> getVisiblePrimaryProfiles() throws CLLException
Profile
s including inherited profiles in case of Virtual Types based on the current user permission
Profile
s based on the current user permission.
CLLException
java.util.Collection<User> getSubscribers() throws CLLException
User
who are subscribers to this CentraSiteRegistryObject
CLLException
java.util.Collection<CentraSiteObject> getConsumers() throws CLLException
User
who are consumers to this CentraSiteRegistryObject
CLLException
LCMStateAssignment getLCMAssignment() throws CLLException
LCMStateAssignment
CLLException
- in case of failed to get the LCMStateAssignment assigned to
CentraSiteRegistryObject.void setLCMState(LCMState lcmState) throws CLLException
lcmState
- state of the CentraSiteRegistryObject.
CLLException
- in case failed to change the current state of
CentraSiteRegistryObject,void setLocalName(java.lang.String localName) throws CLLException
localName
- value for the Local-Name Classification
CLLException
java.lang.String getLocalName() throws CLLException
CLLException
void setNameSpace(java.lang.String nameSpace) throws CLLException
nameSpace
- value for the NameSpace Classification
CLLException
java.lang.String getNameSpace() throws CLLException
CLLException
java.util.List<Profile> getMandatoryAttributeProfiles() throws CLLException
CLLException
java.lang.Object getRegistryObject() throws CLLException
CLLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |