Uses of Class
org.imixs.workflow.exceptions.AccessDeniedException
Package
Description
-
Uses of AccessDeniedException in org.imixs.workflow
Modifier and TypeMethodDescriptionWorkflowManager.processWorkItem
(ItemCollection workitem) This method processes a workItem.void
WorkflowManager.removeWorkItem
(ItemCollection workitem) The method removes a Workitem form the persistence unit managed by the WorkflowManager implementation. -
Uses of AccessDeniedException in org.imixs.workflow.engine
Modifier and TypeMethodDescriptionvoid
MetricService.onDocumentEvent
(DocumentEvent documentEvent) DocumentEvent listener to generate a metric.void
MetricService.onProcessingEvent
(ProcessingEvent processingEvent) ProcessingEvent listener to generate a metric.WorkflowService.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.void
DocumentService.remove
(ItemCollection document) This method removes an ItemCollection from the database.void
WorkflowService.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.void
ReportService.updateReport
(ItemCollection aReport) updates a Entity Report Object. -
Uses of AccessDeniedException in org.imixs.workflow.engine.adminp
Modifier and TypeMethodDescriptionAdminPService.createJob
(ItemCollection adminp) This Method starts a new TimerService for a given job.void
Stops a running job and deletes the job configuration.boolean
JobHandlerRenameUser.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 -
Uses of AccessDeniedException in org.imixs.workflow.engine.plugins
Modifier and TypeMethodDescriptionprotected void
SplitAndJoinPlugin.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 void
SplitAndJoinPlugin.syncSubprocesses
(String originProcessDefinition, ItemCollection subprocessWorkitem) This method syncs the items from the parent worktiem 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 void
SplitAndJoinPlugin.updateOrigin
(String originProcessDefinition, ItemCollection subprocessWorkitem) This method expects a single process definitions to update the origin process for a subprocess.protected void
SplitAndJoinPlugin.updateSubprocesses
(List<String> subProcessDefinitions, ItemCollection originWorkitem) This method expects a list of Subprocess definitions and updates each matching existing subprocess. -
Uses of AccessDeniedException in org.imixs.workflow.engine.scheduler
Modifier and TypeMethodDescriptionSchedulerService.start
(ItemCollection configuration) Starts a new Timer for the scheduler defined by the Configuration.void
SchedulerController.startScheduler()
starts the timer service -
Uses of AccessDeniedException in org.imixs.workflow.faces.data