com.silverpeas.workflow.api.model
Interface AllowedAction

All Known Implementing Classes:
ActionRef

public interface AllowedAction

Interface describing a representation of the <allowedAction> element of a Process Model.


Method Summary
 Action getAction()
          Get the allowed action
 void setAction(Action action)
          Set the allowed action
 

Method Detail

getAction

Action getAction()
Get the allowed action

Returns:
an Action object

setAction

void setAction(Action action)
Set the allowed action

Parameters:
action - an action object


Copyright © 2016 Silverpeas. All Rights Reserved.