Uses of Class
org.imixs.workflow.exceptions.AccessDeniedException
Packages that use AccessDeniedException
Package
Description
-
Uses of AccessDeniedException in org.imixs.workflow
Methods in org.imixs.workflow that throw AccessDeniedExceptionModifier and TypeMethodDescriptionWorkflowContext.processWorkItem(ItemCollection workitem) This method processes a workItem. -
Uses of AccessDeniedException in org.imixs.workflow.engine
Methods in org.imixs.workflow.engine that throw AccessDeniedExceptionModifier and TypeMethodDescriptionvoidMetricService.onDocumentEvent(DocumentEvent documentEvent) DocumentEvent listener to generate a metric.voidMetricService.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.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. -
Uses of AccessDeniedException in org.imixs.workflow.engine.adminp
Methods in org.imixs.workflow.engine.adminp that throw AccessDeniedExceptionModifier and TypeMethodDescriptionAdminPService.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 -
Uses of AccessDeniedException in org.imixs.workflow.engine.plugins
Methods in org.imixs.workflow.engine.plugins that throw AccessDeniedExceptionModifier and TypeMethodDescriptionprotected 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 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 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. -
Uses of AccessDeniedException in org.imixs.workflow.engine.scheduler
Methods in org.imixs.workflow.engine.scheduler that throw AccessDeniedExceptionModifier and TypeMethodDescriptionSchedulerService.start(ItemCollection configuration) Starts a new Timer for the scheduler defined by the Configuration.voidSchedulerController.startScheduler()starts the timer service -
Uses of AccessDeniedException in org.imixs.workflow.faces.data
Methods in org.imixs.workflow.faces.data that throw AccessDeniedException