Interface IGrabInstanceContextRequest

All Superinterfaces:
Serializable

public interface IGrabInstanceContextRequest extends Serializable
  • Method Details

    • getProcessInstance

      IProcessInstance getProcessInstance()
      Gets the process instance to which the grab context is requested.
      Returns:
      the process instance used for the grab context request
    • isSuspendInstanceIfRequired

      Boolean isSuspendInstanceIfRequired()
      Returns whether the process instance is suspended when executing the request.
      Returns:
      true if the process instance will be suspended if possible, false otherwise
    • getLocation

      ILocationInfo getLocation()
    • getInstanceContextConfiguration

      IInstanceContextConfiguration getInstanceContextConfiguration()