Class CalledProcessDefinitionDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
org.camunda.bpm.engine.rest.dto.repository.CalledProcessDefinitionDto

public class CalledProcessDefinitionDto extends ProcessDefinitionDto
  • Field Details

    • calledFromActivityIds

      protected List<String> calledFromActivityIds
    • callingProcessDefinitionId

      protected String callingProcessDefinitionId
  • Constructor Details

    • CalledProcessDefinitionDto

      public CalledProcessDefinitionDto()
  • Method Details

    • getCalledFromActivityIds

      public List<String> getCalledFromActivityIds()
    • getCallingProcessDefinitionId

      public String getCallingProcessDefinitionId()
    • from

      public static CalledProcessDefinitionDto from(org.camunda.bpm.engine.repository.CalledProcessDefinition definition)