public class Role
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Role.Scope |
| Constructor and Description |
|---|
Role(java.lang.String id,
java.lang.String name,
java.lang.String description,
boolean isInternal,
Role.Scope scope) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.lang.String |
getId() |
RoleMembers |
getMembers(Context context,
XmlWorkflowItem wfi) |
java.lang.String |
getName() |
Role.Scope |
getScope() |
boolean |
isInternal() |
public Role(java.lang.String id,
java.lang.String name,
java.lang.String description,
boolean isInternal,
Role.Scope scope)
public java.lang.String getId()
public java.lang.String getName()
public java.lang.String getDescription()
public boolean isInternal()
public Role.Scope getScope()
public RoleMembers getMembers(Context context, XmlWorkflowItem wfi) throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2013 DuraSpace. All Rights Reserved.