Uses of Class
com.jbbres.lib.actions.workflow.AbstractWorkflowDefinitionNotification.MessageType

Packages that use AbstractWorkflowDefinitionNotification.MessageType
com.jbbres.lib.actions.workflow Provides the public model that developers can use to interact with Workflow objects. 
 

Uses of AbstractWorkflowDefinitionNotification.MessageType in com.jbbres.lib.actions.workflow
 

Methods in com.jbbres.lib.actions.workflow that return AbstractWorkflowDefinitionNotification.MessageType
 AbstractWorkflowDefinitionNotification.MessageType AbstractWorkflowDefinitionNotification.getMessageType()
          Returns the current message type.
static AbstractWorkflowDefinitionNotification.MessageType AbstractWorkflowDefinitionNotification.MessageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractWorkflowDefinitionNotification.MessageType[] AbstractWorkflowDefinitionNotification.MessageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jbbres.lib.actions.workflow with parameters of type AbstractWorkflowDefinitionNotification.MessageType
 void AbstractWorkflowDefinitionNotification.setMessageType(AbstractWorkflowDefinitionNotification.MessageType newMessageType)
          Sets the message type.
 

Constructors in com.jbbres.lib.actions.workflow with parameters of type AbstractWorkflowDefinitionNotification.MessageType
AbstractWorkflowDefinitionNotification(java.lang.String message, AbstractWorkflowDefinitionNotification.MessageType messageType)
          Instantiates a new notification.
WorkflowDefinitionMessageNotification(java.lang.String message, AbstractWorkflowDefinitionNotification.MessageType messageType)
          Instantiates a new notification.
 



To file bugs or suggest feature enhancements, visit the app.jbbres.com Bug Reporter website.

Additional documentation available online at http://app.jbbres.com/actions/developers.

Copyright � 2009-2011 app.jbbres.com. All Rights Reserved.