A C D E F G I P R S T U W

A

ACTIVITY_ID - Static variable in class fuego.workspace.UrlActions
activityId request attribute.
ACTIVITY_NAME - Static variable in class fuego.workspace.UrlActions
activity request attribute.
activityImagePath(HttpServletRequest, HttpServletResponse, String, boolean, ServletContext) - Static method in class fuego.workspace.UrlActions
Gets the needed image file PATH to be assigned to an IMG SRC in order to show the activity image.

C

commit() - Method in interface fuego.components.ServerEventSource
This method is optional, it's called after the transaction associated with the listening FBL is commited successfully.

D

deriveActionToForward(HttpServletRequest, String) - Static method in class fuego.workspace.UrlActions
 
downloadAttachment() - Static method in class fuego.workspace.UrlActions
Returns an URL to download an specified attachment of an instance.

E

extractWAPISessionId(HttpServletRequest) - Static method in class fuego.workspace.UrlActions
 

F

FILE_NAME - Static variable in class fuego.workspace.UrlActions
fileName request attribute.
forwardComponentRedirectAction(String) - Static method in class fuego.workspace.UrlActions
 
forwardComponentResultAction() - Static method in class fuego.workspace.UrlActions
 
fuego.components - package fuego.components
 
fuego.sso - package fuego.sso
 
fuego.workspace - package fuego.workspace
 
fuego.workspace.model.view - package fuego.workspace.model.view
 
fuego.workspace.security - package fuego.workspace.security
 

G

getCellStyle(String, InstanceInfo, Presentation.Column, int) - Method in interface fuego.workspace.model.view.WorkListDecorator
Returns a String containing the CSS inline style to render the cell of the given column and row.
getCurrentWAPISessionId(HttpServletRequest) - Static method in class fuego.workspace.UrlActions
 
getLogoutRelativePath() - Method in interface fuego.sso.SSOUserLoginInterface
Obtains the path for redirecting users when they log out.
getLogoutURL() - Method in interface fuego.sso.SSOUserLoginInterface
Obtains the URL for redirecting users when they log out.
getPassword(HttpServletRequest, HttpServletResponse) - Method in interface fuego.sso.SSOUserLoginInterface
If the method skipFDIAuthentication() returns false, this method enables you to return the password for authenticating to the directory service.
getRowStyle(String, InstanceInfo, int) - Method in interface fuego.workspace.model.view.WorkListDecorator
Returns the CSS inline style for the given row.
getUser(HttpServletRequest, HttpServletResponse) - Method in interface fuego.sso.SSOUserLoginInterface
Depending on the external system you are using, the request object might contain either the user credentials or the token used by that system.
getValue(String, InstanceInfo, Presentation.Column, Locale, String, int) - Method in interface fuego.workspace.model.view.WorkListDecorator
Returns the HTML for the given cell value.
getWAPISessionId() - Static method in class fuego.workspace.UrlActions
Returns the needed URL to get the current WAPI session ID.
goComponentRedirectAction(String, HttpServletRequest, HttpServletResponse) - Static method in class fuego.workspace.UrlActions
 

I

init(Map, ServerEventHandler, String) - Method in interface fuego.components.ServerEventSource
Initializes this event source.
INSTANCE_ID - Static variable in class fuego.workspace.UrlActions
instanceId request attribute.
INSTANCE_STAMP_ID - Static variable in class fuego.workspace.UrlActions
instanceStampId request attribute.
ITEM_ID - Static variable in class fuego.workspace.UrlActions
itemId request attribute.

P

PARTICIPANT_ID - Static variable in class fuego.workspace.UrlActions
participantId request attribute.
PROCESS_ID - Static variable in class fuego.workspace.UrlActions
processId request attribute.
processEvent(Object) - Method in interface fuego.components.ServerEventHandler
Defines the event that is passed to the listening FBL as an argument defined as ARG_ For example: server_d.processEvent("Message returned to the Listening FBL");
processRequest(HttpServletRequest, HttpServletResponse) - Method in interface fuego.workspace.security.SSOWorkspaceLoginInterface
Use this method to perform an operation that needs to obtain a value from the request--for example, to update the user locale and time based on the values of the request.

R

rollback() - Method in interface fuego.components.ServerEventSource
This method is optional, it's called after the transaction associated with the listening FBL is rolledback.
runApplication(PortletRequest, PortletResponse, String) - Static method in class fuego.workspace.UrlActions
Returns the needed URL to run an application.
runApplication(HttpServletRequest, HttpServletResponse, String) - Static method in class fuego.workspace.UrlActions
Returns the needed URL to run an application.
runApplication() - Static method in class fuego.workspace.UrlActions
Returns the needed URL to run an application.
runApplicationTask(HttpServletRequest, HttpServletResponse, String, String) - Static method in class fuego.workspace.UrlActions
Returns the needed URL to run an application with instance access.
runApplicationTask() - Static method in class fuego.workspace.UrlActions
Returns the needed URL to run an application with instance access.
runExternalTask(HttpServletRequest, HttpServletResponse, String, String, String, int, String) - Static method in class fuego.workspace.UrlActions
Returns the needed URL to run an instance task
runTask(HttpServletRequest, HttpServletResponse, String, int) - Static method in class fuego.workspace.UrlActions
Returns the needed URL to run an instance task
runTask() - Static method in class fuego.workspace.UrlActions
Returns the needed URL to run an instance task.

S

ServerEventHandler - Interface in fuego.components
The ServerEventHandler is an interface that needs to be implemented when an external event listener is required.
ServerEventSource - Interface in fuego.components
This interface represents a server event source, which provides events for Global Automatic Listener activities.
setupAuthenticatedSession(HttpServletRequest, HttpServletResponse) - Method in interface fuego.workspace.security.SSOWorkspaceLoginInterface
Use this method to modify an already authenticated session--for example, to set a login token to the session.
showAuditTrailImage(HttpServletRequest, HttpServletResponse, String, String) - Static method in class fuego.workspace.UrlActions
Returns the URL of the audit trail image servlet.
showAuditTrailImage() - Static method in class fuego.workspace.UrlActions
Returns the URL of the audit trail image servlet.
showDownloadPage(HttpServletRequest, HttpServletResponse) - Static method in class fuego.workspace.UrlActions
Returns the URL of the download servlet.
showPapiAttachmentDownloadPage(HttpServletRequest, HttpServletResponse) - Static method in class fuego.workspace.UrlActions
 
showProcessImage(HttpServletRequest, HttpServletResponse, String) - Static method in class fuego.workspace.UrlActions
Returns the URL of the activity image servlet.
showProcessImage(HttpServletRequest, HttpServletResponse, String, String) - Static method in class fuego.workspace.UrlActions
Returns the URL of the activity image servlet.
showProcessImage() - Static method in class fuego.workspace.UrlActions
Returns the URL of the activity image servlet.
showWorkloadImage(HttpServletRequest, HttpServletResponse, String) - Static method in class fuego.workspace.UrlActions
Returns the URL of the workload image servlet.
showWorkloadImage() - Static method in class fuego.workspace.UrlActions
Returns the URL of the workload image servlet.
shutdown() - Method in interface fuego.components.ServerEventSource
Shuts down this listener.
skipFDIAuthentication() - Method in interface fuego.sso.SSOUserLoginInterface
Indicates if the directory service used by ALBPM handles the authentication.
SSOUserLoginInterface - Interface in fuego.sso
This interface enables you to provide Oracle BPM web applications with a custom single sign-on authentication.
SSOWorkspaceLoginInterface - Interface in fuego.workspace.security
This interface extends SSOUserLoginInterface by adding methods to manipulate the session.

T

TASK_IN - Static variable in class fuego.workspace.UrlActions
taskIn request attribute.

U

URL_DOWNLOAD_ATTACHMENT - Static variable in class fuego.workspace.UrlActions
 
URL_EXECUTOR - Static variable in class fuego.workspace.UrlActions
 
URL_IMAGE - Static variable in class fuego.workspace.UrlActions
 
URL_WAPI - Static variable in class fuego.workspace.UrlActions
 
UrlActions - Class in fuego.workspace
 
UrlActions() - Constructor for class fuego.workspace.UrlActions
 

W

WAPI_SESSION_ID - Static variable in class fuego.workspace.UrlActions
 
WorkListDecorator - Interface in fuego.workspace.model.view
You need to implement this interface to customize the appearance of the rows and/or cells in the Work List panel table.

A C D E F G I P R S T U W