| java.lang.Object org.jbpm.jpdl.xml.JpdlXmlReader
Method Summary | |
protected void | addAction(GraphElement graphElement, String eventType, Action action) | public void | addError(String description) | public void | addError(String description, Throwable exception) | public void | addProblem(Problem problem) | public void | addUnresolvedActionReference(Element actionElement, Action action) | public void | addUnresolvedTransitionDestination(Element nodeElement, Node node) | public void | addWarning(String description) | public void | close() | public Action | createAction(Element actionElement) | public Delegation | createMailDelegation(String template, String actors, String to, String subject, String text) | public ProcessDefinition | getProcessDefinition() | public String | getProperty(String property, Element element) | protected void | parseProcessDefinitionAttributes(Element root) | public int | read(char[] cbuf, int off, int len) | public void | readAction(Element element, Action action) | public void | readActions(Element eventElement, GraphElement graphElement, String eventType) | protected Delegation | readAssignmentDelegation(Element assignmentElement) | protected void | readEvents(Element parentElement, GraphElement graphElement) | protected void | readExceptionHandler(Element exceptionHandlerElement, GraphElement graphElement) | protected void | readExceptionHandlers(Element graphElementElement, GraphElement graphElement) | public void | readNode(Element nodeElement, Node node, NodeCollection nodeCollection) | protected void | readNodeTimer(Element timerElement, Node node) | protected void | readNodeTimers(Element nodeElement, Node node) | public void | readNodes(Element element, NodeCollection nodeCollection) | public ProcessDefinition | readProcessDefinition() | public Action | readSingleAction(Element nodeElement) | public void | readStartStateTask(Element startTaskElement, StartState startState) | protected void | readSwimlanes(Element processDefinitionElement) | public Task | readTask(Element taskElement, TaskMgmtDefinition taskMgmtDefinition, TaskNode taskNode) | protected TaskController | readTaskController(Element taskControllerElement) | protected void | readTaskTimer(Element timerElement, Task task) | protected void | readTaskTimers(Element taskElement, Task task) | public void | readTasks(Element element, TaskNode taskNode) | public List | readVariableAccesses(Element element) | public void | resolveActionReferences() | public void | resolveTransitionDestination(Element transitionElement, Node node) | public void | resolveTransitionDestinations() | public void | resolveTransitionDestinations(List transitionElements, Node node) | public void | verifySwimlaneAssignments() |
unresolvedTransitionDestinations | protected Collection unresolvedTransitionDestinations(Code) | | |
addUnresolvedActionReference | public void addUnresolvedActionReference(Element actionElement, Action action)(Code) | | |
addUnresolvedTransitionDestination | public void addUnresolvedTransitionDestination(Element nodeElement, Node node)(Code) | | |
createAction | public Action createAction(Element actionElement)(Code) | | |
parseProcessDefinitionAttributes | protected void parseProcessDefinitionAttributes(Element root)(Code) | | |
readAction | public void readAction(Element element, Action action)(Code) | | |
readAssignmentDelegation | protected Delegation readAssignmentDelegation(Element assignmentElement)(Code) | | |
readEvents | protected void readEvents(Element parentElement, GraphElement graphElement)(Code) | | |
readExceptionHandler | protected void readExceptionHandler(Element exceptionHandlerElement, GraphElement graphElement)(Code) | | |
readExceptionHandlers | protected void readExceptionHandlers(Element graphElementElement, GraphElement graphElement)(Code) | | |
readNodeTimer | protected void readNodeTimer(Element timerElement, Node node)(Code) | | |
readNodeTimers | protected void readNodeTimers(Element nodeElement, Node node)(Code) | | |
readSingleAction | public Action readSingleAction(Element nodeElement)(Code) | | |
readStartStateTask | public void readStartStateTask(Element startTaskElement, StartState startState)(Code) | | |
readSwimlanes | protected void readSwimlanes(Element processDefinitionElement)(Code) | | |
readTaskTimer | protected void readTaskTimer(Element timerElement, Task task)(Code) | | |
readTaskTimers | protected void readTaskTimers(Element taskElement, Task task)(Code) | | |
readTasks | public void readTasks(Element element, TaskNode taskNode)(Code) | | |
readVariableAccesses | public List readVariableAccesses(Element element)(Code) | | |
resolveActionReferences | public void resolveActionReferences()(Code) | | |
resolveTransitionDestination | public void resolveTransitionDestination(Element transitionElement, Node node)(Code) | | |
resolveTransitionDestinations | public void resolveTransitionDestinations()(Code) | | |
resolveTransitionDestinations | public void resolveTransitionDestinations(List transitionElements, Node node)(Code) | | |
verifySwimlaneAssignments | public void verifySwimlaneAssignments()(Code) | | |
|
|