java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.jbpm_web_editor.service.RolesService

@Service public class RolesService extends Object
Author:
r.latypov
  • Constructor Details

    • RolesService

      public RolesService(@Value("${project.business-model.directory.name:resources}") String resourcesDirectoryName, @Value("${project.roles.file.path:resources/src/main/resources/config/roles.xml}") String rolesFilePath)
  • Method Details

    • getProjectPath

      public String getProjectPath(String processFilePath)
    • getProjectRoles

      public List<Role> getProjectRoles(String projectPath)
    • getSerializedRoles

      public String getSerializedRoles(String projectPath)