public class PackageElementsExtractor extends Object
| Constructor and Description |
|---|
PackageElementsExtractor() |
| Modifier and Type | Method and Description |
|---|---|
static List<ActionButtonWrapper> |
getActionAcceptButtons(List<org.enhydra.shark.xpdl.elements.ExtendedAttribute> extendedAttributes) |
static List<org.enhydra.shark.xpdl.elements.Activity> |
getActivities(org.enhydra.shark.xpdl.elements.WorkflowProcess process) |
static List<AddFileButtonWrapper> |
getAddFileButtons(List<org.enhydra.shark.xpdl.elements.ExtendedAttribute> extendedAttributes) |
static List<org.enhydra.shark.xpdl.elements.DataField> |
getDataFields(org.enhydra.shark.xpdl.elements.WorkflowProcess process) |
static List<org.enhydra.shark.xpdl.elements.ExtendedAttribute> |
getExtendedAttributes(org.enhydra.shark.xpdl.elements.Activity activity) |
static List<org.enhydra.shark.xpdl.elements.ExtendedAttribute> |
getExtendedAttributes(org.enhydra.shark.xpdl.elements.WorkflowProcess process) |
static List<HttpLinkWrapper> |
getHttpLinks(List<org.enhydra.shark.xpdl.elements.ExtendedAttribute> extendedAttributes) |
static List<org.enhydra.shark.xpdl.elements.Participant> |
getParticipants(org.enhydra.shark.xpdl.elements.WorkflowProcess procesess) |
static List<PdfButtonWrapper> |
getPdfButtons(List<org.enhydra.shark.xpdl.elements.ExtendedAttribute> extendedAttributes) |
static Optional<org.enhydra.shark.xpdl.elements.ExtendedAttribute> |
getProcessNameMask(List<org.enhydra.shark.xpdl.elements.ExtendedAttribute> extendedAttributes) |
static List<VariableSetWrapper> |
getVariableSets(List<org.enhydra.shark.xpdl.elements.ExtendedAttribute> extendedAttributes) |
public static List<org.enhydra.shark.xpdl.elements.Participant> getParticipants(org.enhydra.shark.xpdl.elements.WorkflowProcess procesess)
public static List<org.enhydra.shark.xpdl.elements.ExtendedAttribute> getExtendedAttributes(org.enhydra.shark.xpdl.elements.WorkflowProcess process)
public static Optional<org.enhydra.shark.xpdl.elements.ExtendedAttribute> getProcessNameMask(List<org.enhydra.shark.xpdl.elements.ExtendedAttribute> extendedAttributes)
public static List<org.enhydra.shark.xpdl.elements.DataField> getDataFields(org.enhydra.shark.xpdl.elements.WorkflowProcess process)
public static List<org.enhydra.shark.xpdl.elements.Activity> getActivities(org.enhydra.shark.xpdl.elements.WorkflowProcess process)
public static List<org.enhydra.shark.xpdl.elements.ExtendedAttribute> getExtendedAttributes(org.enhydra.shark.xpdl.elements.Activity activity)
public static List<ActionButtonWrapper> getActionAcceptButtons(List<org.enhydra.shark.xpdl.elements.ExtendedAttribute> extendedAttributes)
public static List<PdfButtonWrapper> getPdfButtons(List<org.enhydra.shark.xpdl.elements.ExtendedAttribute> extendedAttributes)
public static List<AddFileButtonWrapper> getAddFileButtons(List<org.enhydra.shark.xpdl.elements.ExtendedAttribute> extendedAttributes)
public static List<HttpLinkWrapper> getHttpLinks(List<org.enhydra.shark.xpdl.elements.ExtendedAttribute> extendedAttributes)
public static List<VariableSetWrapper> getVariableSets(List<org.enhydra.shark.xpdl.elements.ExtendedAttribute> extendedAttributes)
Copyright © 2018 Suncode. All rights reserved.