|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.apps.server.util.WcmWorkflowState
Field Summary | |
int |
majorVersionNumber
Major Version Number of currently selected workflow |
int |
minorVersionNumber
Minor Version Number of currently selected workflow |
java.lang.String |
objectStoreName
Object store name for currently selected workflow |
int |
objType
Object type of currently selected workflow |
java.lang.String |
selectedId
Id of currently selected workflow |
java.lang.String |
selectedLabel
Label for currently selected workflow |
java.lang.String |
selectedStyle
Style for currently selected workflow |
java.lang.String |
verSerId
Version series Id for currently selected workflow |
Constructor Summary | |
WcmWorkflowState()
|
Method Summary | |
void |
clearData()
Clears all data values. |
java.lang.Object |
clone()
Clone a state object. |
static WcmWorkflowState |
getGlobalInstance(com.filenet.wcm.toolkit.server.base.WcmDpModule dp)
Overloaded factory method that initialized authoring state from global property bag. |
static WcmWorkflowState |
getInstance(com.filenet.wcm.toolkit.server.base.WcmDpModule dp)
Factory method returns an instance of this object to use. |
static java.lang.String |
getKey()
return the key of this class |
static void |
setKey(java.lang.String key)
Change the key of this class. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int objType
public java.lang.String objectStoreName
public java.lang.String selectedId
public java.lang.String verSerId
public java.lang.String selectedLabel
public java.lang.String selectedStyle
public int majorVersionNumber
public int minorVersionNumber
Constructor Detail |
public WcmWorkflowState()
Method Detail |
public void clearData()
public static WcmWorkflowState getInstance(com.filenet.wcm.toolkit.server.base.WcmDpModule dp) throws java.lang.Exception
dp
- WcmDpModule module
java.lang.Exception
- If any errors occuredpublic static WcmWorkflowState getGlobalInstance(com.filenet.wcm.toolkit.server.base.WcmDpModule dp) throws java.lang.Exception
dp
- WcmDpModule which cached state information in its data store.
java.lang.Exception
- If there are problems retrieving data or an invalid parameter.public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
- if super don't support it.public static void setKey(java.lang.String key)
key
- - Stringpublic static java.lang.String getKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |