org.camunda.bpm.engine.runtime
Interface ProcessElementInstance

All Known Subinterfaces:
ActivityInstance, TransitionInstance
All Known Implementing Classes:
ActivityInstanceImpl, ProcessElementInstanceImpl, TransitionInstanceImpl

public interface ProcessElementInstance

A ProcessElementInstance is an instance of a process construct such as an Activity (see ActivityInstance) or a transition (see TransitionInstance).

Author:
Daniel Meyer

Method Summary
 String getId()
          The id of the process element instance
 String getParentActivityInstanceId()
          The id of the parent activity instance.
 String getProcessDefinitionId()
          the process definition id
 String getProcessInstanceId()
          the id of the process instance this process element is part of
 

Method Detail

getId

String getId()
The id of the process element instance


getParentActivityInstanceId

String getParentActivityInstanceId()
The id of the parent activity instance.


getProcessDefinitionId

String getProcessDefinitionId()
the process definition id


getProcessInstanceId

String getProcessInstanceId()
the id of the process instance this process element is part of



Copyright © 2017 camunda services GmbH. All rights reserved.