|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.plexus.redback.role.util.RoleModelUtils
public class RoleModelUtils
RoleModelUtils:
| Constructor Summary | |
|---|---|
RoleModelUtils()
|
|
| Method Summary | |
|---|---|
static org.codehaus.plexus.util.dag.DAG |
generateRoleGraph(RedbackRoleModel model)
|
static org.codehaus.plexus.util.dag.DAG |
generateTemplateGraph(RedbackRoleModel model)
|
static ModelOperation |
getModelOperation(RedbackRoleModel model,
java.lang.String operationId)
WARNING: can return null |
static ModelResource |
getModelResource(RedbackRoleModel model,
java.lang.String resourceId)
|
static ModelRole |
getModelRole(RedbackRoleModel model,
java.lang.String roleId)
WARNING: can return null |
static ModelTemplate |
getModelTemplate(RedbackRoleModel model,
java.lang.String templateId)
WARNING: can return null |
static java.util.List |
getOperationIdList(RedbackRoleModel model)
|
static java.util.List |
getResourceIdList(RedbackRoleModel model)
|
static java.util.List |
getRoleIdList(RedbackRoleModel model)
|
static java.util.List |
getRoles(RedbackRoleModel model)
|
static java.util.List |
getTemplateIdList(RedbackRoleModel model)
|
static java.util.List |
getTemplates(RedbackRoleModel model)
|
static java.util.List |
reverseTopologicalSortedRoleList(RedbackRoleModel model)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RoleModelUtils()
| Method Detail |
|---|
public static java.util.List getRoles(RedbackRoleModel model)
public static java.util.List getTemplates(RedbackRoleModel model)
public static java.util.List getOperationIdList(RedbackRoleModel model)
public static java.util.List getResourceIdList(RedbackRoleModel model)
public static java.util.List getRoleIdList(RedbackRoleModel model)
public static java.util.List getTemplateIdList(RedbackRoleModel model)
public static ModelRole getModelRole(RedbackRoleModel model,
java.lang.String roleId)
model - roleId -
public static ModelTemplate getModelTemplate(RedbackRoleModel model,
java.lang.String templateId)
model - templateId -
public static ModelOperation getModelOperation(RedbackRoleModel model,
java.lang.String operationId)
model - operationId -
public static ModelResource getModelResource(RedbackRoleModel model,
java.lang.String resourceId)
public static org.codehaus.plexus.util.dag.DAG generateRoleGraph(RedbackRoleModel model)
throws org.codehaus.plexus.util.dag.CycleDetectedException
org.codehaus.plexus.util.dag.CycleDetectedException
public static org.codehaus.plexus.util.dag.DAG generateTemplateGraph(RedbackRoleModel model)
throws org.codehaus.plexus.util.dag.CycleDetectedException
org.codehaus.plexus.util.dag.CycleDetectedException
public static java.util.List reverseTopologicalSortedRoleList(RedbackRoleModel model)
throws org.codehaus.plexus.util.dag.CycleDetectedException
org.codehaus.plexus.util.dag.CycleDetectedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||