org.alfresco.repo.forms.processor.workflow
Class TransitionFieldProcessor

java.lang.Object
  extended by org.alfresco.repo.forms.processor.AbstractFieldProcessor
      extended by org.alfresco.repo.forms.processor.node.TransientFieldProcessor
          extended by org.alfresco.repo.forms.processor.workflow.TransitionFieldProcessor
All Implemented Interfaces:
FieldProcessor

public class TransitionFieldProcessor
extends TransientFieldProcessor

FieldProcessor for handling the transitions of a workflow task.

Since:
3.4

Field Summary
static java.lang.String DATA_TYPE
           
static java.lang.String KEY
           
 
Constructor Summary
TransitionFieldProcessor()
           
 
Method Summary
protected  org.apache.commons.logging.Log getLogger()
           
protected  java.lang.String getRegistryKey()
           
protected  FieldDefinition makeTransientFieldDefinition()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
See Also:
Constant Field Values
Constructor Detail

TransitionFieldProcessor

public TransitionFieldProcessor()
Method Detail

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.