Class StartProcessInstanceDto


  • public class StartProcessInstanceDto
    extends java.lang.Object
    • Field Detail

      • variables

        protected java.util.Map<java.lang.String,​VariableValueDto> variables
      • businessKey

        protected java.lang.String businessKey
      • caseInstanceId

        protected java.lang.String caseInstanceId
      • skipCustomListeners

        protected boolean skipCustomListeners
      • skipIoMappings

        protected boolean skipIoMappings
      • withVariablesInReturn

        protected boolean withVariablesInReturn
    • Constructor Detail

      • StartProcessInstanceDto

        public StartProcessInstanceDto()
    • Method Detail

      • getVariables

        public java.util.Map<java.lang.String,​VariableValueDto> getVariables()
      • setVariables

        public void setVariables​(java.util.Map<java.lang.String,​VariableValueDto> variables)
      • getBusinessKey

        public java.lang.String getBusinessKey()
      • setBusinessKey

        public void setBusinessKey​(java.lang.String businessKey)
      • getCaseInstanceId

        public java.lang.String getCaseInstanceId()
      • setCaseInstanceId

        public void setCaseInstanceId​(java.lang.String caseInstanceId)
      • isSkipCustomListeners

        public boolean isSkipCustomListeners()
      • setSkipCustomListeners

        public void setSkipCustomListeners​(boolean skipCustomListeners)
      • isSkipIoMappings

        public boolean isSkipIoMappings()
      • setSkipIoMappings

        public void setSkipIoMappings​(boolean skipIoMappings)
      • isWithVariablesInReturn

        public boolean isWithVariablesInReturn()
      • setWithVariablesInReturn

        public void setWithVariablesInReturn​(boolean withVariablesInReturn)