Class MessageFieldProcessor
- java.lang.Object
-
- org.alfresco.repo.forms.processor.AbstractFieldProcessor<TransientValueGetter>
-
- org.alfresco.repo.forms.processor.node.TransientFieldProcessor
-
- org.alfresco.repo.forms.processor.workflow.MessageFieldProcessor
-
- All Implemented Interfaces:
FieldProcessor
public class MessageFieldProcessor extends TransientFieldProcessor
Transient field processor for the "message" property.- Since:
- 3.4
- Author:
- Gavin Cornwell
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDATA_TYPEstatic java.lang.StringKEYstatic java.lang.StringMSG_VALUE_NONE
-
Constructor Summary
Constructors Constructor Description MessageFieldProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.commons.logging.LoggetLogger()protected java.lang.StringgetRegistryKey()protected FieldDefinitionmakeTransientFieldDefinition()-
Methods inherited from class org.alfresco.repo.forms.processor.node.TransientFieldProcessor
generateTypedField, getExpectedDataType, getValue
-
Methods inherited from class org.alfresco.repo.forms.processor.AbstractFieldProcessor
generateField, setFieldProcessorRegistry
-
-
-
-
Field Detail
-
KEY
public static final java.lang.String KEY
- See Also:
- Constant Field Values
-
DATA_TYPE
public static final java.lang.String DATA_TYPE
-
MSG_VALUE_NONE
public static final java.lang.String MSG_VALUE_NONE
- See Also:
- Constant Field Values
-
-
Method Detail
-
makeTransientFieldDefinition
protected FieldDefinition makeTransientFieldDefinition()
- Specified by:
makeTransientFieldDefinitionin classTransientFieldProcessor
-
getLogger
protected org.apache.commons.logging.Log getLogger()
- Specified by:
getLoggerin classAbstractFieldProcessor<TransientValueGetter>- Returns:
- a
Logused to log events that occur while processing fields.
-
getRegistryKey
protected java.lang.String getRegistryKey()
- Specified by:
getRegistryKeyin classAbstractFieldProcessor<TransientValueGetter>- Returns:
- a
Stringkey used to identify thisFieldProcessorin aFieldProcessorRegistry.
-
-