Uses of Class
ru.cg.webbpm.studio.core.api.project.ProjectOperationException
Packages that use ProjectOperationException
Package
Description
-
Uses of ProjectOperationException in ru.cg.webbpm.studio.subsystems.bpmn.role.api.registry
Methods in ru.cg.webbpm.studio.subsystems.bpmn.role.api.registry that throw ProjectOperationExceptionModifier and TypeMethodDescriptionvoid
RolesManager.checkThatRolesFileExists()
void
RolesManager.createRole
(Role role) Creates new role.void
RolesManager.removeRole
(Role role) void
RolesManager.updateRole
(String prevName, Role role) Updates existing role. -
Uses of ProjectOperationException in ru.cg.webbpm.studio.subsystems.bpmn.role.impl.registry
Methods in ru.cg.webbpm.studio.subsystems.bpmn.role.impl.registry that throw ProjectOperationExceptionModifier and TypeMethodDescriptionvoid
RolesManagerImpl.checkThatRolesFileExists()
void
RolesManagerImpl.createRole
(Role role) void
RolesManagerImpl.removeRole
(Role role) void
RolesManagerImpl.updateRole
(String prevName, Role role)