public class ContentWorkflowMetaData extends Object
Constructor and Description |
---|
ContentWorkflowMetaData() |
Modifier and Type | Method and Description |
---|---|
String |
getAssignedTo()
Returns the principal identifier to which the content is assigned to.
|
String |
getContentLocaleId()
The identifier of the
ContentLocale this workflow metadata
belongs to. |
String |
getMetaDataId()
Deprecated.
Since 4.2.0, replaced by
getContentLocaleId() . |
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 |
setContentLocaleId(String contentLocaleId)
Sets the
ContentLocale this workflow metadata
belongs to. |
void |
setMetaDataId(String metaDataId)
Deprecated.
Since 4.2.0, replaced by
setContentLocaleId(String) . |
void |
setStateId(String stateId)
Sets the workflow state the content is currently in.
|
void |
setWorkflowMetaDataId(String workflowMetaDataId)
Sets the identifier for this workflow metadata.
|
public String getContentLocaleId()
ContentLocale
this workflow metadata
belongs to.public void setContentLocaleId(String contentLocaleId)
ContentLocale
this workflow metadata
belongs to.contentLocaleId
- the content locale identifier.public String getMetaDataId()
getContentLocaleId()
.MetaDataConfig
@Deprecated public void setMetaDataId(String metaDataId)
setContentLocaleId(String)
.metaDataId
- the metadata identifier.getContentLocaleId()
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.Lumisportal 9.0.0.160603 - Copyright © 2006–2016 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.