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, setPluginInfo
getLogger, setLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContentTypeId, getWidget, getWidgetParameters, isDisplayable, isFacetable, isSearchable
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
MetadataType.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 MultilingualString
getValue
in interface SystemProperty
getValue
in class WorkflowStepSystemProperty
content
- The result content