| java.lang.Object org.emforge.jbpm.ProcessDefTransformer
ProcessDefTransformer | public class ProcessDefTransformer implements Transformer(Code) | | Transformer for converting jBPM Process Definitions to Workflows
author: akakunin |
ProcessDefTransformer | public ProcessDefTransformer(WikiEngine wikiEngine, JbpmContext jbpmContext)(Code) | | |
getWorkflowIcon | protected static byte[] getWorkflowIcon(ProcessDefinition processDef)(Code) | | Returns contents of process icon (as byte array)
Parameters: processDef - |
getWorkflowIconLink | protected static String getWorkflowIconLink(ProcessDefinition processDef)(Code) | | Returns link to process definition icon
Parameters: processDef - |
getWorkflowImage | protected static byte[] getWorkflowImage(ProcessDefinition processDef)(Code) | | Returns contents of process image as byte array (in jpeg format)
Parameters: processDef - |
|
|