SOAFaces API
A B C D E F G I J L M N O P R S T U V W _ 

A

AppCookie - Interface in org.soafaces.bundle.client.rpc
This is a container for name/value proeprties that are avaialble to a Tasklet.
AppCookieImpl - Class in org.soafaces.bundle.client.rpc.impl
This is a container for name/value proeprties that are avaialble to a Weblet and/or Tasklet.
AppCookieImpl(Map<String, String>) - Constructor for class org.soafaces.bundle.client.rpc.impl.AppCookieImpl
 
ApplicationBoot - Class in org.soafaces.bundle.client.rpc.impl
 
ApplicationBoot() - Constructor for class org.soafaces.bundle.client.rpc.impl.ApplicationBoot
 

B

BaseIOViewer - Class in org.soafaces.bundle.client.ui
Deprecated.
BaseIOViewer.Mode - Enum in org.soafaces.bundle.client.ui
Deprecated.
The BaseIOViewer should function fully capable in NORMAL mode.
BasicUniversalClientRPCImpl - Class in org.soafaces.services.rpc
This serlvet handles all UniversalClient GWT/RPC calls.
BasicUniversalClientRPCImpl() - Constructor for class org.soafaces.services.rpc.BasicUniversalClientRPCImpl
 
BeanTransferException - Exception in org.soafaces.bundle.client.rpc
Thrown when there is a problem during GUI/Weblet interaction with the remote server when sending/receiving data.
BeanTransferException() - Constructor for exception org.soafaces.bundle.client.rpc.BeanTransferException
Creates a new instance without detail message.
BeanTransferException(String) - Constructor for exception org.soafaces.bundle.client.rpc.BeanTransferException
Constructs an instance with the specified detail message.
buildUI() - Method in class org.soafaces.bundle.client.ui.BaseIOViewer
Deprecated.
Implement this to create all the UI components that will be housed in this top level container.
buildUI() - Method in class org.soafaces.bundle.client.ui.InputViewer
Deprecated.
Implement this to create all the UI components that will be housed in this top level container.
buildUI() - Method in class org.soafaces.bundle.client.ui.OutputViewer
Deprecated.
Implement this to create all the widgets that will be housed in this top level container.
buildUI() - Method in class org.soafaces.bundle.client.ui.RuntimeViewer
Implement this to create all the UI components that will be housed in this top level container.
buildUI() - Method in class org.soafaces.bundle.client.ui.SimpleJSONInputViewer
Deprecated.
Convenient implementation that pulls the input JavaBean from the server and wraps it in a JSONObject.
buildUI(JSONObject) - Method in class org.soafaces.bundle.client.ui.SimpleJSONInputViewer
Deprecated.
Method to implement in subclass.
buildUI() - Method in class org.soafaces.bundle.client.ui.SimpleJSONOutputViewer
Deprecated.
Convenient implementation that pulls the output JavaBean from the server and wraps it in a JSONObject.
buildUI(JSONObject) - Method in class org.soafaces.bundle.client.ui.SimpleJSONOutputViewer
Deprecated.
Method to implement in subclass.
buildUI() - Method in class org.soafaces.bundle.client.ui.SimpleJSONRuntimeViewer
Convenient implementation that pulls both the input and output JavaBeans from the server and wraps them in a JSONObject.
buildUI(JSONObject, JSONObject, TaskletStatus) - Method in class org.soafaces.bundle.client.ui.SimpleJSONRuntimeViewer
Method to implement in your subclass.
buildUI() - Method in class org.soafaces.bundle.client.ui.SimpleJSONWeblet
Convenient implementation that pulls the input JavaBean from the server and wrapps it in a JSONObject.
buildUI(JSONObject) - Method in class org.soafaces.bundle.client.ui.SimpleJSONWeblet
Method to implement in subclass.
buildUI() - Method in class org.soafaces.bundle.client.ui.SimplePOJOInputViewer
Deprecated.
Convenient implementation that pulls the input JavaBean from the server and serializes into a IsSerializable.
buildUI(IsSerializable) - Method in class org.soafaces.bundle.client.ui.SimplePOJOInputViewer
Deprecated.
Method to implement in subclass.
buildUI() - Method in class org.soafaces.bundle.client.ui.SimplePOJOOutputViewer
Deprecated.
Convenient implementation that pulls the output JavaBean from the server and serializes into a IsSerializable.
buildUI(IsSerializable) - Method in class org.soafaces.bundle.client.ui.SimplePOJOOutputViewer
Deprecated.
Method to implement in subclass.
buildUI() - Method in class org.soafaces.bundle.client.ui.SimplePOJORuntimeViewer
Convenient implementation that pulls both the input and output JavaBean from the server and serializes them to IsSerializable.
buildUI(IsSerializable, IsSerializable, TaskletStatus) - Method in class org.soafaces.bundle.client.ui.SimplePOJORuntimeViewer
Method to implement in subclass.
buildUI() - Method in class org.soafaces.bundle.client.ui.SimplePOJOWeblet
Convenient implementation that pulls the input JavaBean from the server and serializes into a IsSerializable.
buildUI(IsSerializable) - Method in class org.soafaces.bundle.client.ui.SimplePOJOWeblet
Method to implement in subclass.
buildUI() - Method in class org.soafaces.bundle.client.ui.Weblet
Implement this to create all the widgets that will be housed in this top level container.
BundleDataAccessRPC - Interface in org.soafaces.bundle.client.rpc.impl
 
BundleDataAccessRPCAsync - Interface in org.soafaces.bundle.client.rpc.impl
 
BundleUniversalClientRPC - Interface in org.soafaces.bundle.client.rpc.impl
 
BundleUniversalClientRPCAsync - Interface in org.soafaces.bundle.client.rpc.impl
 

C

cacheTmpInputBeanJSON(long, long, String) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPC
 
cacheTmpInputBeanJSON(long, long, String, AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPCAsync
 
cacheTmpInputBeanPOJO(long, long, IsSerializable) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPC
 
cacheTmpInputBeanPOJO(long, long, IsSerializable, AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPCAsync
 
callDispatchMuleClient(String, Object, Map<String, Serializable>) - Method in class org.soafaces.services.rpc.BasicUniversalClientRPCImpl
 
callDispatchMuleClient(String, Object, Map<String, Serializable>) - Method in class org.soafaces.services.rpc.ExtendedUniversalClientRPCImpl
 
callSendMuleClient(String, Object, Map<String, Serializable>) - Method in class org.soafaces.services.rpc.BasicUniversalClientRPCImpl
 
callSendMuleClient(String, Object, Map<String, Serializable>) - Method in class org.soafaces.services.rpc.ExtendedUniversalClientRPCImpl
 
checkpoint() - Method in interface org.soafaces.bundle.workflow.JobContext
Used to allow a job to be killed when running.
clearEditCookies() - Method in class org.soafaces.bundle.client.rpc.impl.AppCookieImpl
 
ContainerStartupException - Exception in org.soafaces.bundle.container
Called by a class implementing ContainerStartupListener when an unrecoverable problem is encountered during execution.
ContainerStartupException(String) - Constructor for exception org.soafaces.bundle.container.ContainerStartupException
 
ContainerStartupException(String, Throwable) - Constructor for exception org.soafaces.bundle.container.ContainerStartupException
 
ContainerStartupListener - Interface in org.soafaces.bundle.container
Implementations of this interface are called by the SOAFaces container during startup phase of the container.
createApplication(EntryPoint) - Method in class org.soafaces.bundle.client.rpc.impl.ApplicationBoot
 
createGenericDataWrapper(Object) - Static method in class org.soafaces.services.client.rpc.GenericDataUtil
 

D

dispatch(String, Object, Map<String, Serializable>, AsyncCallback) - Method in interface org.soafaces.services.client.rpc.UniversalClient
Asynchrnous version of send methods.
dispatch(String, Object, AsyncCallback) - Method in interface org.soafaces.services.client.rpc.UniversalClient
 
dispatch(String, AsyncCallback) - Method in interface org.soafaces.services.client.rpc.UniversalClient
 
dispatchAny(long, long, String, GenericDataWrapper, Map<String, Serializable>) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleUniversalClientRPC
 
dispatchAny(long, long, String, GenericDataWrapper, Map<String, Serializable>, AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleUniversalClientRPCAsync
 
dispatchAny(String, GenericDataWrapper, Map<String, Serializable>) - Method in interface org.soafaces.services.client.rpc.UniversalClientRPC
 
dispatchAny(String, GenericDataWrapper, Map<String, Serializable>, AsyncCallback) - Method in interface org.soafaces.services.client.rpc.UniversalClientRPCAsync
 
dispatchAny(String, GenericDataWrapper, Map<String, Serializable>) - Method in class org.soafaces.services.rpc.BasicUniversalClientRPCImpl
 
dispatchEmpty(long, long, String, Map<String, Serializable>) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleUniversalClientRPC
 
dispatchEmpty(long, long, String, Map<String, Serializable>, AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleUniversalClientRPCAsync
 
dispatchEmpty(String, Map<String, Serializable>) - Method in interface org.soafaces.services.client.rpc.UniversalClientRPC
 
dispatchEmpty(String, Map<String, Serializable>, AsyncCallback) - Method in interface org.soafaces.services.client.rpc.UniversalClientRPCAsync
 
dispatchEmpty(String, Map<String, Serializable>) - Method in class org.soafaces.services.rpc.BasicUniversalClientRPCImpl
 

E

exceptionHandler(Throwable) - Method in class org.soafaces.services.rpc.BasicUniversalClientRPCImpl
Override to log exceptions in webserver container
executeService(String, GenericDataWrapper, boolean, HttpServletRequest, HttpServletResponse) - Method in class org.soafaces.services.rpc.LocalServiceHandler
 
ExtendedUniversalClientRPCImpl - Class in org.soafaces.services.rpc
Extends BasicUniversalClientRPCImpl by providing support for Mule endpoints.
ExtendedUniversalClientRPCImpl() - Constructor for class org.soafaces.services.rpc.ExtendedUniversalClientRPCImpl
 

F

fetchAppCookie(FetchAppCookieCallback) - Method in interface org.soafaces.bundle.client.rpc.WebletContext
Get the APP scope level cookies associated with the Tasklet.
FetchAppCookieCallback - Class in org.soafaces.bundle.client.rpc
Callback for fetching application scope cookies associated with a job/Tasklet.
FetchAppCookieCallback() - Constructor for class org.soafaces.bundle.client.rpc.FetchAppCookieCallback
 
fetchInputBean(FetchPOJOCallback) - Method in interface org.soafaces.bundle.client.rpc.IOViewerContext
Get the input JavaBean associated with the running of a Tasklet from the server.
fetchInputBean(FetchJSONCallback) - Method in interface org.soafaces.bundle.client.rpc.IOViewerContext
Get the input JavaBean associated with the running of a Tasklet from the server.
fetchInputBean(FetchPOJOCallback) - Method in interface org.soafaces.bundle.client.rpc.WebletContext
Get the input JavaBean associated with this Weblet from the server and return as a POJO.
fetchInputBean(FetchJSONCallback) - Method in interface org.soafaces.bundle.client.rpc.WebletContext
Get the input JavaBean associated with this Weblet from the server and return as a JSON object.
FetchJSONCallback - Class in org.soafaces.bundle.client.rpc
Callback for fetching an input JavaBean from the server.
FetchJSONCallback() - Constructor for class org.soafaces.bundle.client.rpc.FetchJSONCallback
 
fetchOutputBean(FetchPOJOCallback) - Method in interface org.soafaces.bundle.client.rpc.IOViewerContext
Get the output JavaBean associated with the running of a Tasklet from the server.
fetchOutputBean(FetchJSONCallback) - Method in interface org.soafaces.bundle.client.rpc.IOViewerContext
Get the output JavaBean associated with the running of a Tasklet from the server.
FetchPOJOCallback - Class in org.soafaces.bundle.client.rpc
Callback for fetching an input JavaBean from the server.
FetchPOJOCallback() - Constructor for class org.soafaces.bundle.client.rpc.FetchPOJOCallback
 
fetchTaskletStatus(FetchTaskletStatusCallback) - Method in interface org.soafaces.bundle.client.rpc.IOViewerContext
Get the TaskletStatus object associated with the running of a Tasklet from the server This will contain updated information on running state of the Tasklet (if it is still running).
FetchTaskletStatusCallback - Class in org.soafaces.bundle.client.rpc
Callback for fetching TaskletStatus object associated with a job run.
FetchTaskletStatusCallback() - Constructor for class org.soafaces.bundle.client.rpc.FetchTaskletStatusCallback
 

G

GenericDataUtil - Class in org.soafaces.services.client.rpc
For internal use only by implementing SOAFaces container.
GenericDataWrapper - Class in org.soafaces.services.client.rpc
This class is not to be used by application developers.
GenericDataWrapper() - Constructor for class org.soafaces.services.client.rpc.GenericDataWrapper
 
getAppCookie(long, long) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPC
 
getAppCookie(long, long, AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPCAsync
 
getAssociatedTasklets() - Method in interface org.soafaces.bundle.workflow.TaskletInputContext
IDs of all tasklets that ran before this tasklet and for which this tasklet has an association with.
getAttribute(String) - Method in interface org.soafaces.bundle.workflow.JobContext
Get Tasklet runtime attribute that has been set using setAttribute or passed to the JobContext as an input property when the job is running.
getAttributeNames() - Method in interface org.soafaces.bundle.workflow.JobContext
Returns all the attribute names that can be fetched from getAttribute().
getBundleID() - Method in interface org.soafaces.bundle.client.rpc.WebletContext
Unique ID of Weblet assoicated with continaer this SFB/Weblet is configured in.
getBundleName() - Method in interface org.soafaces.bundle.client.rpc.WebletContext
User defined name associated with Weblet.
getContext() - Method in class org.soafaces.bundle.client.ui.BaseIOViewer
Deprecated.
 
getContext() - Method in class org.soafaces.bundle.client.ui.RuntimeViewer
 
getContext() - Method in class org.soafaces.bundle.client.ui.Weblet
 
getCookie(String) - Method in interface org.soafaces.bundle.client.rpc.AppCookie
Cookies are Tasklet/Weblet properties that can used by a Tasklet as it runs.
getCookie(String) - Method in class org.soafaces.bundle.client.rpc.impl.AppCookieImpl
Cookies are Tasklet/Weblet properties that can used by a Tasklet as it runs.
getCookie(String, TaskletStatus.Scope) - Method in class org.soafaces.bundle.client.rpc.impl.TaskletStatusImpl
Cookies are Tasklet properties that are set by a Tasklet as it runs and made available for viewing by a Tasklets GUIs (RuntimeViewer).
getCookie(String, TaskletStatus.Scope) - Method in interface org.soafaces.bundle.client.rpc.TaskletStatus
Cookies are Tasklet properties that are set by a Tasklet as it runs and made available for viewing by a Tasklets GUIs (RuntimeViewer).
getCookie(String, Tasklet.Scope) - Method in interface org.soafaces.bundle.workflow.TaskletInputContext
If a cookie is set using TaskletOutputContext.setCookie() it can be shared with future run jobs/Tasklets.
getCustomStatusCode() - Method in class org.soafaces.bundle.client.rpc.impl.TaskletStatusImpl
Tasklet defined custom status code.
getCustomStatusCode() - Method in interface org.soafaces.bundle.client.rpc.TaskletStatus
Tasklet defined custom status code.
getCustomStatusCode() - Method in interface org.soafaces.bundle.workflow.JobContext
Get the custom status code set by the job.
getCustomStatusCode() - Method in interface org.soafaces.bundle.workflow.TaskletOutputSummary
Tasklet defined custom status code.
getCustomStatusMessage() - Method in class org.soafaces.bundle.client.rpc.impl.TaskletStatusImpl
Tasklet defined custom status message.
getCustomStatusMessage() - Method in interface org.soafaces.bundle.client.rpc.TaskletStatus
Tasklet defined custom status message.
getCustomStatusMessage() - Method in interface org.soafaces.bundle.workflow.JobContext
Get the custom status message set by the job.
getCustomStatusMessage() - Method in interface org.soafaces.bundle.workflow.TaskletOutputSummary
Tasklet defined custom status message.
getDependencyRule(String) - Method in interface org.soafaces.bundle.workflow.JobContext
Finds the dependency rule with the given name.
getDescription() - Method in interface org.soafaces.bundle.workflow.JobContext
Description of the job.
getDescription() - Method in exception org.soafaces.bundle.workflow.TaskletApprovalException
 
getDescription() - Method in interface org.soafaces.bundle.workflow.TaskletInputContext
User defined description given to the Tasklet.
getDescription() - Method in interface org.soafaces.bundle.workflow.TaskletOutputSummary
Description of Tasklet
getEmailSession() - Method in interface org.soafaces.bundle.workflow.WorkflowContainer
Use workflow container's outgoing SMTP server to send an email.
getEndDateRange() - Method in interface org.soafaces.bundle.workflow.JobContext
This works with getStartDateRange() to define a effective date range that this Tasklets will execute under.
getEndTime() - Method in class org.soafaces.bundle.client.rpc.impl.TaskletStatusImpl
Date when Tasklets finished running.
getEndTime() - Method in interface org.soafaces.bundle.client.rpc.TaskletStatus
Date when Tasklets finished running.
getEndTime() - Method in interface org.soafaces.bundle.workflow.TaskletOutputSummary
Time the Tasklet completed running.
getExitCondition() - Method in interface org.soafaces.bundle.workflow.TaskletOutputSummary
Exit condition of the Tasklet as defined by the exit condition states.
getExitState() - Method in interface org.soafaces.bundle.workflow.TaskletOutputSummary
Exit state of the Tasklet when it finished its processing.
getExitStatus() - Method in interface org.soafaces.bundle.workflow.TaskletOutputSummary
Deprecated.
getExpireDate() - Method in exception org.soafaces.bundle.workflow.TaskletApprovalException
 
getID() - Method in interface org.soafaces.bundle.client.rpc.WebletContext
Unique ID of the application or workflow/job that this Weblet is part of.
getID() - Method in interface org.soafaces.bundle.workflow.JobContext
Unique id assigned to a job within a container.
getID() - Method in interface org.soafaces.bundle.workflow.TaskletInputContext
A unique id assigned to this Tasklet.
getID() - Method in interface org.soafaces.bundle.workflow.TaskletOutputSummary
Unique ID of Tasklet
getInputBean() - Method in interface org.soafaces.bundle.workflow.TaskletInputContext
Returns the input JavaBean that is persisted on the server if one is defined.
getInputBeanJSON(long, long, String, long) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPC
 
getInputBeanJSON(long, long, String, long, AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPCAsync
 
getInputBeanPOJO(long, long, String, long) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPC
 
getInputBeanPOJO(long, long, String, long, AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPCAsync
 
getInputBeanRuntimeJSON(long, long, long, String) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPC
 
getInputBeanRuntimeJSON(long, long, long, String, AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPCAsync
 
getInputBeanRuntimePOJO(long, long, long, String) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPC
 
getInputBeanRuntimePOJO(long, long, long, String, AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPCAsync
 
getInstance() - Static method in class org.soafaces.services.client.rpc.UniversalClientFactory
 
getJobContext() - Method in interface org.soafaces.bundle.workflow.TaskletInputContext
JobContext associated with the job that the Tasklet runs in.
getJobID() - Method in interface org.soafaces.bundle.client.rpc.IOViewerContext
Unique id of workflow/job that is associatd with this RuntimeViewer.
getJobName() - Method in interface org.soafaces.bundle.client.rpc.IOViewerContext
User defined name of workflow/job that is associatd with this RuntimeViewer.
getJobRunID() - Method in interface org.soafaces.bundle.client.rpc.IOViewerContext
Unique id assigned to the workflow/job that ran the Tasklet that the RuntimeViewer is associated with.
getMainPanel() - Method in class org.soafaces.bundle.client.ui.BaseIOViewer
Deprecated.
This can return RootPanel.get() or any other panel you want to house your UI.
getMainPanel() - Method in class org.soafaces.bundle.client.ui.InputViewer
Deprecated.
This can return RootPanel.get() or any other panel you want to house your UI.
getMainPanel() - Method in class org.soafaces.bundle.client.ui.OutputViewer
Deprecated.
This can return RootPanel.get() or any other panel you want to house your UI.
getMainPanel() - Method in class org.soafaces.bundle.client.ui.RuntimeViewer
This can return RootPanel.get() or any other panel you want to house your UI.
getMainPanel() - Method in class org.soafaces.bundle.client.ui.SimpleJSONInputViewer
Deprecated.
Convenient implementation to return the top level UI container.
getMainPanel() - Method in class org.soafaces.bundle.client.ui.SimpleJSONOutputViewer
Deprecated.
Convenient implementation to return the top level UI container.
getMainPanel() - Method in class org.soafaces.bundle.client.ui.SimpleJSONRuntimeViewer
Convenient implementation to return the top level UI container.
getMainPanel() - Method in class org.soafaces.bundle.client.ui.SimpleJSONWeblet
Convenient implementation to return the top level UI container.
getMainPanel() - Method in class org.soafaces.bundle.client.ui.SimplePOJOInputViewer
Deprecated.
Convenient implementation to return the top level UI container.
getMainPanel() - Method in class org.soafaces.bundle.client.ui.SimplePOJOOutputViewer
Deprecated.
Convenient implementation to return the top level UI container.
getMainPanel() - Method in class org.soafaces.bundle.client.ui.SimplePOJORuntimeViewer
Convenient implementation to return the top level UI container.
getMainPanel() - Method in class org.soafaces.bundle.client.ui.SimplePOJOWeblet
Convenient implementation to return the top level UI container.
getMainPanel() - Method in class org.soafaces.bundle.client.ui.Weblet
This can return RootPanel.get() or any other panel you want to house your UI.
getMode() - Method in class org.soafaces.bundle.client.ui.BaseIOViewer
Deprecated.
Only the more advanced and complex implementations need to concern themselves with what mode the IOViewer is in.
getMode() - Method in class org.soafaces.bundle.client.ui.RuntimeViewer
Only the more advanced and complex implementations need to concern themselves with what mode the IOViewer is in.
getMode() - Method in class org.soafaces.bundle.client.ui.Weblet
Only the more advanced and complex implementations need to concern themselves with what mode the Weblet is in.
getMuleClient() - Method in interface org.soafaces.bundle.workflow.JobContext
Provides access to all the capabilites available to a MuleClient.
getName() - Method in interface org.soafaces.bundle.client.rpc.WebletContext
Name of the application or workflow/job that this Weblet is part of.
getName() - Method in interface org.soafaces.bundle.workflow.JobContext
User defined name of the job.
getName() - Method in interface org.soafaces.bundle.workflow.TaskletInputContext
User defined name assigned to the Tasklet.
getName() - Method in interface org.soafaces.bundle.workflow.TaskletOutputSummary
Name of Tasklet.
getOrder() - Method in interface org.soafaces.bundle.workflow.TaskletInputContext
Executing order of this Tasklet within the job/workflow chain.
getOrder() - Method in interface org.soafaces.bundle.workflow.TaskletOutputSummary
Order of execution of Tasklet within a job.
getOutputBean() - Method in interface org.soafaces.bundle.workflow.TaskletOutputContext
Returns the default output JavaBean that is persisted on the server if one is defined.
getOutputBeanRuntimeJSON(long, long, long, String) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPC
 
getOutputBeanRuntimeJSON(long, long, long, String, AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPCAsync
 
getOutputBeanRuntimePOJO(long, long, long, String) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPC
 
getOutputBeanRuntimePOJO(long, long, long, String, AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPCAsync
 
getPayload(GenericDataWrapper) - Static method in class org.soafaces.services.client.rpc.GenericDataUtil
 
getPersistentPath() - Method in interface org.soafaces.bundle.workflow.JobContext
Sandbox directory where Tasklets can create, edit, delete, and read files.
getRequest() - Static method in class org.soafaces.services.util.ServiceThreadLocalRequest
Request scope associated with this thread of execution.
getResponse() - Static method in class org.soafaces.services.util.ServiceThreadLocalResponse
HTTP Response associated with this thread of execution.
getRunDate() - Method in interface org.soafaces.bundle.workflow.JobContext
Date/Time the job began running.
getRunID() - Method in interface org.soafaces.bundle.workflow.JobContext
Unique id assigned to the instance of the running job within a container.
getRuntimePath() - Method in interface org.soafaces.bundle.workflow.JobContext
Sandbox directory where Tasklets can create, edit, delete, and read files.
getRuntimeViewerEnum(int) - Static method in class org.soafaces.bundle.client.rpc.impl.MapWebletViewerEnums
 
getRuntimeViewerInt(RuntimeViewer.Mode) - Static method in class org.soafaces.bundle.client.rpc.impl.MapWebletViewerEnums
 
getSchedDate() - Method in interface org.soafaces.bundle.workflow.JobContext
Date/Time the job was scheduled to run.
getSpecificPayloadFromProxy(GenericDataWrapper) - Static method in class org.soafaces.services.rpc.ServerGenericDataUtil
 
getStartDateRange() - Method in interface org.soafaces.bundle.workflow.JobContext
Starting date range assigned to this job run.
getStartTime() - Method in class org.soafaces.bundle.client.rpc.impl.TaskletStatusImpl
When Tasklet started running.
getStartTime() - Method in interface org.soafaces.bundle.client.rpc.TaskletStatus
When Tasklet started running.
getStartTime() - Method in interface org.soafaces.bundle.workflow.TaskletOutputSummary
Time the Tasklet started.
getTaskContext() - Method in exception org.soafaces.bundle.workflow.TaskletApprovalException
 
getTaskletID() - Method in interface org.soafaces.bundle.client.rpc.IOViewerContext
Unique id of Tasklet that the RuntimeViewer is associated with.
getTaskletName() - Method in interface org.soafaces.bundle.client.rpc.IOViewerContext
User defined name of the Tasklet that the RuntimeViewer is associated with.
getTaskletOutputSummary(long) - Method in interface org.soafaces.bundle.workflow.JobContext
Returns TaskletOutputSummary for tasklet that has previously executed and that matches the given unique id.
getTaskletOutputSummaryList() - Method in interface org.soafaces.bundle.workflow.JobContext
Get list of TaskletOutputSummary for tasklets that have previously executed as part of this JobContext.
getTaskletStatus(long, long, long) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPC
 
getTaskletStatus(long, long, long, AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPCAsync
 
getType() - Method in interface org.soafaces.bundle.workflow.TaskletOutputSummary
SOAFaces Bundle name of Tasklet
getUniversalClient() - Method in interface org.soafaces.bundle.client.rpc.IOViewerContext
Messaging client that can be used to access Mule endpoint services and SOAFaces endpoint services.
getUniversalClient() - Method in interface org.soafaces.bundle.client.rpc.WebletContext
Messaging client that can be used to access Mule endpoint services and SOAFaces endpoint services.
getUniversalClient(String) - Method in class org.soafaces.services.client.rpc.UniversalClientFactory
Gets a new UniversalClient interfaces and routs RPC calls to the Servlet mapped to the given uri.
getURLParameters() - Method in interface org.soafaces.bundle.client.rpc.WebletContext
Any parameters passed to the servlet/URL that references this Weblet can be accessed from this Dictionary.
getUserExitMsg() - Method in interface org.soafaces.bundle.workflow.JobContext
Deprecated.
getUserExitMsg() - Method in interface org.soafaces.bundle.workflow.TaskletOutputSummary
getUserExitStatus() - Method in interface org.soafaces.bundle.workflow.JobContext
Deprecated.
getUserExitStatus() - Method in interface org.soafaces.bundle.workflow.TaskletOutputSummary
getUsername() - Method in interface org.soafaces.bundle.client.rpc.IOViewerContext
Username of user accessing this IOViewer.
getUsername() - Method in interface org.soafaces.bundle.client.rpc.WebletContext
Username of user accessing this Weblet.
getUserName() - Method in interface org.soafaces.bundle.workflow.JobContext
User name that executed this job, if user initiated, otherwise null.
getUserName() - Method in exception org.soafaces.bundle.workflow.TaskletApprovalException
 
getValue() - Method in class org.soafaces.services.client.rpc.JSONTypeWrapper
 
getViewerEnum(int) - Static method in class org.soafaces.bundle.client.rpc.impl.MapWebletViewerEnums
 
getViewerInt(BaseIOViewer.Mode) - Static method in class org.soafaces.bundle.client.rpc.impl.MapWebletViewerEnums
 
getWebletEnum(int) - Static method in class org.soafaces.bundle.client.rpc.impl.MapWebletViewerEnums
 
getWebletInt(Weblet.Mode) - Static method in class org.soafaces.bundle.client.rpc.impl.MapWebletViewerEnums
 
getWorkflowContainer() - Method in interface org.soafaces.bundle.workflow.JobContext
Returns handle to object for access to actions and functions available to workflow container.

I

initUI(IOViewerContext, BaseIOViewer.Mode) - Method in class org.soafaces.bundle.client.ui.BaseIOViewer
Deprecated.
Called by the container to initialize the UI.
initUI(IOViewerContext, RuntimeViewer.Mode) - Method in class org.soafaces.bundle.client.ui.RuntimeViewer
Called by the container to initialize the UI.
initUI(WebletContext, Weblet.Mode) - Method in class org.soafaces.bundle.client.ui.Weblet
Initialize the Weblet including creating/populating the UI.
INPUTVIEWER - Static variable in class org.soafaces.bundle.client.rpc.impl.ApplicationBoot
 
InputViewer - Class in org.soafaces.bundle.client.ui
Deprecated.
InputViewer() - Constructor for class org.soafaces.bundle.client.ui.InputViewer
Deprecated.
 
IOViewerContext - Interface in org.soafaces.bundle.client.rpc
Context associated with the running of the IOViewer and the Tasklet that it is associated with.
isAssociationError() - Method in interface org.soafaces.bundle.workflow.TaskletInputContext
If a tasklet has dependency on other tasklets (that run earlier in the job chain) this method will let this tasklet know if any one of those preceding source tasklets logged an error (vis Java Logging API or Log4J) or thrown a TaskletFailureException.
isAssociationFailure() - Method in interface org.soafaces.bundle.workflow.TaskletInputContext
If a tasklet has an association with another tasklets (that run earlier in the job chain) this method will let this tasklet know if any one of those preceding source tasklets threw a TaskFailureException.
isAssociationWarning() - Method in interface org.soafaces.bundle.workflow.TaskletInputContext
If a tasklet has association on other tasklets (that run earlier in the job chain) this method will let this tasklet know if any one of those preceding source tasklets logged a warning (vis Java Logging API or Log4J).
isDisabled() - Method in interface org.soafaces.bundle.workflow.TaskletOutputSummary
If Tasklet was disabled or not.
isError() - Method in interface org.soafaces.bundle.workflow.JobContext
Runtime status that reports error(s) logged by any Tasklets that has executed or is executing within this job.
isError() - Method in interface org.soafaces.bundle.workflow.TaskletOutputSummary
True if the Tasklet through any errors while running.
isFailure() - Method in interface org.soafaces.bundle.workflow.TaskletOutputSummary
TaskletFailureException was thrown or not.
isJobSchedulingAllowed(Calendar) - Method in interface org.soafaces.bundle.workflow.JobDependencyRule
Checks if the dependency rule is satisfied or not.
isRetry() - Method in interface org.soafaces.bundle.workflow.JobContext
If a particular run of job failed during processing (e.g. server crashed) and the systee attempted to run the same job again, this method will indicate that this is a retry job run.
isRetry() - Method in interface org.soafaces.bundle.workflow.TaskletInputContext
Check if this Tasklet is being retried for a job run that previously failed to complete.
isWarning() - Method in interface org.soafaces.bundle.workflow.JobContext
Runtime status that reports warning(s) logged by any Tasklet that has executed or is executing within this Job.
isWarning() - Method in interface org.soafaces.bundle.workflow.TaskletOutputSummary
True if the Tasklet through any warning while running.

J

JobContext - Interface in org.soafaces.bundle.workflow
This context is passed to a Tasklet when it gets executed.
JobDeathException - Error in org.soafaces.bundle.workflow
Thrown internally by SOAFaces Container when the job has been requested to terminate processing by the user.
JobDeathException(String) - Constructor for error org.soafaces.bundle.workflow.JobDeathException
 
JobDeathException(String, Throwable) - Constructor for error org.soafaces.bundle.workflow.JobDeathException
 
JobDependencyRule - Interface in org.soafaces.bundle.workflow
This interface can control how jobs are scheduled.
JobExitException - Exception in org.soafaces.bundle.workflow
Typically called by a Tasklet to stop the job from executing any further.
JobExitException(String) - Constructor for exception org.soafaces.bundle.workflow.JobExitException
 
JobExitException(String, Throwable) - Constructor for exception org.soafaces.bundle.workflow.JobExitException
 
JSONTypeWrapper - Class in org.soafaces.services.client.rpc
Internal type used by container to handle JSON marshalling.

L

LOCAL_PREFIX - Static variable in class org.soafaces.services.rpc.BasicUniversalClientRPCImpl
 
LocalServiceHandler - Class in org.soafaces.services.rpc
 
LocalServiceHandler() - Constructor for class org.soafaces.services.rpc.LocalServiceHandler
 

M

MapWebletViewerEnums - Class in org.soafaces.bundle.client.rpc.impl
 

N

NoRightsToActionException - Exception in org.soafaces.bundle.workflow
Thrown if you do not have rights to access the given job container action.
NoRightsToActionException(String) - Constructor for exception org.soafaces.bundle.workflow.NoRightsToActionException
 

O

onExecute(TaskletInputContext, TaskletOutputContext) - Method in interface org.soafaces.bundle.workflow.Tasklet
Implement this method with virually any server-side code you want to execute.
onFailure(Throwable) - Method in class org.soafaces.bundle.client.rpc.impl.ProxyAppCookieCallback
 
onFailure(Throwable) - Method in class org.soafaces.bundle.client.rpc.impl.ProxyJSONAsyncCallback
 
onFailure(Throwable) - Method in class org.soafaces.bundle.client.rpc.impl.ProxyPOJOAsyncCallback
 
onFailure() - Method in class org.soafaces.bundle.client.rpc.SuccessFailCallback
 
onFailure(String) - Method in class org.soafaces.bundle.client.rpc.SuccessFailCallback
 
onFetchAppCookieSuccess(AppCookie) - Method in class org.soafaces.bundle.client.rpc.FetchAppCookieCallback
Implement this method to process response from RPC.
onFetchAppCookieSuccess(AppCookie) - Method in class org.soafaces.bundle.client.rpc.impl.ProxyAppCookieCallback
 
onFetchJSONSuccess(JSONObject) - Method in class org.soafaces.bundle.client.rpc.FetchJSONCallback
Implement this method to process the response from the RPC.
onFetchJSONSuccess(JSONObject) - Method in class org.soafaces.bundle.client.rpc.impl.ProxyJSONAsyncCallback
 
onFetchPOJOSuccess(IsSerializable) - Method in class org.soafaces.bundle.client.rpc.FetchPOJOCallback
Implement this method to process response from RPC.
onFetchPOJOSuccess(IsSerializable) - Method in class org.soafaces.bundle.client.rpc.impl.ProxyPOJOAsyncCallback
 
onFetchTaskletStatusSuccess(TaskletStatus) - Method in class org.soafaces.bundle.client.rpc.FetchTaskletStatusCallback
Implement this method to process response from RPC and return TaskletStatus object.
onModuleLoad() - Method in class org.soafaces.bundle.client.ui.BaseIOViewer
Deprecated.
 
onModuleLoad() - Method in class org.soafaces.bundle.client.ui.RuntimeViewer
 
onModuleLoad() - Method in class org.soafaces.bundle.client.ui.Weblet
 
onSaveInputBean(SuccessFailCallback) - Method in class org.soafaces.bundle.client.ui.Weblet
Override this method to save changes to the local input JavaBean.
onStartup() - Method in interface org.soafaces.bundle.container.ContainerStartupListener
This method is called by the container during the startup phase of the SOAFaces container.
onSuccess(Object) - Method in class org.soafaces.bundle.client.rpc.FetchAppCookieCallback
 
onSuccess(Object) - Method in class org.soafaces.bundle.client.rpc.FetchJSONCallback
 
onSuccess(Object) - Method in class org.soafaces.bundle.client.rpc.FetchPOJOCallback
 
onSuccess(Object) - Method in class org.soafaces.bundle.client.rpc.FetchTaskletStatusCallback
 
onSuccess() - Method in class org.soafaces.bundle.client.rpc.SuccessFailCallback
 
onSuccess(Object) - Method in class org.soafaces.services.client.rpc.UniversalClientJSONCallback
 
onSuccess(Object) - Method in class org.soafaces.services.client.rpc.UniversalClientPOJOCallback
 
onUniversalClientSuccess(JSONValue) - Method in class org.soafaces.services.client.rpc.UniversalClientJSONCallback
Implement this method to process response from RPC.
onUniversalClientSuccess(Object) - Method in class org.soafaces.services.client.rpc.UniversalClientPOJOCallback
Implement this method to process response from RPC.
org.soafaces.bundle.client.rpc - package org.soafaces.bundle.client.rpc
GWT client classes for handling RPC between GWT client and backend services.
org.soafaces.bundle.client.rpc.impl - package org.soafaces.bundle.client.rpc.impl
Internal package used by SOAFaces container to interface with backend RPC - NOT to be used directly by application developers.
org.soafaces.bundle.client.ui - package org.soafaces.bundle.client.ui
Widgets for building GWT GUI bundles/components.
org.soafaces.bundle.container - package org.soafaces.bundle.container
Container management classes used by SOAFaces server environment.
org.soafaces.bundle.workflow - package org.soafaces.bundle.workflow
Package for building server-side batch jobs and tasklets allowing jobs can be scheduled, run on demand, or triggered to run on events.
org.soafaces.services.annotation - package org.soafaces.services.annotation
Annotation class for marking POJO services that can be called using UniversalClient API.
org.soafaces.services.client.rpc - package org.soafaces.services.client.rpc
GWT client classes for using UniversalClient API to make RPC calls to backend services.
org.soafaces.services.rpc - package org.soafaces.services.rpc
Servlet classes that handle RPC calls to Mule endpoint services and other types of services endpoints.
org.soafaces.services.util - package org.soafaces.services.util
Utility classes used by backend services.
OUTPUTVIEWER - Static variable in class org.soafaces.bundle.client.rpc.impl.ApplicationBoot
 
OutputViewer - Class in org.soafaces.bundle.client.ui
Deprecated.
OutputViewer() - Constructor for class org.soafaces.bundle.client.ui.OutputViewer
Deprecated.
 

P

ProxyAppCookieCallback - Class in org.soafaces.bundle.client.rpc.impl
 
ProxyAppCookieCallback(FetchAppCookieCallback, BundleDataAccess) - Constructor for class org.soafaces.bundle.client.rpc.impl.ProxyAppCookieCallback
 
ProxyJSONAsyncCallback - Class in org.soafaces.bundle.client.rpc.impl
 
ProxyJSONAsyncCallback(FetchJSONCallback, BundleDataAccess) - Constructor for class org.soafaces.bundle.client.rpc.impl.ProxyJSONAsyncCallback
 
ProxyPOJOAsyncCallback - Class in org.soafaces.bundle.client.rpc.impl
 
ProxyPOJOAsyncCallback(FetchPOJOCallback, BundleDataAccess) - Constructor for class org.soafaces.bundle.client.rpc.impl.ProxyPOJOAsyncCallback
 

R

returnFailure(String) - Method in class org.soafaces.bundle.client.rpc.SuccessFailCallback
Invoke this method if action had errors.
returnFailure() - Method in class org.soafaces.bundle.client.rpc.SuccessFailCallback
Invoke this method if action had errors.
returnSuccess() - Method in class org.soafaces.bundle.client.rpc.SuccessFailCallback
Invoke this method if action was successful.
runJob(long, int, Map<String, Object>) - Method in interface org.soafaces.bundle.workflow.WorkflowContainer
Run a job.
runJob(long, int, Map<String, Object>, Calendar, Calendar) - Method in interface org.soafaces.bundle.workflow.WorkflowContainer
Run a Job.
RUNTIMEVIEWER - Static variable in class org.soafaces.bundle.client.rpc.impl.ApplicationBoot
 
RuntimeViewer - Class in org.soafaces.bundle.client.ui
Base class used to create a custom viewer for the input/output JavaBeans that are used when a Tasklet is executed.
RuntimeViewer.Mode - Enum in org.soafaces.bundle.client.ui
The RuntimeViewer should function fully capable in NORMAL mode.

S

saveAppCookie(FetchAppCookieCallback) - Method in interface org.soafaces.bundle.client.rpc.WebletContext
Save all changes made by this client to the AppCookie.
saveCacheInputBean() - Static method in class org.soafaces.bundle.client.rpc.impl.ApplicationBoot
This is called by javascript.
saveInputBean() - Static method in class org.soafaces.bundle.client.rpc.impl.ApplicationBoot
This is called by javascript.
saveInputBean(AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.WebletContext
A Weblet can optionally define a JavaBean in it's MANIFEST.MF file that will then be avilable to the Weblet for reading and writing to.
saveOutputBeanCheckpoint() - Method in interface org.soafaces.bundle.workflow.TaskletOutputContext
The output JavaBean for a Tasklet is saved and persisted automatically once the Tasklet as finished running.
securityCheck(String) - Method in class org.soafaces.services.rpc.BasicUniversalClientRPCImpl
Overrite to perform an required security checks.
send(String, Object, Map<String, Serializable>, UniversalClientPOJOCallback) - Method in interface org.soafaces.services.client.rpc.UniversalClient
Call to Mule endpoint or SOAFaces endpoint with payload.
send(String, Object, UniversalClientPOJOCallback) - Method in interface org.soafaces.services.client.rpc.UniversalClient
Similar to previous call but without Map properties arguement.
send(String, UniversalClientPOJOCallback) - Method in interface org.soafaces.services.client.rpc.UniversalClient
Similar to previous call and offers and convenient way to call an endpoint that takes no arguments.
send(String, Object, Map<String, Serializable>, UniversalClientJSONCallback) - Method in interface org.soafaces.services.client.rpc.UniversalClient
Similar to previous send methods, except will using JSON to serialize any response returned from the services endpoint.
send(String, Object, UniversalClientJSONCallback) - Method in interface org.soafaces.services.client.rpc.UniversalClient
 
send(String, UniversalClientJSONCallback) - Method in interface org.soafaces.services.client.rpc.UniversalClient
 
sendAlert(String) - Method in interface org.soafaces.bundle.workflow.TaskletOutputContext
Send error/warning alert to all interested parties.
sendAlert(String, Throwable) - Method in interface org.soafaces.bundle.workflow.TaskletOutputContext
Send error/warning alert to all interested parties.
sendAnyReturnJSON(long, long, String, GenericDataWrapper, Map<String, Serializable>) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleUniversalClientRPC
 
sendAnyReturnJSON(long, long, String, GenericDataWrapper, Map<String, Serializable>, AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleUniversalClientRPCAsync
 
sendAnyReturnJSON(String, GenericDataWrapper, Map<String, Serializable>) - Method in interface org.soafaces.services.client.rpc.UniversalClientRPC
 
sendAnyReturnJSON(String, GenericDataWrapper, Map<String, Serializable>, AsyncCallback) - Method in interface org.soafaces.services.client.rpc.UniversalClientRPCAsync
 
sendAnyReturnJSON(String, GenericDataWrapper, Map<String, Serializable>) - Method in class org.soafaces.services.rpc.BasicUniversalClientRPCImpl
 
sendAnyReturnPOJO(long, long, String, GenericDataWrapper, Map<String, Serializable>) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleUniversalClientRPC
 
sendAnyReturnPOJO(long, long, String, GenericDataWrapper, Map<String, Serializable>, AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleUniversalClientRPCAsync
 
sendAnyReturnPOJO(String, GenericDataWrapper, Map<String, Serializable>) - Method in interface org.soafaces.services.client.rpc.UniversalClientRPC
 
sendAnyReturnPOJO(String, GenericDataWrapper, Map<String, Serializable>, AsyncCallback) - Method in interface org.soafaces.services.client.rpc.UniversalClientRPCAsync
 
sendAnyReturnPOJO(String, GenericDataWrapper, Map<String, Serializable>) - Method in class org.soafaces.services.rpc.BasicUniversalClientRPCImpl
 
sendEmailJobAlert(String) - Method in interface org.soafaces.bundle.workflow.WorkflowContainer
Send simple email alert to all users configured to recieve error/failure emails for this job.
sendEmptyReturnJSON(long, long, String, Map<String, Serializable>) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleUniversalClientRPC
 
sendEmptyReturnJSON(long, long, String, Map<String, Serializable>, AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleUniversalClientRPCAsync
 
sendEmptyReturnJSON(String, Map<String, Serializable>) - Method in interface org.soafaces.services.client.rpc.UniversalClientRPC
 
sendEmptyReturnJSON(String, Map<String, Serializable>, AsyncCallback) - Method in interface org.soafaces.services.client.rpc.UniversalClientRPCAsync
 
sendEmptyReturnJSON(String, Map<String, Serializable>) - Method in class org.soafaces.services.rpc.BasicUniversalClientRPCImpl
 
sendEmptyReturnPOJO(long, long, String, Map<String, Serializable>) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleUniversalClientRPC
 
sendEmptyReturnPOJO(long, long, String, Map<String, Serializable>, AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleUniversalClientRPCAsync
 
sendEmptyReturnPOJO(String, Map<String, Serializable>) - Method in interface org.soafaces.services.client.rpc.UniversalClientRPC
 
sendEmptyReturnPOJO(String, Map<String, Serializable>, AsyncCallback) - Method in interface org.soafaces.services.client.rpc.UniversalClientRPCAsync
 
sendEmptyReturnPOJO(String, Map<String, Serializable>) - Method in class org.soafaces.services.rpc.BasicUniversalClientRPCImpl
 
ServerGenericDataUtil - Class in org.soafaces.services.rpc
 
ServerGenericDataUtil() - Constructor for class org.soafaces.services.rpc.ServerGenericDataUtil
 
ServiceEndpoint - Annotation Type in org.soafaces.services.annotation
An SOAFaces Services Endpoint is a method on a class that contains this annotation.
ServiceThreadLocalRequest - Class in org.soafaces.services.util
Holds a handle to the HttpServletRequest.
ServiceThreadLocalResponse - Class in org.soafaces.services.util
Holds a handle to the HttpServletResponse.
setAppCookie(long, long, Map<String, String>) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPC
 
setAppCookie(long, long, Map<String, String>, AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPCAsync
 
setAttribute(String, Object) - Method in interface org.soafaces.bundle.workflow.JobContext
Set an attribute that can be accessed by any Tasklet that is part of this JobContext while the job is running.
setCookie(String, String) - Method in interface org.soafaces.bundle.client.rpc.AppCookie
Cookies set here will not be made persistent on the server until the WebletContext.saveAppCookie() has been made.
setCookie(String, String) - Method in class org.soafaces.bundle.client.rpc.impl.AppCookieImpl
 
setCookie(String, String, Tasklet.Scope) - Method in interface org.soafaces.bundle.workflow.TaskletOutputContext
Cookies are Tasklet properties that are shared between Tasklet runs.
setCustomStatus(int, String) - Method in interface org.soafaces.bundle.workflow.JobContext
Set both the code and text message at the same time.
setCustomStatus(int, String) - Method in interface org.soafaces.bundle.workflow.TaskletOutputContext
Set both the code and text message at the same time.
setCustomStatusCode(int) - Method in interface org.soafaces.bundle.workflow.JobContext
Set a user defined custom status code for the overall job as it runs.
setCustomStatusCode(int) - Method in interface org.soafaces.bundle.workflow.TaskletOutputContext
Set a user defined custom status code for a tasklet as it runs.
setCustomStatusMessage(String) - Method in interface org.soafaces.bundle.workflow.JobContext
Set a user defined custom status message for the overall job as it runs.
setCustomStatusMessage(String) - Method in interface org.soafaces.bundle.workflow.TaskletOutputContext
Set a user defined custom status message for a Tasklet as it runs.
setInputBeanJSON(long, long, boolean, String, String, long) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPC
 
setInputBeanJSON(long, long, boolean, String, String, long, AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPCAsync
 
setInputBeanPOJO(long, long, boolean, IsSerializable, String, long) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPC
 
setInputBeanPOJO(long, long, boolean, IsSerializable, String, long, AsyncCallback) - Method in interface org.soafaces.bundle.client.rpc.impl.BundleDataAccessRPCAsync
 
setJobSchedulingAllowed() - Method in interface org.soafaces.bundle.workflow.JobDependencyRule
Allowing job scheduling on a dependency rule will allow a job, that is associated to this dependency rule, to run normally.
setJobSchedulingAllowed(Calendar, Calendar) - Method in interface org.soafaces.bundle.workflow.JobDependencyRule
Allowing job scheduling on a dependency rule will allow a job, that is associated to this dependency rule, to run normally only within the start and end time ranges provided.
setJobSchedulingSuspended() - Method in interface org.soafaces.bundle.workflow.JobDependencyRule
Suspending job scheduling on a dependency rule will prevent a job, that is associated to this dependency rule, from being scheduled regardless of what the jobs schedule.
setRequest(HttpServletRequest) - Static method in class org.soafaces.services.util.ServiceThreadLocalRequest
Should not be called directly by the application.
setResponse(HttpServletResponse) - Static method in class org.soafaces.services.util.ServiceThreadLocalResponse
Should not be called directly by the application.
setUserExitMsg(String) - Method in interface org.soafaces.bundle.workflow.JobContext
setUserExitMsg(String) - Method in interface org.soafaces.bundle.workflow.TaskletOutputContext
setUserExitStatus(int) - Method in interface org.soafaces.bundle.workflow.JobContext
Deprecated.
setUserExitStatus(int) - Method in interface org.soafaces.bundle.workflow.TaskletOutputContext
SimpleJSONInputViewer - Class in org.soafaces.bundle.client.ui
Deprecated.
SimpleJSONInputViewer() - Constructor for class org.soafaces.bundle.client.ui.SimpleJSONInputViewer
Deprecated.
 
SimpleJSONOutputViewer - Class in org.soafaces.bundle.client.ui
Deprecated.
SimpleJSONOutputViewer() - Constructor for class org.soafaces.bundle.client.ui.SimpleJSONOutputViewer
Deprecated.
 
SimpleJSONRuntimeViewer - Class in org.soafaces.bundle.client.ui
A convenient subclass for viewing the Tasklet's runtime input and output JavaBeans.
SimpleJSONRuntimeViewer() - Constructor for class org.soafaces.bundle.client.ui.SimpleJSONRuntimeViewer
 
SimpleJSONWeblet - Class in org.soafaces.bundle.client.ui
A convenient subclass of Weblet.
SimpleJSONWeblet() - Constructor for class org.soafaces.bundle.client.ui.SimpleJSONWeblet
 
SimplePOJOInputViewer - Class in org.soafaces.bundle.client.ui
Deprecated.
SimplePOJOInputViewer() - Constructor for class org.soafaces.bundle.client.ui.SimplePOJOInputViewer
Deprecated.
 
SimplePOJOOutputViewer - Class in org.soafaces.bundle.client.ui
Deprecated.
SimplePOJOOutputViewer() - Constructor for class org.soafaces.bundle.client.ui.SimplePOJOOutputViewer
Deprecated.
 
SimplePOJORuntimeViewer - Class in org.soafaces.bundle.client.ui
A convenient subclass of InputViewer.
SimplePOJORuntimeViewer() - Constructor for class org.soafaces.bundle.client.ui.SimplePOJORuntimeViewer
 
SimplePOJOWeblet - Class in org.soafaces.bundle.client.ui
A convenient subclass of Weblet.
SimplePOJOWeblet() - Constructor for class org.soafaces.bundle.client.ui.SimplePOJOWeblet
 
SuccessFailCallback - Class in org.soafaces.bundle.client.rpc
Simple class used to relay success or failure of a asynchronous call.
SuccessFailCallback() - Constructor for class org.soafaces.bundle.client.rpc.SuccessFailCallback
 

T

Tasklet - Interface in org.soafaces.bundle.workflow
This interface implements code that is executed on the server-side.
Tasklet.Scope - Enum in org.soafaces.bundle.workflow
APP_SCOPE are cookies (name/value properties) that are shared between all jobs runs of a Tasklet.
TaskletApprovalException - Exception in org.soafaces.bundle.workflow
Thrown by a Tasklet to cause job to stop processing pending an approval or rejection.
TaskletApprovalException(TaskletInputContext, Date, String, String) - Constructor for exception org.soafaces.bundle.workflow.TaskletApprovalException
 
TaskletFailureException - Exception in org.soafaces.bundle.workflow
Thrown by a Tasklet during processing when there is an internal error in the Tasklet.
TaskletFailureException(String) - Constructor for exception org.soafaces.bundle.workflow.TaskletFailureException
 
TaskletFailureException(String, Throwable) - Constructor for exception org.soafaces.bundle.workflow.TaskletFailureException
 
TaskletInputContext - Interface in org.soafaces.bundle.workflow
This is interface is passed to a Tasklet when it gets executed.
TaskletOutputContext - Interface in org.soafaces.bundle.workflow
This is interface is passed to a Tasklet when it gets executed.
TaskletOutputSummary - Interface in org.soafaces.bundle.workflow
Summarized output results of a particular Tasklet processing run.
TaskletOutputSummary.ExitCondition - Enum in org.soafaces.bundle.workflow
Exit condition of Tasklet
TaskletOutputSummary.ExitState - Enum in org.soafaces.bundle.workflow
Exit Status of Tasklets
TaskletOutputSummary.ExitStatus - Enum in org.soafaces.bundle.workflow
Deprecated.
TaskletProcessingError - Error in org.soafaces.bundle.workflow
Thrown internally by the SOAFaces Container when an internal processing error occurs.
TaskletProcessingError(String) - Constructor for error org.soafaces.bundle.workflow.TaskletProcessingError
 
TaskletProcessingError(String, Throwable) - Constructor for error org.soafaces.bundle.workflow.TaskletProcessingError
 
TaskletStatus - Interface in org.soafaces.bundle.client.rpc
Container class that holds various properties associated with a Tasklet/job.
TaskletStatus.Scope - Enum in org.soafaces.bundle.client.rpc
APP_SCOPE are cookies that are shared between all jobs runs and during job editing.
TaskletStatusImpl - Class in org.soafaces.bundle.client.rpc.impl
Container class that holds various properties associated with a Tasklet/job.
TaskletStatusImpl(Date, Date, Integer, String, Map<String, String>, Map<String, String>) - Constructor for class org.soafaces.bundle.client.rpc.impl.TaskletStatusImpl
 

U

UniversalClient - Interface in org.soafaces.services.client.rpc
This is the client interface to the SOAFaces remote messaging API.
UniversalClientFactory - Class in org.soafaces.services.client.rpc
Factory used to create new instances of UniversalClient objects.
UniversalClientJSONCallback - Class in org.soafaces.services.client.rpc
Callback used during UniversalClient request processing.
UniversalClientJSONCallback() - Constructor for class org.soafaces.services.client.rpc.UniversalClientJSONCallback
 
UniversalClientPOJOCallback - Class in org.soafaces.services.client.rpc
Callback used during UniversalClient request processing.
UniversalClientPOJOCallback() - Constructor for class org.soafaces.services.client.rpc.UniversalClientPOJOCallback
 
UniversalClientRemoteException - Exception in org.soafaces.services.client.rpc
Problem during UniversalClient call.
UniversalClientRemoteException() - Constructor for exception org.soafaces.services.client.rpc.UniversalClientRemoteException
Creates a new instance without detail message.
UniversalClientRemoteException(String) - Constructor for exception org.soafaces.services.client.rpc.UniversalClientRemoteException
Constructs an instance> with the specified detail message.
UniversalClientRPC - Interface in org.soafaces.services.client.rpc
 
UniversalClientRPCAsync - Interface in org.soafaces.services.client.rpc
 

V

valueOf(String) - Static method in enum org.soafaces.bundle.client.rpc.TaskletStatus.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.soafaces.bundle.client.ui.BaseIOViewer.Mode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.soafaces.bundle.client.ui.RuntimeViewer.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.soafaces.bundle.client.ui.Weblet.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.soafaces.bundle.workflow.Tasklet.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.soafaces.bundle.workflow.TaskletOutputSummary.ExitCondition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.soafaces.bundle.workflow.TaskletOutputSummary.ExitState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.soafaces.bundle.workflow.TaskletOutputSummary.ExitStatus
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.soafaces.bundle.client.rpc.TaskletStatus.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.soafaces.bundle.client.ui.BaseIOViewer.Mode
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.soafaces.bundle.client.ui.RuntimeViewer.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.soafaces.bundle.client.ui.Weblet.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.soafaces.bundle.workflow.Tasklet.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.soafaces.bundle.workflow.TaskletOutputSummary.ExitCondition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.soafaces.bundle.workflow.TaskletOutputSummary.ExitState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.soafaces.bundle.workflow.TaskletOutputSummary.ExitStatus
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.

W

WEBLET - Static variable in class org.soafaces.bundle.client.rpc.impl.ApplicationBoot
 
Weblet - Class in org.soafaces.bundle.client.ui
This class should be subclassed to create a custom editor (Weblet) for a given Tasklet or to create a standalone application.
Weblet() - Constructor for class org.soafaces.bundle.client.ui.Weblet
 
Weblet.Mode - Enum in org.soafaces.bundle.client.ui
Weblet can be in one of three modes.
WebletContext - Interface in org.soafaces.bundle.client.rpc
Context associated with the configuration of the Weblet.
WorkflowContainer - Interface in org.soafaces.bundle.workflow
Interface provides access to actions you can perform within the Workflow Container environment.
WorkflowContainerException - Exception in org.soafaces.bundle.workflow
Runtime exception during processing of some container action/request.
WorkflowContainerException(String) - Constructor for exception org.soafaces.bundle.workflow.WorkflowContainerException
 
wrapAsJSONObject(Object) - Static method in class org.soafaces.services.rpc.ServerGenericDataUtil
 
wrapAsTypeProxy(Object) - Static method in class org.soafaces.services.rpc.ServerGenericDataUtil
 

_

_isserAr - Variable in class org.soafaces.services.client.rpc.GenericDataWrapper
 
_isserArAr - Variable in class org.soafaces.services.client.rpc.GenericDataWrapper
 
_Json - Variable in class org.soafaces.services.client.rpc.GenericDataWrapper
Contains JSON string representating any desired object
_jsonAr - Variable in class org.soafaces.services.client.rpc.GenericDataWrapper
 
_Pojo - Variable in class org.soafaces.services.client.rpc.GenericDataWrapper
Holder for POJO object that implements user defined IsSerializable
_PojoAr - Variable in class org.soafaces.services.client.rpc.GenericDataWrapper
 
_PojoSerial - Variable in class org.soafaces.services.client.rpc.GenericDataWrapper
Holder for built-in Java object (String, Integer...etc) that implements Serializable.
_PojoSerialAr - Variable in class org.soafaces.services.client.rpc.GenericDataWrapper
 
_PojoSerialArAr - Variable in class org.soafaces.services.client.rpc.GenericDataWrapper
 
_pseudoObjectAr - Variable in class org.soafaces.services.client.rpc.GenericDataWrapper
Flags that wrapper simulates a Object []
_serAr - Variable in class org.soafaces.services.client.rpc.GenericDataWrapper
These are used to serialize Object[] arguments
_serArAr - Variable in class org.soafaces.services.client.rpc.GenericDataWrapper
 
_serArArAr - Variable in class org.soafaces.services.client.rpc.GenericDataWrapper
 
A B C D E F G I J L M N O P R S T U V W _ 
SOAFaces API

Copyright © Grand Logic, Inc. All Rights Reserved.