jBPM distribution 6.2.0.Beta2

org.jbpm.services.api.model
Interface NodeInstanceDesc

All Known Implementing Classes:
NodeInstanceDesc

public interface NodeInstanceDesc


Method Summary
 String getConnection()
           
 Date getDataTimeStamp()
           
 String getDeploymentId()
           
 Long getId()
           
 String getName()
           
 String getNodeId()
           
 String getNodeType()
           
 Long getProcessInstanceId()
           
 Long getWorkItemId()
           
 boolean isCompleted()
           
 

Method Detail

getId

Long getId()

getName

String getName()

getDeploymentId

String getDeploymentId()

getProcessInstanceId

Long getProcessInstanceId()

getDataTimeStamp

Date getDataTimeStamp()

getNodeType

String getNodeType()

getNodeId

String getNodeId()

isCompleted

boolean isCompleted()

getConnection

String getConnection()

getWorkItemId

Long getWorkItemId()

jBPM distribution 6.2.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.