java.lang.Object
com.liferay.portal.workflow.kaleo.runtime.util.RoleUtil

@Deprecated public class RoleUtil extends Object
Deprecated.
As of Cavanaugh (7.4.x), with no direct replacement
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.liferay.portal.kernel.model.Role
    getRole(String name, int roleType, boolean autoCreate, com.liferay.portal.kernel.service.ServiceContext serviceContext)
    Deprecated.
     
    static List<Long>
    getRoleIds(com.liferay.portal.kernel.service.ServiceContext serviceContext)
    Deprecated.
     
    static int
    getRoleType(String roleType)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RoleUtil

      public RoleUtil()
      Deprecated.
  • Method Details

    • getRole

      public static com.liferay.portal.kernel.model.Role getRole(String name, int roleType, boolean autoCreate, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Deprecated.
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getRoleIds

      public static List<Long> getRoleIds(com.liferay.portal.kernel.service.ServiceContext serviceContext)
      Deprecated.
    • getRoleType

      public static int getRoleType(String roleType)
      Deprecated.