Verwendungen von Klasse
org.imixs.workflow.exceptions.AccessDeniedException
Packages, die AccessDeniedException verwenden
Package
Beschreibung
-
Verwendungen von AccessDeniedException in org.imixs.workflow
Methoden in org.imixs.workflow, die AccessDeniedException auslösenModifizierer und TypMethodeBeschreibungWorkflowContext.processWorkItem(ItemCollection workitem) This method processes a workItem. -
Verwendungen von AccessDeniedException in org.imixs.workflow.engine
Methoden in org.imixs.workflow.engine, die AccessDeniedException auslösenModifizierer und TypMethodeBeschreibungWorkflowService.processWorkItem(ItemCollection workitem) This method processes a workItem by the WorkflowKernel and saves the workitem after the processing was finished successful.WorkflowService.processWorkItem(ItemCollection workitem, int eventID) This method processes a workItem based on a given event.WorkflowService.processWorkItem(ItemCollection workitem, ItemCollection event) This method processes a workItem based on a given event.WorkflowService.processWorkItemByNewTransaction(ItemCollection workitem) This method processes a workitem in a new transaction.voidThis method removes an ItemCollection by its UniqueID from the database.voidDocumentService.remove(ItemCollection document) This method removes an ItemCollection from the database.voidWorkflowService.removeWorkItem(ItemCollection aworkitem) DocumentService.save(ItemCollection document) This Method saves an ItemCollection into the database.DocumentService.saveByNewTransaction(ItemCollection itemcol) This method saves a workitem in a new transaction.voidReportService.updateReport(ItemCollection aReport) updates a Entity Report Object. -
Verwendungen von AccessDeniedException in org.imixs.workflow.engine.adminp
Methoden in org.imixs.workflow.engine.adminp, die AccessDeniedException auslösenModifizierer und TypMethodeBeschreibungAdminPService.createJob(ItemCollection adminp) This Method starts a new TimerService for a given job.voidStops a running job and deletes the job configuration.booleanJobHandlerRenameUser.updateWorkitemUserIds(ItemCollection entity, String from, String to, boolean replace) Updates read,write and owner of a entity and returns true if an update was necessary -
Verwendungen von AccessDeniedException in org.imixs.workflow.engine.plugins
Methoden in org.imixs.workflow.engine.plugins, die AccessDeniedException auslösenModifizierer und TypMethodeBeschreibungprotected voidSplitAndJoinPlugin.createSubprocesses(List<String> subProcessDefinitions, ItemCollection originWorkitem) This method expects a list of Subprocess definitions and create for each definition a new subprocess.SplitAndJoinPlugin.run(ItemCollection workitem, ItemCollection event) The method evaluates the workflow activity result for items with name: subprocess_create subprocess_update origin_update For each item a corresponding processing cycle will be started.protected voidSplitAndJoinPlugin.syncSubprocesses(String originProcessDefinition, ItemCollection subprocessWorkitem) This method syncs the items from the parent workitem referred by $workitemref into this process instance In this case the $uniqueidref is ignored as it is not relevant and provides more usescases to use this plugin feature.protected voidSplitAndJoinPlugin.updateOrigin(String originProcessDefinition, ItemCollection subprocessWorkitem) This method expects a single process definitions to update the origin process for a subprocess.protected voidSplitAndJoinPlugin.updateSubprocesses(List<String> subProcessDefinitions, ItemCollection originWorkitem) This method expects a list of Subprocess definitions and updates each matching existing subprocess. -
Verwendungen von AccessDeniedException in org.imixs.workflow.engine.scheduler
Methoden in org.imixs.workflow.engine.scheduler, die AccessDeniedException auslösenModifizierer und TypMethodeBeschreibungSchedulerService.start(ItemCollection configuration) Starts a new Timer for the scheduler defined by the Configuration.voidSchedulerController.startScheduler()starts the timer service -
Verwendungen von AccessDeniedException in org.imixs.workflow.faces.data
Methoden in org.imixs.workflow.faces.data, die AccessDeniedException auslösen