com.silverpeas.workflow.api.model
Interface StateSetter

All Known Implementing Classes:
StateRef

public interface StateSetter

Interface describing a representation of one of the following elements of a Process Model:


Method Summary
 State getState()
          Get the state
 void setState(State state)
          Set the state
 

Method Detail

getState

State getState()
Get the state


setState

void setState(State state)
Set the state



Copyright © 2016 Silverpeas. All Rights Reserved.