- 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
-
- 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
-
- 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
-
- getUserExitMsg() - Method in interface org.soafaces.bundle.workflow.TaskletOutputSummary
-
- getUserExitStatus() - Method in interface org.soafaces.bundle.workflow.JobContext
-
- 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.
- 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.
- 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
-
- 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
-
- 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.