nl.gx.webmanager.cms.workflow
Interface WorkflowModelState

All Superinterfaces:
Wrapper

public interface WorkflowModelState
extends Wrapper

This interface represents a Workflow model state. A Workflow model state represents the state of the Workflow model as a whole rather then the state of one particular activity instance.

Author:
ivol

Method Summary
 java.lang.String getName()
          Returns the name of this Workflow model state
 boolean isPublic()
          Returns if this Workflow model state is public or not.
 
Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper
getId, getUUID, setId, setUUID
 

Method Detail

getName

java.lang.String getName()
Returns the name of this Workflow model state

Returns:
name of this Workflow model state

isPublic

boolean isPublic()
Returns if this Workflow model state is public or not. Public means that it may be published on the website.

Returns:
true if this is a public state, false otherwise


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