|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LCMStateAssignment
LCMStateAssignment wraps the current state and pending of the CentraSiteObject.
Method Summary | |
---|---|
LCMState |
getCurrentState()
currently assigned state of the registry object |
LCMState |
getLCMStateById(java.lang.String lcmIStateID)
|
java.lang.String |
getName()
return the LCMState label, in case the next state transition is
in pending the label is enclosed with Pending i.e Pending(State) |
java.lang.String |
getName(java.util.Locale locale)
return getName() specific to given locale. |
LCMState |
getPendingState()
Pending state of the registry object in case that state is exists other wise return null. |
boolean |
isPending()
used to find the registry object is pending state. |
Method Detail |
---|
java.lang.String getName() throws CLLException
LCMState
label, in case the next state transition is
in pending the label is enclosed with Pending i.e Pending(State)
CentraSiteRegistryObject.getName()
, but in case next state transition is
in pending then is enclosed with the text Pending(
CentraSiteRegistryObject.getName()
)
CLLException
- in case of failed to get the Name.java.lang.String getName(java.util.Locale locale) throws CLLException
getName()
specific to given locale.
locale
- to which getName()
value
need to render.
getName()
for the
CLLException
- in case of failed to get the name for given localeLCMState getCurrentState() throws CLLException
LCMState
or null if not match with the given ID
CLLException
- in case of failed to get the current assigned state.LCMState getPendingState() throws CLLException
LCMState
CLLException
- in case of failed to get the pending state.LCMState getLCMStateById(java.lang.String lcmIStateID) throws CLLException
LCMState
CLLException
- in case of failed to get the LCM state by the given state ID.boolean isPending()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |