Uses of Class
com.polarion.alm.tracker.workflow.config.VerificationException
Packages that use VerificationException
-
Uses of VerificationException in com.polarion.alm.tracker.workflow
Methods in com.polarion.alm.tracker.workflow that throw VerificationExceptionModifier and TypeMethodDescriptionIWorkflowManager.parseWorkflowConfig
(InputStream in) Convenience method for parsing workflows stored in some arbitrary location.IWorkflowManager.readWorkflowConfig
(String typeId, IContextId contextId) Deprecated.IWorkflowManager.readWorkflowConfig
(String prototype, String typeId, IContextId contextId) Returns the workflow which corresponds exactly to the given context, type and prototype, returnsnull
if no workflow is defined for this combination of parameters.void
IWorkflowManager.updateWorkflowConfig
(IWorkflowConfig config, String typeId, IContextId contextId) Stores the given workflow configuration to the repository (for the prototypeconfig.getPrototype()
). -
Uses of VerificationException in com.polarion.alm.tracker.workflow.config
Methods in com.polarion.alm.tracker.workflow.config that throw VerificationExceptionModifier and TypeMethodDescriptionIWorkflowConfig.serializeToXML
(IContributionsManager contribs) Verifies this configuration and then serializes it into the XML Document.void
IAction.verify
(IContributionsManager contribs) Verifies, whether all operations (conditions and functions) used in this operation do exist.void
IWorkflowConfig.verify
(IContributionsManager contribs) Verifies the consistency of the workflow and also checks that all referenced contributions do actually exist.
IWorkflowManager.readWorkflowConfig(String, String, IContextId)