Interface CmmnModelInstance

All Superinterfaces:
ModelInstance
All Known Implementing Classes:
CmmnModelInstanceImpl

public interface CmmnModelInstance extends ModelInstance
Author:
Roman Smirnov
  • Method Details

    • getDefinitions

      Definitions getDefinitions()
      Returns:
      the Definitions, root element of the Cmmn Model.
    • setDefinitions

      void setDefinitions(Definitions definitions)
      Set the Cmmn Definitions Root element
      Parameters:
      definitions - the Definitions element to set
    • clone

      Deprecated, for removal: This API element is subject to removal in a future version.
      Use copy() instead
      Copies the CMMN model instance but not the model. So only the wrapped DOM document is cloned. Changes of the model are persistent between multiple model instances.
      Specified by:
      clone in interface ModelInstance
      Returns:
      the new CMMN model instance
    • copy

      Copies the CMMN model instance but not the model. So only the wrapped DOM document is cloned. Changes of the model are persistent between multiple model instances.
      Specified by:
      copy in interface ModelInstance
      Returns:
      the new CMMN model instance