|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.forms.processor.AbstractFieldProcessor
org.alfresco.repo.forms.processor.node.TransientFieldProcessor
org.alfresco.repo.forms.processor.workflow.TransitionFieldProcessor
public class TransitionFieldProcessor
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 |
---|
public static final java.lang.String KEY
public static final java.lang.String DATA_TYPE
Constructor Detail |
---|
public TransitionFieldProcessor()
Method Detail |
---|
protected FieldDefinition makeTransientFieldDefinition()
makeTransientFieldDefinition
in class TransientFieldProcessor
protected org.apache.commons.logging.Log getLogger()
getLogger
in class AbstractFieldProcessor
Log
used to log events that occur while processing fields.protected java.lang.String getRegistryKey()
getRegistryKey
in class AbstractFieldProcessor
String
key used to identify this FieldProcessor
in a FieldProcessorRegistry
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |