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, setPluginInfogetLogger, setLoggerprotected WorkspaceSelector _workspaceSelector
public WorkflowStepSystemProperty()
public void service(ServiceManager manager) throws ServiceException
service in interface Serviceableservice in class WorkflowStepSystemPropertyServiceExceptionpublic Object getValue(Content content)
SystemPropertygetValue in interface SystemPropertygetValue in class WorkflowStepSystemPropertycontent - the result content.public Object getFullValue(Content content)
SystemPropertygetFullValue in interface SystemPropertygetFullValue in class WorkflowStepSystemPropertycontent - the result content.