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, _resolver, _userHelper| Constructor and Description |
|---|
WorkflowStepSystemProperty() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(Content content)
Get the typed raw value for this field in the given result content.
|
void |
service(ServiceManager manager) |
getColumnWidth, getConverter, getEnumeratorDefinition, getJsonValue, getQuery, getRenderer, getSearchField, getType, isMultiple, isSortable, saxValue_indexBooleanValue, _indexBooleanValues, _indexDateValue, _indexDateValues, _indexDoubleValue, _indexDoubleValues, _indexGeocodeValue, _indexLongValue, _indexLongValues, _indexStringValue, _indexStringValues, _indexUserValue, _indexUserValues, _parseI18nizableText, configure, getDescription, getId, getLabel, getSchemaDefinitions, getSortValue, index, parseBoolean, parseDate, parseDouble, parseLong, parseString, parseStringArray, parseUserArray, setPluginInfogetLogger, setLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContentTypeId, getWidget, getWidgetParameters, isDisplayable, isFacetable, isSearchableprotected WorkspaceSelector _workspaceSelector
public WorkflowStepSystemProperty()
public void service(ServiceManager manager) throws ServiceException
service in interface Serviceableservice in class WorkflowStepSystemPropertyServiceExceptionpublic Object getValue(Content content)
SystemPropertyMetadataType.STRING must return String or String[] if multipleMetadataType.DATE or MetadataType.DATETIME must return Date or Date[] if multipleMetadataType.LONG must return Long or Long[] if multipleMetadataType.DOUBLE must return Double or Double[] if multipleMetadataType.CONTENT must return String or String[] if multipleMetadataType.GEOCODE must return Map<String, Double>MetadataType.USER must return UserIdentity or UserIdentity[] if multipleMetadataType.MULTILINGUAL_STRING must return MultilingualStringgetValue in interface SystemPropertygetValue in class WorkflowStepSystemPropertycontent - The result content