Class NewCaseInstancePresenter

    • Constructor Detail

      • NewCaseInstancePresenter

        public NewCaseInstancePresenter()
    • Method Detail

      • loadCaseRoles

        protected void loadCaseRoles​(String caseDefinitionId)
      • show

        public void show()
      • loadCaseDefinitions

        protected void loadCaseDefinitions()
      • createCaseInstance

        protected void createCaseInstance​(String caseDefinitionId,
                                          String owner,
                                          List<org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary> assignments)
      • validateCaseOwnerAssignment

        protected boolean validateCaseOwnerAssignment​(String ownerInput)
      • setNotification

        @Inject
        public void setNotification​(javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification)
      • setNewCaseEvent

        @Inject
        public void setNewCaseEvent​(javax.enterprise.event.Event<CaseCreatedEvent> newCaseEvent)
      • setCaseService

        @Inject
        public void setCaseService​(org.jboss.errai.common.client.api.Caller<org.jbpm.workbench.cm.service.CaseManagementService> caseService)