Package org.metaworks

Examples of org.metaworks.FieldDescriptor


  protected final static String SUBPROCESS_INST_LABELS="labelsOfSubProcess";
  protected final static String SUBPROCESS_INST_ID_COMPLETED="completedInstanceIdOfSPs";
  protected final static String EVENT_ONE_OF_PREV_SP_COMPLETED = "ONE_OF_PREV_SP_COMPLETED";
 
  public static void metaworksCallback_changeMetadata(Type type){
    FieldDescriptor fd;
   
    try {
      fd = type.getFieldDescriptor("VariableBindings");
      fd.setInputter(new ArrayObjectInput(SubProcessParameterContext.class));
    } catch (Exception e) {
      e.printStackTrace();
    }
   
    type.removeFieldDescriptor("DefinitionObject");
View Full Code Here

TOP

Related Classes of org.metaworks.FieldDescriptor

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.