152153154155156157158
@Override public WorkflowResult<Long> execute(final UserTO userTO, final String taskId) throws UnauthorizedRoleException, NotFoundException, WorkflowException { throw new WorkflowException(new UnsupportedOperationException("Not supported.")); }
159160161162163164165
@Override public void exportDefinition(final WorkflowDefinitionFormat format, final OutputStream os) throws WorkflowException { throw new WorkflowException(new UnsupportedOperationException("Not supported.")); }
164165166167168169170
throw new WorkflowException(new UnsupportedOperationException("Not supported.")); } @Override public void exportDiagram(final OutputStream os) throws WorkflowException { throw new WorkflowException(new UnsupportedOperationException("Not supported.")); }
171172173174175176177
@Override public void importDefinition(final WorkflowDefinitionFormat format, final String definition) throws NotFoundException, WorkflowException { throw new WorkflowException(new UnsupportedOperationException("Not supported.")); }
195196197198199200201
@Override public WorkflowFormTO claimForm(final String taskId, final String username) throws NotFoundException, WorkflowException { throw new WorkflowException(new UnsupportedOperationException("Not supported.")); }
202203204205206207208
@Override public WorkflowResult<UserMod> submitForm(final WorkflowFormTO form, final String username) throws NotFoundException, WorkflowException { throw new WorkflowException(new UnsupportedOperationException("Not supported.")); }
75767778798081
@Override public WorkflowResult<Long> execute(RoleTO roleTO, String taskId) throws UnauthorizedRoleException, NotFoundException, WorkflowException { throw new WorkflowException(new UnsupportedOperationException("Not supported.")); }
82838485868788
87888990919293
949596979899100