|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.content.workflow.ContentWorkflowMetaData
public class ContentWorkflowMetaData
Value class for a content's workflow metadata.
Constructor Summary | |
---|---|
ContentWorkflowMetaData()
|
Method Summary | |
---|---|
String |
getAssignedTo()
Returns the principal identifier to which the content is assigned to. |
String |
getMetaDataId()
The metadata identifier. |
String |
getStateId()
Returns the identifier of the workflow state the content is currently in. |
String |
getWorkflowMetaDataId()
Returns the identifier of this workflow metadata. |
void |
setAssignedTo(String assignedTo)
Sets the principal identifier to which the content is assigned to. |
void |
setMetaDataId(String metaDataId)
Sets the metadata identifier. |
void |
setStateId(String stateId)
Sets the workflow state the content is currently in. |
void |
setWorkflowMetaDataId(String workflowMetaDataId)
Sets the identifier for this workflow metadata. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentWorkflowMetaData()
Method Detail |
---|
public String getMetaDataId()
MetaDataConfig
public void setMetaDataId(String metaDataId)
metaDataId
- the metadata identifier.getMetaDataId()
public String getWorkflowMetaDataId()
public void setWorkflowMetaDataId(String workflowMetaDataId)
workflowMetaDataId
- the identifier to set.public String getAssignedTo()
null
if the content is not assigned to any principal.
null
if the content is not assigned to any principal.public void setAssignedTo(String assignedTo)
assignedTo
- the principal identifier, or null
to leave
the content unassigned.public String getStateId()
public void setStateId(String stateId)
stateId
- the workflow state's identifier.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |