Interface WorkflowPropertyHandler

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DO_NOT_ADD  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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)  
    • 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)