nl.gx.webmanager.cms.workflow
Interface WorkflowActivityRole

All Superinterfaces:
Wrapper

public interface WorkflowActivityRole
extends Wrapper

This interface represents a Workflow activity role. A Workflow activity role is a mapping between a Workflow activity and the roles that are assigned to it in this Workflow model.

Author:
ivol

Method Summary
 Role[] getRoles()
          Returns the roles assosiated with this Workflow activity role
 WorkflowActivity getWorkflowActivity()
          Returns the Workflow activity assosiated with this Workflow activity role
 
Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper
getId, getUUID, setId, setUUID
 

Method Detail

getWorkflowActivity

WorkflowActivity getWorkflowActivity()
Returns the Workflow activity assosiated with this Workflow activity role

Returns:
the Workflow activity assosiated with this Workflow activity role

getRoles

Role[] getRoles()
Returns the roles assosiated with this Workflow activity role

Returns:
the roles assosiated with this Workflow activity role


Copyright © 2007-2011 GX Software BV. All Rights Reserved.