Uses of Class
ru.cg.webbpm.studio.subsystems.bpmn.role.model.Role
Packages that use Role
Package
Description
-
Uses of Role in ru.cg.webbpm.studio.subsystems.bpmn.jbpm_web_editor.service
Methods in ru.cg.webbpm.studio.subsystems.bpmn.jbpm_web_editor.service that return types with arguments of type Role -
Uses of Role in ru.cg.webbpm.studio.subsystems.bpmn.role.api.registry
Methods in ru.cg.webbpm.studio.subsystems.bpmn.role.api.registry that return types with arguments of type RoleModifier and TypeMethodDescriptionRolesSerializer.deSerializeRoles
(Path path) RolesManager.getAllRoles()
Methods in ru.cg.webbpm.studio.subsystems.bpmn.role.api.registry with parameters of type RoleModifier and TypeMethodDescriptionvoid
RolesManager.createRole
(Role role) Creates new role.void
RolesManager.removeRole
(Role role) void
RolesManager.updateRole
(String prevName, Role role) Updates existing role.Method parameters in ru.cg.webbpm.studio.subsystems.bpmn.role.api.registry with type arguments of type RoleModifier and TypeMethodDescriptionvoid
RolesManager.RolesChangedCallback.onRolesChange
(Collection<Role> roles) void
RolesSerializer.serializeRoles
(Collection<Role> roles, Path path) -
Uses of Role in ru.cg.webbpm.studio.subsystems.bpmn.role.impl.registry
Methods in ru.cg.webbpm.studio.subsystems.bpmn.role.impl.registry that return types with arguments of type RoleModifier and TypeMethodDescriptionRolesSerializerImpl.deSerializeRoles
(Path path) RolesManagerImpl.getAllRoles()
Methods in ru.cg.webbpm.studio.subsystems.bpmn.role.impl.registry with parameters of type RoleModifier and TypeMethodDescriptionvoid
RolesManagerImpl.createRole
(Role role) void
RolesManagerImpl.removeRole
(Role role) void
RolesManagerImpl.updateRole
(String prevName, Role role) Method parameters in ru.cg.webbpm.studio.subsystems.bpmn.role.impl.registry with type arguments of type RoleModifier and TypeMethodDescriptionvoid
RolesSerializerImpl.serializeRoles
(Collection<Role> roles, Path path) -
Uses of Role in ru.cg.webbpm.studio.subsystems.bpmn.role.model
Fields in ru.cg.webbpm.studio.subsystems.bpmn.role.model with type parameters of type RoleMethods in ru.cg.webbpm.studio.subsystems.bpmn.role.model that return RoleMethods in ru.cg.webbpm.studio.subsystems.bpmn.role.model that return types with arguments of type Role -
Uses of Role in ru.cg.webbpm.studio.subsystems.bpmn.role.ui
Methods in ru.cg.webbpm.studio.subsystems.bpmn.role.ui with parameters of type RoleMethod parameters in ru.cg.webbpm.studio.subsystems.bpmn.role.ui with type arguments of type Role -
Uses of Role in ru.cg.webbpm.studio.subsystems.bpmn.role.ui.listeners
Fields in ru.cg.webbpm.studio.subsystems.bpmn.role.ui.listeners with type parameters of type Role