org.jwarp.flow.security
Class Role

java.lang.Object
  |
  +--org.jwarp.flow.AWorkflowObject
        |
        +--org.jwarp.flow.security.Role
All Implemented Interfaces:
IRole, IWorkflowObject

public class Role
extends AWorkflowObject
implements IRole


Field Summary
(package private)  IWorkflowSystem system
           
 
Fields inherited from class org.jwarp.flow.AWorkflowObject
description, id, name, workflow
 
Constructor Summary
Role(int id, java.lang.String name, java.lang.String description, IWorkflowSystem system)
           
 
Method Summary
 IWorkflowSystem getWorkflowSystem()
          Return the corresponding workflow system (if any).
 
Methods inherited from class org.jwarp.flow.AWorkflowObject
getDescription, getID, getName, getWorkflow, setDescription, setName, setWorkflow
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jwarp.flow.IWorkflowObject
getDescription, getID, getName
 

Field Detail

system

IWorkflowSystem system
Constructor Detail

Role

public Role(int id,
            java.lang.String name,
            java.lang.String description,
            IWorkflowSystem system)
Method Detail

getWorkflowSystem

public IWorkflowSystem getWorkflowSystem()
Description copied from interface: IRole
Return the corresponding workflow system (if any).
Specified by:
getWorkflowSystem in interface IRole
Following copied from interface: org.jwarp.flow.security.IRole
Returns:
the workflow syastem or null

©   O R C A   S y s t e m s