All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.workflow.api.ProgramData

public interface ProgramData
Version:
3.2.0.2

Method Index

 o description()
Returns the description of the implementing program.
 o icon()
Returns the icon associated with the implementing program.
 o implementations()
Returns the implementation definitions of the program.
 o inContainer()
Returns the input container of the program.
 o isEmpty()
Indicates whether no program data information is available yet.
 o isUnattended()
States whether the program can run unattended.
 o outContainer()
Returns the output container of the program.

Methods

 o isEmpty
 public abstract boolean isEmpty() throws FmcException
Indicates whether no program data information is available yet.

Throws: FmcException
thrown if an API error or a communication error occurred.
 o description
 public abstract String description() throws FmcException
Returns the description of the implementing program.

Throws: FmcException
thrown if an API error or a communication error occurred.
 o icon
 public abstract String icon() throws FmcException
Returns the icon associated with the implementing program.

Throws: FmcException
thrown if an API error or a communication error occurred.
 o implementations
 public abstract ImplementationData[] implementations() throws FmcException
Returns the implementation definitions of the program.

Throws: FmcException
thrown if an API error or a communication error occurred.
 o inContainer
 public abstract ReadOnlyContainer inContainer() throws FmcException
Returns the input container of the program.

Throws: FmcException
thrown if an API error or a communication error occurred.
 o isUnattended
 public abstract boolean isUnattended() throws FmcException
States whether the program can run unattended.

Throws: FmcException
thrown if an API error or a communication error occurred.
 o outContainer
 public abstract ReadWriteContainer outContainer() throws FmcException
Returns the output container of the program.

Throws: FmcException
thrown if an API error or a communication error occurred.

All Packages  Class Hierarchy  This Package  Previous  Next  Index