Package org.activiti.workflow.simple.alfresco.conversion.form

Examples of org.activiti.workflow.simple.alfresco.conversion.form.AlfrescoFormCreator


      AlfrescoConversionConstants.FORM_REFERENCE_PACKAGE_ITEMS,
      AlfrescoConversionConstants.FORM_REFERENCE_WORKFLOW_DESCRIPTION
  ));
 
  public InitializeAlfrescoModelsConversionListener() {
    formCreator = new AlfrescoFormCreator();
  }
View Full Code Here


  private static final long serialVersionUID = 1L;
 
  private AlfrescoFormCreator formCreator;
 
  public AlfrescoHumanStepDefinitionConverter() {
    formCreator = new AlfrescoFormCreator();
  }
View Full Code Here

TOP

Related Classes of org.activiti.workflow.simple.alfresco.conversion.form.AlfrescoFormCreator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.