|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LCM
LCM is a state machine which contains a set of states and LCM is applicable to a set of CentraSiteObjecType's. LCM state assignment happen to the applicable assigned type instance only the LifeCycleModel become an active i.e State changed from New -> Productive.
Method Summary | |
---|---|
java.util.Collection<LCMState> |
getAllStates()
Return all the state exists in the LCM. |
LCMState |
getInitialState()
Initial state of LCM. |
Organization |
getOrganization()
Get the Organization LCM is applicable. |
java.util.Collection<CentraSiteRegistryObjectType> |
getTypes()
Return the types applicable for the current LCM. |
boolean |
isActive()
find weather given LCM is active or not |
boolean |
isGlobal()
find weather LCM is applicable for multiple organizations. |
Methods inherited from interface com.softwareag.centrasite.api.csom.CentraSiteRegistryObject |
---|
getConsumers, getDescription, getDescription, getDisplayVersion, getLCMAssignment, getLocalName, getMandatoryAttributeProfiles, getName, getName, getNameSpace, getNextVersion, getNextVersions, 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 |
---|
java.util.Collection<CentraSiteRegistryObjectType> getTypes() throws CLLException
CLLException
- in case of failed to applicable types.LCMState getInitialState() throws CLLException
LCMState
CLLException
- in case of failed to get Initial State.java.util.Collection<LCMState> getAllStates() throws CLLException
CLLException
- in case of failed to get the LCMState'sboolean isActive() throws CLLException
CLLException
- in case of failed to find the weather LCM is active or not.Organization getOrganization() throws CLLException
getOrganization
in interface CentraSiteRegistryObject
CLLException
boolean isGlobal() throws CLLException
CLLException
- in case of failed to find is belongs to global.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |