com.jbbres.lib.actions.elements
Interface ActionDescription

All Superinterfaces:
java.lang.Comparable<ElementDescription<?>>, ElementDescription<Action>, com.jbbres.lib.search.Searchable
All Known Implementing Classes:
DefaultActionDescription, ResourceBundleActionDescription, SimpleActionDescription, VariableActionDescription

public interface ActionDescription
extends ElementDescription<Action>

Provides information regarding the action, such as its name, a short description, its version number etc.

Those information might or might not be the same as the one provided by the element information property list and have various usage within the workflow definition process, but one of the strength of the ActionDescription over the element information property list is that it can provide information specific to an instance of the action, where the element information property list only provide general information regarding the Action class.

Since:
1.0.0
Version:
1.0.0
Author:
Jean-Baptiste Bres
See Also:
Action.getDescription()

Field Summary
static java.lang.String DEFAULT_INPUT_PROVIDER
           
static java.lang.String DESCRIPTION_INPUT
          The description of the object that the action receives as input.
static java.lang.String DESCRIPTION_OUTPUT
          The description of the object that the action generates as output.
static java.lang.String WARNING_CANCEL_BUTTON
           
static java.lang.String WARNING_CONTINUE_BUTTON
           
static java.lang.String WARNING_MESSAGE
           
static java.lang.String WARNING_SUGGESTED_ACTION
           
 
Fields inherited from interface com.jbbres.lib.actions.elements.ElementDescription
CATEGORY_SEPARATOR, DESCRIPTION_CATEGORIES, DESCRIPTION_COMPANY_NAME, DESCRIPTION_COMPANY_SUPPORT, DESCRIPTION_COMPANY_WEBSITE, DESCRIPTION_COPYRIGHT, DESCRIPTION_ICON, DESCRIPTION_SUMMARY, DESCRIPTION_TITLE, DESCRIPTION_VERSION, TYPE
 
Method Summary
 
Methods inherited from interface com.jbbres.lib.actions.elements.ElementDescription
addElementDescriptionChangeListener, getCategories, getDescription, getIcon, newElementInstance, removeElementDescriptionChangeListener
 
Methods inherited from interface com.jbbres.lib.search.Searchable
getSearchableValue
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

DESCRIPTION_INPUT

static final java.lang.String DESCRIPTION_INPUT
The description of the object that the action receives as input.

See Also:
Constant Field Values

DESCRIPTION_OUTPUT

static final java.lang.String DESCRIPTION_OUTPUT
The description of the object that the action generates as output.

See Also:
Constant Field Values

WARNING_SUGGESTED_ACTION

static final java.lang.String WARNING_SUGGESTED_ACTION
See Also:
Constant Field Values

WARNING_CONTINUE_BUTTON

static final java.lang.String WARNING_CONTINUE_BUTTON
See Also:
Constant Field Values

WARNING_CANCEL_BUTTON

static final java.lang.String WARNING_CANCEL_BUTTON
See Also:
Constant Field Values

WARNING_MESSAGE

static final java.lang.String WARNING_MESSAGE
See Also:
Constant Field Values

DEFAULT_INPUT_PROVIDER

static final java.lang.String DEFAULT_INPUT_PROVIDER
See Also:
Constant Field Values


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.