org.alfresco.repo.workflow
Interface WorkflowPropertyHandler

All Known Implementing Classes:
AbstractWorkflowPropertyHandler, ActivitiDescriptionPropertyHandler, ActivitiDueDatePropertyHandler, ActivitiOwnerPropertyHandler, ActivitiPackagePropertyHandler, ActivitiPooledActorsPropertyHandler, ActivitiPriorityPropertyHandler, ActivitiTaskPropertyHandler, DefaultWorkflowPropertyHandler

public interface WorkflowPropertyHandler

Since:
3.4.e

Field Summary
static java.lang.String DO_NOT_ADD
           
 
Method Summary
 java.lang.Object handleProperty(org.alfresco.service.namespace.QName key, java.io.Serializable value, org.alfresco.service.cmr.dictionary.TypeDefinition type, java.lang.Object object, java.lang.Class objectType)
           
 

Field Detail

DO_NOT_ADD

static final java.lang.String DO_NOT_ADD
See Also:
Constant Field Values
Method Detail

handleProperty

java.lang.Object handleProperty(org.alfresco.service.namespace.QName key,
                                java.io.Serializable value,
                                org.alfresco.service.cmr.dictionary.TypeDefinition type,
                                java.lang.Object object,
                                java.lang.Class objectType)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.