public class WorkflowStepSystemProperty extends WorkflowStepSystemProperty
SystemProperty.EnumeratorDefinition
Modifier and Type | Field and Description |
---|---|
protected WorkspaceSelector |
_workspaceSelector
The workspace selector.
|
_workflowHelper, _workflowProvider
_description, _i18nUtils, _id, _label, _pluginName
Constructor and Description |
---|
WorkflowStepSystemProperty() |
Modifier and Type | Method and Description |
---|---|
Object |
getFullValue(Content content)
Get the value represented by this field in the given result content.
|
Object |
getValue(Content content)
Get the value represented by this field in the given result content.
|
void |
service(ServiceManager manager) |
getColumnWidth, getConverter, getEnumeratorDefinition, getQuery, getRenderer, getSearchField, getType, isMultiple, isSortable
_parseI18nizableText, configure, getContentTypeId, getDescription, getId, getLabel, getSchemaDefinitions, getSortValue, getWidget, getWidgetParameters, index, isDisplayable, isSearchable, parseBoolean, parseDate, parseDouble, parseLong, parseString, parseStringArray, parseUserArray, setPluginInfo
getLogger, setLogger
protected WorkspaceSelector _workspaceSelector
public WorkflowStepSystemProperty()
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
service
in class WorkflowStepSystemProperty
ServiceException
public Object getValue(Content content)
SystemProperty
getValue
in interface SystemProperty
getValue
in class WorkflowStepSystemProperty
content
- the result content.public Object getFullValue(Content content)
SystemProperty
getFullValue
in interface SystemProperty
getFullValue
in class WorkflowStepSystemProperty
content
- the result content.