org.alfresco.repo.forms.processor.workflow
Class MessageFieldProcessor
java.lang.Object
org.alfresco.repo.forms.processor.AbstractFieldProcessor
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MessageFieldProcessor
public MessageFieldProcessor()
makeTransientFieldDefinition
protected FieldDefinition makeTransientFieldDefinition()
- Specified by:
makeTransientFieldDefinition
in class TransientFieldProcessor
getLogger
protected org.apache.commons.logging.Log getLogger()
- Specified by:
getLogger
in class AbstractFieldProcessor
- Returns:
- a
Log
used to log events that occur while processing fields.
getRegistryKey
protected java.lang.String getRegistryKey()
- Specified by:
getRegistryKey
in class AbstractFieldProcessor
- Returns:
- a
String
key used to identify this FieldProcessor
in a FieldProcessorRegistry
.
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.