Fuego Process API
A B C D E F G H I L M N O P R S T U V W Y

A

ABORTED - Static variable in class fuego.papi.ProcessInstanceState
 
ABORTED_AND_COMPLETED - Static variable in class fuego.papi.StatusScope
 
ACTION - Static variable in class fuego.papi.Arguments
argument ACTION contains the value of the predefined instance variable action.
ACTIVITY - Static variable in class fuego.papi.PresentationType
 
ACTIVITY_COMPLETED - Static variable in class fuego.papi.EventType
 
ACTIVITY_COMPLETED - Static variable in class fuego.papi.InstanceItemState
 
ACTIVITY_COMPLETED - Static variable in class fuego.papi.ProcessInstanceState
 
ACTIVITY_DEADLINE_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Activity Deadline"
ACTIVITY_DEADLINE_ID45 - Static variable in class fuego.papi.VarDefinition
 
ACTIVITY_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Activity"
ACTIVITY_ID45 - Static variable in class fuego.papi.VarDefinition
 
ACTIVITY_IN - Static variable in class fuego.papi.EventType
 
ACTIVITY_INSTANCES - Static variable in class fuego.papi.PapiResources
ACTIVITY_INSTANCES
ACTIVITY_INSTANCES - Static variable in class fuego.papi.ViewType
 
ACTIVITY_NOT_ABORTABLE - Static variable in class fuego.papi.exception.NoPermissionException
 
ACTIVITY_NOT_SUSPEND - Static variable in class fuego.papi.exception.NoPermissionException
 
ACTIVITY_OUT - Static variable in class fuego.papi.EventType
 
AFTER - Static variable in class fuego.papi.Comparison
 
AFTER - Static variable in class fuego.papi.PapiResources
AFTER
ALL - Static variable in class fuego.papi.ParticipantScope
 
ALL - Static variable in class fuego.papi.StatusScope
 
ALL_IN_ROLE - Static variable in class fuego.papi.ParticipantScope
 
AND - Static variable in class fuego.papi.PapiResources
AND
ANOTHER_USER_RUN - Static variable in class fuego.papi.exception.NoPermissionException
 
APPLICATIONS - Static variable in class fuego.papi.PapiResources
APPLICATIONS
APPLICATIONS - Static variable in class fuego.papi.PresentationType
 
APPLICATIONS - Static variable in class fuego.papi.ViewType
 
APPLICATIONS_DEFAUTL_ID - Static variable in interface fuego.papi.View
 
ATTACHMENTS - Static variable in class fuego.papi.PapiResources
ATTACHMENTS
ATTACHMENTS - Static variable in class fuego.papi.PresentationType
 
ATTACHMENTS - Static variable in class fuego.papi.ViewType
 
ATTACHMENTS_DEFAULT_ID - Static variable in interface fuego.papi.View
 
ATTACHMENT_DESCRIPTION - Static variable in class fuego.papi.exception.InvalidAttachmentArgumentLengthException
 
ATTACHMENT_FILENAME - Static variable in class fuego.papi.exception.InvalidAttachmentArgumentLengthException
 
ATTACHMENT_REMARK - Static variable in class fuego.papi.exception.InvalidAttachmentArgumentLengthException
 
AUDIT_TRAIL_COMPLETED - Static variable in class fuego.papi.PapiResources
AUDIT_TRAIL_Completed
AUDIT_TRAIL_PROCESSING - Static variable in class fuego.papi.PapiResources
AUDIT_TRAIL_Processing
AUTHOR_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Author" for an Instance
AUTOSELECT - Static variable in class fuego.papi.exception.NoPermissionException
 
AUTO_RESUME_INST - Static variable in class fuego.papi.exception.NoPermissionException
 
AbsentParticipantException - exception fuego.papi.exception.AbsentParticipantException.
An AbsentParticipantException is thrown as a result of an attempt to access an absent participant.
AbsentParticipantException(String) - Constructor for class fuego.papi.exception.AbsentParticipantException
Creates a AbsentParticipantException with the given participant.
AbsentParticipantWithoutReplacementException - exception fuego.papi.exception.AbsentParticipantWithoutReplacementException.
An AbsentParticipantWithoutReplacementException is thrown as a result of an attempt to route an instance/s to a given participant who is absent and has no replacement assigned.
AbsentParticipantWithoutReplacementException(String) - Constructor for class fuego.papi.exception.AbsentParticipantWithoutReplacementException
Creates a AbsentParticipantException with the given participant.
Activity - class fuego.papi.Activity.
 
Activity() - Constructor for class fuego.papi.Activity
 
ActivityFailedException - exception fuego.papi.exception.ActivityFailedException.
A ActivityFailedException is thrown when the activity to create an instance failed.
ActivityNotFoundException - exception fuego.papi.exception.ActivityNotFoundException.
A ActivityNotFoundException is thrown as a result of an attempt to access an inexistent activity.
ActivityNotFoundException() - Constructor for class fuego.papi.exception.ActivityNotFoundException
Creates a new ActivityNotFoundException with the default message.
ActivityNotFoundException(String) - Constructor for class fuego.papi.exception.ActivityNotFoundException
Creates a new ActivityNotFoundException with the given activity identification.
ActivityNotFoundException(String, Throwable) - Constructor for class fuego.papi.exception.ActivityNotFoundException
Creates a new ActivityNotFoundException with the given activity identification and the initial exception.
ActivityNotFoundException(String, String) - Constructor for class fuego.papi.exception.ActivityNotFoundException
 
ActivityNotFoundException(String, String, Throwable) - Constructor for class fuego.papi.exception.ActivityNotFoundException
 
ActivityTimeoutException - exception fuego.papi.exception.ActivityTimeoutException.
An ActivityTimeoutException is thrown when the time to execute an activity expired before its execution finished.
ActivityTimeoutException(String, String, Throwable) - Constructor for class fuego.papi.exception.ActivityTimeoutException
Code of the message is 'PAPI-2310'
ActivityUserDisconnectedException - exception fuego.papi.exception.ActivityUserDisconnectedException.
 
ActivityUserDisconnectedException(String, String, Throwable) - Constructor for class fuego.papi.exception.ActivityUserDisconnectedException
 
ActivityUserTimeoutException - exception fuego.papi.exception.ActivityUserTimeoutException.
 
ActivityUserTimeoutException(String, String, Throwable) - Constructor for class fuego.papi.exception.ActivityUserTimeoutException
 
ActivityView - interface fuego.papi.ActivityView.
This class represents a view for instances in a specific activity.
ApplicationsNotAvailableException - exception fuego.papi.exception.ApplicationsNotAvailableException.
Class ApplicationsNotAvailableException This exception is thrown when not all the applications (activities) requested are available, this could happen when not all the processes are available.
ApplicationsNotAvailableException(Activity[], Map) - Constructor for class fuego.papi.exception.ApplicationsNotAvailableException
Constructs a ApplicationsNotAvailableException.
ApplicationsNotAvailableInProcessException - exception fuego.papi.exception.ApplicationsNotAvailableInProcessException.
A ApplicationsNotAvailableInProcessException is thrown as result of an attempt to access a application of a process.
ApplicationsNotAvailableInProcessException() - Constructor for class fuego.papi.exception.ApplicationsNotAvailableInProcessException
 
ApplicationsNotAvailableInProcessException(String, Throwable) - Constructor for class fuego.papi.exception.ApplicationsNotAvailableInProcessException
Creates a new ApplicationsNotAvailableInProcessException with the given processId and initial exception.
ApplicationsView - interface fuego.papi.ApplicationsView.
 
Arguments - class fuego.papi.Arguments.
 
Attachment - interface fuego.papi.Attachment.
 
AttachmentEditionNotPossibleException - exception fuego.papi.exception.AttachmentEditionNotPossibleException.
A AttachmentEditionNotPossibleException is thrown as a result of an attempt to edit an attachment that has been locked or it is not the last version.
AttachmentEditionNotPossibleException(String) - Constructor for class fuego.papi.exception.AttachmentEditionNotPossibleException
Creates a new AttachmentEditionNotPossibleException with the given attachment.
AttachmentFileNotFoundException - exception fuego.papi.exception.AttachmentFileNotFoundException.
 
AttachmentFileNotFoundException(String, String) - Constructor for class fuego.papi.exception.AttachmentFileNotFoundException
 
AttachmentInterface - interface fuego.papi.AttachmentInterface.
 
AttachmentLockedException - exception fuego.papi.exception.AttachmentLockedException.
This exception is thrown when you want to get an attachment but the attachment is locked by another user.
AttachmentLockedException(String, String) - Constructor for class fuego.papi.exception.AttachmentLockedException
This contructor is used when you know the attachement identification and the participant that is locking the attachment.
AttachmentNotFoundException - exception fuego.papi.exception.AttachmentNotFoundException.
A AttachmentNotFoundException is thrown as a result of an attempt to access an inexistent attachment.
AttachmentNotFoundException(String) - Constructor for class fuego.papi.exception.AttachmentNotFoundException
Creates a new AttachmentNotFoundException with the given attachment name.
AttachmentOperationException - exception fuego.papi.AttachmentOperationException.
This exception can be thronw by any method who performs any operation over an Attachment.
AttachmentOperationException(String, Throwable) - Constructor for class fuego.papi.AttachmentOperationException
Construct the exception with the attachment identification where the operation failed.
AttachmentOperationException(String, String, Throwable) - Constructor for class fuego.papi.AttachmentOperationException
 
AttachmentOperationException() - Constructor for class fuego.papi.AttachmentOperationException
just for serialization purposes
AttachmentsNotAvailableException - exception fuego.papi.exception.AttachmentsNotAvailableException.
Class AttachmentsNotAvailableException This exception is thrown when not all the attachments requested are available, this could happen when not all the processes are available (may be some engine could be down, and can't provide the data).
AttachmentsNotAvailableException(Attachment[], Map) - Constructor for class fuego.papi.exception.AttachmentsNotAvailableException
Constructs an AttachmentsNotAvailableException.
AttachmentsNotAvailableInProcessException - exception fuego.papi.exception.AttachmentsNotAvailableInProcessException.
A AttachmentsNotAvailableInProcessException is thrown as result an attempt to access to the attachments of the a process and the process of it is not available.
AttachmentsNotAvailableInProcessException(String, Throwable) - Constructor for class fuego.papi.exception.AttachmentsNotAvailableInProcessException
Creates a new AttachmentsNotAvailableInProcessException with the given processId and initial exception.
AttachmentsView - interface fuego.papi.AttachmentsView.
 
AuthenticationException - exception fuego.papi.exception.AuthenticationException.
 
AuthenticationException() - Constructor for class fuego.papi.exception.AuthenticationException
 
AuthenticationException(Throwable) - Constructor for class fuego.papi.exception.AuthenticationException
 
AuthenticationException(String) - Constructor for class fuego.papi.exception.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for class fuego.papi.exception.AuthenticationException
 
activate() - Method in interface fuego.papi.Process
Activate this process
activationTime - Variable in class fuego.papi.InstanceEvent
 
activities_d - Variable in class fuego.papi.ParticipantsForActivities
 
activity - Variable in class fuego.papi.InstanceEvent
 
add(VarDefinition, boolean) - Method in class fuego.papi.Ordering
 
add(String, boolean) - Method in class fuego.papi.Ordering
 
add(Ordering.Entry) - Method in class fuego.papi.Ordering
 
addAttribute(VarDefinition, Comparison, Object) - Method in interface fuego.papi.Filter
 
addAttribute(VarDefinition, Comparison, boolean) - Method in interface fuego.papi.Filter
 
addAttribute(VarDefinition, Comparison, Object, boolean) - Method in interface fuego.papi.Filter
 
addAttribute(FilterAttribute) - Method in interface fuego.papi.Filter
 
addBookmarks(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
 
addHistories(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceNESession
 
addRefineInstance(InstanceId) - Method in interface fuego.papi.Filter
 
assignProcess(String) - Method in interface fuego.papi.EditableView
Assign a new process identification
assignProcesses(String[]) - Method in interface fuego.papi.EditableView
Assign more than one process identification.
assignRole(String) - Method in interface fuego.papi.EditableView
Assign a new role
assignRoles(String[]) - Method in interface fuego.papi.EditableView
Assign more than one role

B

BEFORE - Static variable in class fuego.papi.Comparison
 
BEFORE - Static variable in class fuego.papi.PapiResources
BEFORE
BEGIN_VIEW - Static variable in class fuego.papi.PapiResources
BEGIN_VIEW
BEGIN_W - Static variable in class fuego.papi.PapiResources
BEGIN_W
BEGIN_WITH - Static variable in class fuego.papi.Comparison
 
BOOKMARK - Static variable in class fuego.papi.PapiResources
BOOKMARK
BOOKMARKS - Static variable in class fuego.papi.PapiResources
BOOKMARKS
BOOKMARKS - Static variable in class fuego.papi.ViewType
 
BOOKMARK_DEFAULT_ID - Static variable in interface fuego.papi.View
 
BatchOperationException - exception fuego.papi.BatchOperationException.
Class BatchOperationException Exception thrown when not every the object requested are available.
BookmarkView - interface fuego.papi.BookmarkView.
 
BusinessParameterNotFoundException - exception fuego.papi.exception.BusinessParameterNotFoundException.
An BusinessParameterNotFoundException is thrown as a result of an attempt get a Business Parameter with an invalid value as a Business Parameter Name.
BusinessParameterNotFoundException(String) - Constructor for class fuego.papi.exception.BusinessParameterNotFoundException
 
bussinesVariablesIds - Variable in class fuego.papi.InstanceEvent
 
bussinesVariablesValues - Variable in class fuego.papi.InstanceEvent
 

C

CAN_NOT_A - Static variable in class fuego.papi.exception.NoPermissionException
 
CAN_NOT_CREATE_SUBFLOW - Static variable in class fuego.papi.exception.NoPermissionException
 
CAN_NOT_R - Static variable in class fuego.papi.exception.NoPermissionException
 
CAN_NOT_S - Static variable in class fuego.papi.exception.NoPermissionException
 
CAN_NOT_STORE - Static variable in class fuego.papi.exception.NoPermissionException
 
CAN_NOT_X - Static variable in class fuego.papi.exception.NoPermissionException
 
CAN_NOT_X_BEGIN - Static variable in class fuego.papi.exception.NoPermissionException
 
CIL - Static variable in interface fuego.papi.Task
 
COMPLETED - Static variable in class fuego.papi.InstanceItemState
 
COMPLETED - Static variable in class fuego.papi.PapiResources
COMPLETED
COMPLETED - Static variable in class fuego.papi.ProcessInstanceState
 
COMPONENT - Static variable in interface fuego.papi.Task
 
CONSULTATIONS - Static variable in class fuego.papi.PapiResources
CONSULTATIONS
CONSULTATIONS - Static variable in class fuego.papi.ViewType
 
CONSULTATIONS_DEFAUTL_ID - Static variable in interface fuego.papi.View
 
CONTAINS - Static variable in class fuego.papi.Comparison
 
CONTAINS - Static variable in class fuego.papi.PapiResources
CONTAINS
COPY_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Copy"
COPY_ID45 - Static variable in class fuego.papi.VarDefinition
 
CREATION_TIME_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Creation time" for an Instance
CREATOR_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Creator" for an Attachment
CREATOR_ID45 - Static variable in class fuego.papi.VarDefinition
 
CURRENT_USER - Static variable in interface fuego.papi.FilterAttribute
 
CannotCreateInstanceException - exception fuego.papi.exception.CannotCreateInstanceException.
Exception thrown if was not possible to create a new instance because the the process instance count is equal to process instance limit or the instance failed in the creation.
With IPC/B2B this exception can be thrown because the child instance was not created.
CannotCreateInstanceException() - Constructor for class fuego.papi.exception.CannotCreateInstanceException
 
CannotCreateInstanceException(String) - Constructor for class fuego.papi.exception.CannotCreateInstanceException
Creates a new CannotCreateInstanceException with the default message (PAPI-2100).
CannotCreateInstanceException(String, int) - Constructor for class fuego.papi.exception.CannotCreateInstanceException
Creates a new CannotCreateInstanceException with the given process label and process identification.
CannotCreateInstanceException(String, String, String, Throwable) - Constructor for class fuego.papi.exception.CannotCreateInstanceException
Creates a new CannotCreatInstanceException because of IPC/B2B problem.
CannotGetWorkingAttachmentsException - exception fuego.papi.exception.CannotGetWorkingAttachmentsException.
A CannotGetWorkingAttachmentsException is thrown when something wrong happen when getting working attachments.
CannotGetWorkingAttachmentsException(String, String, Throwable) - Constructor for class fuego.papi.exception.CannotGetWorkingAttachmentsException
To throw when the checkIn of an attachment fail.
CannotLockInstanceException - exception fuego.papi.exception.CannotLockInstanceException.
A CannotLockInstanceException is thrown as a result of an attempt to lock an instance.
CannotLockInstanceException(String) - Constructor for class fuego.papi.exception.CannotLockInstanceException
Creates a new CannotLockInstanceException with the given instanceId.
CannotLockInstanceException(String, String, boolean) - Constructor for class fuego.papi.exception.CannotLockInstanceException
Creates a new CannotLockInstanceException with the given instance and instanceOuner.
CannotObtainAttachmentContentException - exception fuego.papi.exception.CannotObtainAttachmentContentException.
This exception was thrown when the engine can not obtain the content of the attachment.
CannotObtainAttachmentContentException(String) - Constructor for class fuego.papi.exception.CannotObtainAttachmentContentException
Constructor with the attachment indentification.
CannotRemoveViewException - exception fuego.papi.exception.CannotRemoveViewException.
 
CannotRemoveViewException(String, Throwable) - Constructor for class fuego.papi.exception.CannotRemoveViewException
 
CannotRetrieveInstanceAttachmentsException - exception fuego.papi.exception.CannotRetrieveInstanceAttachmentsException.
A CannotRetrieveInstanceAttachmentsException is thrown when something wrong with getInstanceAttachments.
CannotRetrieveInstanceAttachmentsException(String, Throwable) - Constructor for class fuego.papi.exception.CannotRetrieveInstanceAttachmentsException
To throw when the something wrong with getInstanceAttachments.
CannotStoreNotificationException - exception fuego.papi.exception.CannotStoreNotificationException.
A CannotStoreNotificationException is thrown when an attempt to notify a process fails
CannotStoreNotificationException() - Constructor for class fuego.papi.exception.CannotStoreNotificationException
Constructor with message "PAPI-2030"
CannotStoreNotificationException(Throwable) - Constructor for class fuego.papi.exception.CannotStoreNotificationException
Constructor with message "PAPI-2030"
CannotStoreNotificationException(String, Throwable) - Constructor for class fuego.papi.exception.CannotStoreNotificationException
Constructor with message "PAPI-2031"
CannotStoreNotificationException(String, String, String, String) - Constructor for class fuego.papi.exception.CannotStoreNotificationException
Constructor with message "PAPI-2032"
CannotStoreNotificationException(String, String, String, String, Throwable) - Constructor for class fuego.papi.exception.CannotStoreNotificationException
Constructor with message "PAPI-2032"
CheckInAttachmentException - exception fuego.papi.exception.CheckInAttachmentException.
A CheckInAttachmentException is thrown as result an attempt to make a check-in of an attachment.
CheckInAttachmentException(String, Throwable) - Constructor for class fuego.papi.exception.CheckInAttachmentException
To throw when the checkIn of an attachment fail.
CheckOutAttachmentException - exception fuego.papi.exception.CheckOutAttachmentException.
A CheckOutAttachmentException is thrown as result an attempt to make a check-out of an attachment.
CheckOutAttachmentException(String, Throwable) - Constructor for class fuego.papi.exception.CheckOutAttachmentException
To throw when the checkOut of an attachment fail.
CommunicationException - exception fuego.papi.CommunicationException.
Exception thrown by any PAPI method who potentionally communicates with another program, such as the Execution Engine or the Directory.
CommunicationException() - Constructor for class fuego.papi.CommunicationException
Default constructor
CommunicationException(Throwable) - Constructor for class fuego.papi.CommunicationException
Constructor with the problem that genereated the exception.
Comparison - class fuego.papi.Comparison.
 
ConnectedClientInfo - class fuego.papi.ConnectedClientInfo.
 
ConnectedClientInfo() - Constructor for class fuego.papi.ConnectedClientInfo
 
Consult - interface fuego.papi.Consult.
 
ConsultationsView - interface fuego.papi.ConsultationsView.
 
canBeGrabbedBy(Activity) - Method in class fuego.papi.Activity
Returns true if this activity can be grabbed by the given grab activity, otherwise false.
canBeSeenByParticipant(Participant) - Method in class fuego.papi.Activity
Returns true if the given participant can see this activity.
canBeSeenByRole(String) - Method in class fuego.papi.Activity
 
canGrab(String) - Method in class fuego.papi.Activity
Returns true if this activity can grab from the given one, otherwise false.
category - Variable in class fuego.papi.InstanceEvent
 
category - Variable in class fuego.papi.Participant.RoleAssignment
 
checkInAttachment(Attachment, String, File) - Method in interface fuego.papi.ProcessServiceSession
This methods checks in the attachment passed as argument.
If successful, this will always generate a new attachment version.
checkOutAttachment(Attachment, String) - Method in interface fuego.papi.ProcessServiceSession
This methods checks out an attachment for a given instance.
checkOutAttachmentToStream(Attachment, OutputStream) - Method in interface fuego.papi.ProcessServiceSession
This methods checks out an attachment for a given instance to a outputStream
clear() - Method in class fuego.papi.Ordering
 
clearLabels() - Method in interface fuego.papi.EditableView
remove all labels assigned.
close() - Method in class fuego.papi.ProcessService
Close the service, and disconnect all the sessions that are still connected.
close() - Method in interface fuego.papi.ProcessServiceNESession
This method close all connection with the directory and remove all reference with the engines and the processes.
commitExternalActivity(String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the commit method of an external activity.
commitExternalActivity(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the commit method of an external activity.
commitExternalActivity(String, String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the commit method of an external activity.
compare(InstanceId, InstanceId) - Static method in class fuego.papi.InstanceId
 
compareParticipantCategoryWith(Participant, String) - Method in class fuego.papi.Participant
Returns if the category relation between the actual participant and the given participant.
compareTo(Object) - Method in class fuego.papi.InstanceEvent
Implementation of the method inherited from the interface Comparable.
compareTo(Object) - Method in class fuego.papi.InstanceId
Implementation of the method inherited from the interface Comparable
connectedSince - Variable in class fuego.papi.ConnectedClientInfo
 
contains(String) - Method in class fuego.papi.Ordering
 
contains(Ordering.Entry) - Method in class fuego.papi.Ordering
 
containsArgument(String) - Method in class fuego.papi.Arguments
Return if this object contains a specific argument name
containsDocumentation(Locale) - Method in class fuego.papi.Activity
Returns if this activity contains documentation for an specific locale.
containsDocumentation(Locale) - Method in interface fuego.papi.MDObject
Returns true if the documentation for the given locale was already loaded
containsDocumentation(Locale) - Method in interface fuego.papi.Process
Returns if this process contains documentation for an specific locale.
containsDocumentation(Locale) - Method in interface fuego.papi.Task
Returns true if the documentation for the given locale was already loaded
copy() - Method in class fuego.papi.Ordering
 
copy(String) - Method in interface fuego.papi.Presentation
 
create() - Static method in class fuego.papi.Arguments
Create a new Arguments object
create(ArgumentMap) - Static method in class fuego.papi.Arguments
Create a new Arguments object
create(RuntimeException, Locale) - Static method in class fuego.papi.EngineRuntimeException
Return a new EngineRuntimeException with the given RuntimeException and locale.
create(String, String) - Static method in class fuego.papi.InstanceStamp
Creates an InstanceStamp object.
create(String) - Static method in class fuego.papi.InstanceStamp
Creates an InstanceStam from an StampId
create(String, String, String, int) - Method in interface fuego.papi.ProcessService.Factory
 
create(DirectoryPassport, String, String, int) - Method in interface fuego.papi.ProcessService.Factory
 
create(String) - Static method in class fuego.papi.ProcessService
Temporary method
create(String, String) - Static method in class fuego.papi.ProcessService
Creates a new ProcessService.
create(String, String, int) - Static method in class fuego.papi.ProcessService
Creates a new ProcessService.
create(DirectoryPassport, String, int) - Static method in class fuego.papi.ProcessService
 
create(String, String, String, int) - Static method in class fuego.papi.ProcessService
Creates a new ProcessService.
create(String, String, Throwable) - Static method in class fuego.papi.exception.ActivityFailedException
This method generates a ActivityFailException from the cause of the problem
create(String, int, String, String, Throwable) - Static method in class fuego.papi.exception.TaskFailedException
 
createActivityView(Activity) - Method in interface fuego.papi.InstancesView
Create a new ActivityView from this view
createActivityView(String) - Method in interface fuego.papi.InstancesView
Create a new ActivityView from this view
createApplicationDefaults() - Static method in class fuego.papi.VarDefinition
This methos returns the default variable definitions for an Application.
createAttachmentDefaults() - Static method in class fuego.papi.VarDefinition
This methos returns the default variable definitions for an Attachment.
createFilter() - Method in interface fuego.papi.ProcessService.Factory
 
createFilter() - Static method in class fuego.papi.ProcessService
Return a new Filter
createFilter(int) - Static method in class fuego.papi.ProcessService
Deprecated.  
createInstanceDefaults() - Static method in class fuego.papi.VarDefinition
This methos returns the default variable definitions for an Instance.
createNESession(String, String, String) - Method in class fuego.papi.ProcessService
Deprecated. all sessions are non exclusive now. Besides, all operations can be executed with a non exclusive session. Use ProcessService.createSession(String, String, String) instead
createNESession(String, String, String, boolean) - Method in class fuego.papi.ProcessService
Deprecated. all sessions are non exclusive now. Besides, all operations can be executed with a non exclusive session. Use ProcessService.createSession(String, String, String) instead
createNESession(ConnectionPassport, String) - Method in class fuego.papi.ProcessService
Deprecated. all sessions are non exclusive now. Besides, all operations can be executed with a non exclusive session. Use ProcessService.createSession(ConnectionPassport, String) instead
createNESession(ConnectionPassport, String, boolean) - Method in class fuego.papi.ProcessService
Deprecated. all sessions are non exclusive now. Besides, all operations can be executed with a non exclusive session. Use ProcessService.createSession(ConnectionPassport, String) instead
createPassport(String) - Method in class fuego.papi.ProcessService
Returns a directory passport to connect to the process service.
createPassportWithPreset(String) - Method in class fuego.papi.ProcessService
Returns a directory passport with preset to connect to the process service.
createPresentation(PresentationType, String, Presentation.Column[]) - Method in interface fuego.papi.ProcessServiceNESession
 
createProcessInstance(String, Arguments) - Method in interface fuego.papi.ProcessServiceNESession
Creates a new process instance in a particular process or in the active process if you use the consolidated process identification.
createProcessInstance(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceNESession
Creates a new process instance in a particular process or in the active process if you use the consolidated process identification.
createSession(String, String, String) - Method in class fuego.papi.ProcessService
Creates a ProcessService session.
createSession(String, String, String, boolean) - Method in class fuego.papi.ProcessService
Deprecated. takeOver argument is not longer supported. Use ProcessService.createSession(String, String, String) instead
createSession(ConnectionPassport, String) - Method in class fuego.papi.ProcessService
Creates a ProcessService session.
createSession(ConnectionPassport, String, boolean) - Method in class fuego.papi.ProcessService
Deprecated. takeOver argument is not longer supported. Use ProcessService.createSession(ConnectionPassport, String) instead
createView(ViewType, String, String[]) - Method in interface fuego.papi.ProcessServiceNESession
To create a view.
createWithId(String) - Static method in class fuego.papi.ProcessService
Temporary method
createWithId(String, String) - Static method in class fuego.papi.ProcessService
Creates a new ProcessService.
createWithId(String, String, int) - Static method in class fuego.papi.ProcessService
Creates a new ProcessService.
customRunActivity(String, String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the activity task number over the instance.
customRunActivity(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the activity task over the instance.
customRunGlobal(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the activity over the instance.
customRunGlobalActivity(String, Arguments) - Method in interface fuego.papi.ProcessServiceNESession
Runs a global activity, if it is a global creation activity, it returns a GlobalExecution representing this execution.
customRunTask(String, String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.customRunActivity(String,String,int,Arguments) instead
customRunTask(String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the activity task number over the instance.

D

DATE - Static variable in class fuego.papi.PapiResources
DATE
DEADLINE_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Deadline"
DEADLINE_ID45 - Static variable in class fuego.papi.VarDefinition
 
DEFAULT - Static variable in class fuego.papi.exception.NoPermissionException
 
DEFAULT_ACTIVITY_ID - Static variable in interface fuego.papi.Presentation
 
DEFAULT_APPLICATIONS_ID - Static variable in interface fuego.papi.Presentation
 
DEFAULT_ATTACHMENTS_ID - Static variable in interface fuego.papi.Presentation
 
DEFAULT_CACHE_SIZE - Static variable in class fuego.papi.ProcessService
 
DEFAULT_FOLDER_ID - Static variable in interface fuego.papi.Presentation
 
DEFAULT_ID - Static variable in interface fuego.papi.Presentation
 
DEFAULT_INSTANCES_ID - Static variable in interface fuego.papi.Presentation
 
DEFAULT_OWNER - Static variable in interface fuego.papi.Presentation
 
DEFAULT_OWNER - Static variable in interface fuego.papi.View
 
DESCRIPTION_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Description"
DESCRIPTION_ID45 - Static variable in class fuego.papi.VarDefinition
 
DESCRIPT_LENGTH - Static variable in interface fuego.papi.Attachment
 
DISPLAY - Static variable in interface fuego.papi.Task
 
DISPLAY_INSTANCE - Static variable in interface fuego.papi.Task
 
DeprecatedViewException - exception fuego.papi.exception.DeprecatedViewException.
 
DeprecatedViewException(String) - Constructor for class fuego.papi.exception.DeprecatedViewException
 
DirectoryServiceNotAvailableException - exception fuego.papi.exception.DirectoryServiceNotAvailableException.
Exception thrown by all those methods who communicates with the Directory Service.
DirectoryServiceNotAvailableException() - Constructor for class fuego.papi.exception.DirectoryServiceNotAvailableException
 
DirectoryServiceNotAvailableException(String) - Constructor for class fuego.papi.exception.DirectoryServiceNotAvailableException
 
DirectoryServiceNotAvailableException(String, Throwable) - Constructor for class fuego.papi.exception.DirectoryServiceNotAvailableException
 
deprecate() - Method in interface fuego.papi.Process
Deprecate this process
doInvoke(Object[]) - Method in interface fuego.papi.Invocation
Invokes the actual method
doPostInvoke(Object[], Object) - Method in interface fuego.papi.Invocation
Does all post invocation processing (calling getters and processing output arguments)
doPreInvoke() - Method in interface fuego.papi.Invocation
Performs pre-invocation argument processing.

E

EAPI_01000(String) - Static method in class fuego.papi.exception.PapiExceptionResources
EAPI_01000
EAPI_02000 - Static variable in class fuego.papi.exception.PapiExceptionResources
EAPI_02000
EAPI_02001 - Static variable in class fuego.papi.exception.PapiExceptionResources
EAPI_02001
EAPI_02100(String) - Static method in class fuego.papi.exception.PapiExceptionResources
EAPI_02100
EAPI_03007(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
EAPI_03007
EAPI_03008(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
EAPI_03008
EAPI_03009(String) - Static method in class fuego.papi.exception.PapiExceptionResources
EAPI_03009
EAPI_03010(String) - Static method in class fuego.papi.exception.PapiExceptionResources
EAPI_03010
EAPI_03011(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
EAPI_03011
EAPI_03012(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
EAPI_03012
EAPI_03013(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
EAPI_03013
EAPI_03014(String) - Static method in class fuego.papi.exception.PapiExceptionResources
EAPI_03014
EAPI_04000(String) - Static method in class fuego.papi.exception.PapiExceptionResources
EAPI_04000
EAPI_04001(String) - Static method in class fuego.papi.exception.PapiExceptionResources
EAPI_04001
EAPI_04002(String) - Static method in class fuego.papi.exception.PapiExceptionResources
EAPI_04002
EAPI_05001 - Static variable in class fuego.papi.exception.PapiExceptionResources
EAPI_05001
EAPI_05002 - Static variable in class fuego.papi.exception.PapiExceptionResources
EAPI_05002
ELAPSED_TIME - Static variable in class fuego.papi.PapiResources
ENLAPSED_TIME
END_W - Static variable in class fuego.papi.PapiResources
END_W
END_WITH - Static variable in class fuego.papi.Comparison
 
EXCEPTION - Static variable in class fuego.papi.ProcessInstanceState
 
EXTERNAL - Static variable in interface fuego.papi.Task
 
EditAttachmentException - exception fuego.papi.exception.EditAttachmentException.
A EditAttachmentException is thrown when something wrong happen when editing an attachment.
EditAttachmentException(String, String, Throwable) - Constructor for class fuego.papi.exception.EditAttachmentException
To throw when the checkIn of an attachment fail.
EditableActivityView - interface fuego.papi.EditableActivityView.
 
EditableApplicationsView - interface fuego.papi.EditableApplicationsView.
 
EditableAttachmentsView - interface fuego.papi.EditableAttachmentsView.
 
EditableBookmarkView - interface fuego.papi.EditableBookmarkView.
 
EditableConsultationsView - interface fuego.papi.EditableConsultationsView.
 
EditableFolderView - interface fuego.papi.EditableFolderView.
 
EditableHistoryView - interface fuego.papi.EditableHistoryView.
 
EditableInstancesView - interface fuego.papi.EditableInstancesView.
 
EditablePresentation - interface fuego.papi.EditablePresentation.
 
EditableView - interface fuego.papi.EditableView.
 
EngineException - exception fuego.papi.EngineException.
 
EngineRuntimeException - exception fuego.papi.EngineRuntimeException.
No RuntimeException thrown while executing an engine operation should "travel" to PAPI.
EngineRuntimeException() - Constructor for class fuego.papi.EngineRuntimeException
Contructs a new EngineRuntimeException with the default message.
EngineRuntimeException(ExceptionMsg) - Constructor for class fuego.papi.EngineRuntimeException
 
EventType - class fuego.papi.EventType.
 
EventTypeMsg - class fuego.papi.EventTypeMsg.
Message bundle.
EventTypeMsg() - Constructor for class fuego.papi.EventTypeMsg
 
EventTypeMsg_en - class fuego.papi.EventTypeMsg_en.
 
EventTypeMsg_en() - Constructor for class fuego.papi.EventTypeMsg_en
 
EventTypeMsg_es - class fuego.papi.EventTypeMsg_es.
Message bundle.
EventTypeMsg_es() - Constructor for class fuego.papi.EventTypeMsg_es
 
Execution - interface fuego.papi.Execution.
 
ExternalTaskException - exception fuego.papi.exception.ExternalTaskException.
An ExternalTaskException is thrown when an external task is called using runTask() or runActivity().
ExternalTaskException(String, String, int) - Constructor for class fuego.papi.exception.ExternalTaskException
Creates a new ExternalTaskException
equals(Object) - Method in class fuego.papi.InstanceId
Implementation of the method inherited from the interface Comparable
equals(InstanceId, InstanceId) - Static method in class fuego.papi.InstanceId
 
equals(Object) - Method in class fuego.papi.Ordering.Entry
 
eventData - Variable in class fuego.papi.InstanceEvent
 
existsFile(String) - Method in interface fuego.papi.Attachment
This methods returns true if the attachment has already been checked out in the specified directory

F

FAILED - Static variable in class fuego.papi.InstanceItemState
 
FILENAME_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Filename" for an Attachment
FILENAME_ID45 - Static variable in class fuego.papi.VarDefinition
 
FILENAME_LENGTH - Static variable in interface fuego.papi.Attachment
 
FOLDER - Static variable in class fuego.papi.PapiResources
FOLDER
FOLDER - Static variable in class fuego.papi.PresentationType
 
FOLDER - Static variable in class fuego.papi.ViewType
 
FOUR_WEEKS_AGO - Static variable in class fuego.papi.PapiResources
FOUR_WEEKS_AGO
FRIDAY - Static variable in class fuego.papi.PapiResources
FRIDAY
Filter - interface fuego.papi.Filter.
 
FilterAttribute - interface fuego.papi.FilterAttribute.
 
FilterBatchOperationException - exception fuego.papi.exception.FilterBatchOperationException.
 
FilterBatchOperationException(InstanceInfo[], Map) - Constructor for class fuego.papi.exception.FilterBatchOperationException
 
FolderView - interface fuego.papi.FolderView.
 
failAll() - Method in class fuego.papi.BatchOperationException
 
failAll() - Method in class fuego.papi.exception.TasksException
 
failAllInstances() - Method in class fuego.papi.exception.InstancesException
 
failAllProcesses() - Method in class fuego.papi.exception.ApplicationsNotAvailableException
 
failAllProcesses() - Method in class fuego.papi.exception.AttachmentsNotAvailableException
 
failAllProcesses() - Method in class fuego.papi.exception.FilterBatchOperationException
 
failAllProcesses() - Method in class fuego.papi.exception.ProcessesNotAvailableException
 
failAllViews() - Method in class fuego.papi.exception.ViewsNotAvailableException
 
family() - Method in class fuego.papi.Comparison
 
family() - Method in class fuego.papi.ParticipantScope
 
family() - Method in class fuego.papi.PresentationType
 
family() - Method in class fuego.papi.StatusScope
 
family() - Method in class fuego.papi.ViewType
 
fixOldViewType(String) - Static method in class fuego.papi.ViewType
 
fuego.papi - package fuego.papi
Provides the classes necessary to interact with fuego engine.
fuego.papi.exception - package fuego.papi.exception
Contains all the subclasses of any papi OperationException.

G

GLOBAL_EXECUTED - Static variable in class fuego.papi.EventType
 
GRABBED - Static variable in class fuego.papi.ProcessInstanceState
 
GREATER_OR_EQUALS - Static variable in class fuego.papi.Comparison
 
GREATER_THAN - Static variable in class fuego.papi.Comparison
 
GlobalExecution - interface fuego.papi.GlobalExecution.
 
getActiveProcessId(String) - Method in interface fuego.papi.ProcessServiceNESession
Return the active process identification for the specific process.
getActiveProcessIdsByView(View) - Method in interface fuego.papi.ProcessServiceNESession
Returns the ids of the processed that are active (non deprecated) in the given View.
getActivities() - Method in class fuego.papi.ParticipantsForActivities
Gets the activities array
getActivities() - Method in interface fuego.papi.Process
This method returns an activity array all activities of this process
getActivitiesForParticipant(Participant) - Method in interface fuego.papi.Process
The visible activities in this process for the given participant
getActivitiesForRoles(String[]) - Method in interface fuego.papi.Process
Return all activities int this process that can be see for these roles
getActivity() - Method in class fuego.papi.InstanceInfo
Return the activity for this instance
getActivity(String) - Method in interface fuego.papi.Process
Finds an activity of this process by name or id.
getActivity() - Method in interface fuego.papi.Task
Returns the activity for this task
getActivity() - Method in class fuego.papi.exception.InstanceConcurrentExecutionException
 
getActivityDeadline() - Method in class fuego.papi.InstanceInfo
Returns the deadline to complete the current activity
getActivityDocumentation(String, Locale) - Method in interface fuego.papi.ProcessServiceNESession
Returns the local path of the HTML documentation for the given activity.
getActivityForView(ActivityView) - Method in interface fuego.papi.ProcessServiceNESession
Return the activity of the specific view
getActivityId() - Method in class fuego.papi.InstanceInfo
Returns the activity identification of this instance
getActivityId() - Method in interface fuego.papi.Task
Returns the activity id
getActivityId() - Method in class fuego.papi.exception.ActivityFailedException
Return the activity identification where this exception was generated.
getActivityId() - Method in class fuego.papi.exception.ActivityNotFoundException
 
getActivityId() - Method in class fuego.papi.exception.InstanceSentByBackOrSkipActionException
Return the activity identification of the task executed.
getActivityId() - Method in class fuego.papi.exception.InvalidActivityException
Return the invalid activity
getActivityId() - Method in class fuego.papi.exception.InvalidTaskNumberException
 
getActivityId() - Method in class fuego.papi.exception.TaskNotFoundException
 
getActivityId() - Method in class fuego.papi.exception.TaskOperationException
 
getActivityName() - Method in class fuego.papi.Activity
Returns the activity name
getActivityName(String) - Static method in class fuego.papi.Activity
Returns the activity name for the given activity id.
getActivityName() - Method in interface fuego.papi.ActivityView
Returns the name of the activity defined for this view.
getActivityName() - Method in class fuego.papi.InstanceInfo
Returns the activity name of this instance
getActivityName() - Method in class fuego.papi.InstanceStamp
Returns the activity name where the carried instance is suposed to be.
getActivityScope() - Method in class fuego.papi.SearchScope
Return the activity scope of this search.
getActivityType() - Method in interface fuego.papi.ActivityView
Returns the type of the activity defined for this view.
getAfanumericSQLExpression() - Method in class fuego.papi.Comparison
 
getAlfanumericComparisons() - Static method in class fuego.papi.Comparison
 
getAllProcessVersions(String) - Method in interface fuego.papi.ProcessServiceNESession
Return all process identifications for the specific process.
getApplicationRoles() - Method in interface fuego.papi.Process
Return all roles with global activities (not include global automatic) in this process
getApplicationsByView(ApplicationsView) - Method in interface fuego.papi.ProcessServiceNESession
Returns all the Global Activities for a given ApplicationsView
getArgument(String) - Method in class fuego.papi.Arguments
Get the argument value
getArgument() - Method in class fuego.papi.exception.InvalidAttachmentArgumentLengthException
Argument that exceeds the limit of the length.
getArgumentSetName() - Method in class fuego.papi.exception.InvalidArgumentSetNameException
 
getArguments() - Method in class fuego.papi.Arguments
 
getArguments() - Method in interface fuego.papi.Execution
Returns the original Arguments object passed to the task
getArguments() - Method in interface fuego.papi.Task
Returns all the arguments of this task.
getArgumentsName() - Method in class fuego.papi.Arguments
 
getAssignedProcesses() - Method in interface fuego.papi.View
Returns the process identification assigned.
getAssignedRoles() - Method in interface fuego.papi.View
Returns the roles identification where this view is assigned
getAttachementId() - Method in class fuego.papi.AttachmentOperationException
Return the attachemnt identification where the operation was executed and the exception was thrown.
getAttachment(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns the attachment specified by instId(instId), attachmentId, and version
getAttachmentLastVersion(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns the last version of an attachment specified by instId (instId) and attachmentId
getAttachmentVersions(String) - Method in interface fuego.papi.ProcessServiceNESession
This method returns an array with all the versions for a given attachment.
getAttachmentsByInstance(String) - Method in interface fuego.papi.ProcessServiceNESession
This method returns an array with all the attachments related with the passed instance.
getAttachmentsByView(AttachmentsView) - Method in interface fuego.papi.ProcessServiceNESession
Returns all the working attachments for a view for the participant when something wrong occurs
getAttributes() - Method in interface fuego.papi.Filter
 
getAttributesByVariable() - Method in interface fuego.papi.Filter
 
getAttributesByVariable(String) - Method in interface fuego.papi.Filter
 
getAuthor() - Method in class fuego.papi.InstanceInfo
Return the instance creator.
getAuthorId() - Method in class fuego.papi.InstanceInfo
Return the instance author id.
getAvailableApplications() - Method in class fuego.papi.exception.ApplicationsNotAvailableException
This method returns an array with the returned value for those available applications.
getAvailableAttachments() - Method in class fuego.papi.exception.AttachmentsNotAvailableException
This method returns an array with the returned value for those available attachments.
getAvailableInstances() - Method in class fuego.papi.exception.FilterBatchOperationException
 
getAvailableInstances() - Method in class fuego.papi.exception.InstancesException
This method returns an array of instances.
getAvailableObjects() - Method in class fuego.papi.BatchOperationException
This method returns an array with the returned value for those available objects.
getAvailableProcesses() - Method in class fuego.papi.exception.ProcessesNotAvailableException
This method returns an array with the returned value for those available processes.
getAvailableResults() - Method in class fuego.papi.exception.IncompleteJobsException
 
getAvailableViewIds() - Method in class fuego.papi.exception.ViewsNotAvailableException
This method returns an array with the returned value for those available view ids.
getAvailableViews() - Method in class fuego.papi.exception.ViewsNotAvailableException
 
getBeginActivity() - Method in interface fuego.papi.Process
Returns the begin activity of this process
getBookmarks() - Method in interface fuego.papi.ProcessServiceNESession
 
getBooleanArgument(String) - Method in class fuego.papi.Arguments
Get the argument value
getBooleanComparisons() - Static method in class fuego.papi.Comparison
 
getBooleanSQLExpression() - Method in class fuego.papi.Comparison
 
getBundleName() - Method in class fuego.papi.PapiLogResources
 
getBundleName() - Method in class fuego.papi.exception.PapiExceptionResources
 
getCILArguments() - Method in class fuego.papi.Arguments
 
getCILName() - Method in class fuego.papi.exception.InstanceSentByBackOrSkipActionException
Return the name of the CIL executed where the action was generated.
getCalendar() - Method in interface fuego.papi.ProcessServiceNESession
Returns the calendar of this session
getCatalogIn() - Method in interface fuego.papi.Process
Returns this process' catalog identification number.
getChangeEngineStatus() - Method in class fuego.papi.exception.ProcessControlNotAvailableException
 
getChildrenViews(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns the children views of the view id
getClassMsg() - Static method in class fuego.papi.Comparison
 
getClassMsg() - Static method in class fuego.papi.ParticipantScope
 
getClassMsg() - Static method in class fuego.papi.PresentationType
 
getClassMsg() - Static method in class fuego.papi.StatusScope
 
getClassMsg() - Static method in class fuego.papi.ViewType
 
getColumns() - Method in interface fuego.papi.Presentation
 
getComparator() - Method in interface fuego.papi.Filter
 
getComparison() - Method in interface fuego.papi.FilterAttribute
 
getConnectedSince() - Method in class fuego.papi.ConnectedClientInfo
 
getConsolidatedId() - Method in interface fuego.papi.Process
 
getConsult(String) - Method in interface fuego.papi.ProcessServiceNESession
Return a Consult over a specific instance identification.
getConsults() - Method in interface fuego.papi.ProcessServiceNESession
 
getContent() - Method in interface fuego.papi.Note
Returns the content of the note (usually as a String object)
getContent() - Method in interface fuego.papi.NoteInterface
 
getContentSize() - Method in interface fuego.papi.Attachment
The size of the content of this attachment
getContentSize() - Method in interface fuego.papi.AttachmentInterface
 
getContentType() - Method in interface fuego.papi.Attachment
Returns the attachment content type
getContentType() - Method in interface fuego.papi.AttachmentInterface
 
getContents() - Method in class fuego.papi.EventTypeMsg
 
getContents() - Method in class fuego.papi.EventTypeMsg_es
 
getContents() - Method in class fuego.papi.InstanceItemStateMsg
 
getContents() - Method in class fuego.papi.InstanceItemStateMsg_es
 
getContents() - Method in class fuego.papi.PriorityMsg
 
getContents() - Method in class fuego.papi.PriorityMsg_es
 
getContents() - Method in class fuego.papi.ProcessInstanceStateMsg
 
getContents() - Method in class fuego.papi.ProcessInstanceStateMsg_es
 
getCreationTime() - Method in interface fuego.papi.Attachment
Returns the time of creation of this particular version of the attachment.
getCreationTime() - Method in interface fuego.papi.AttachmentInterface
 
getCreationTime() - Method in class fuego.papi.InstanceInfo
Instance creation time.
getCreationTime() - Method in interface fuego.papi.Note
Returns the creation time of this note
getCreationTime() - Method in interface fuego.papi.NoteInterface
 
getCreatorName() - Method in interface fuego.papi.Attachment
Returns the creator of this particular version of the attachment.
getCreatorName() - Method in interface fuego.papi.AttachmentInterface
 
getCurrentActivity() - Method in class fuego.papi.exception.InstanceNotInActivityException
Where the instance is now.
getCurrentEngineStatus() - Method in class fuego.papi.exception.ProcessControlNotAvailableException
 
getCurrentInstance() - Method in class fuego.papi.exception.InstanceNotInActivityException
 
getDatabaseColumnName(String) - Static method in class fuego.papi.VarDefinition
 
getDeadline() - Method in class fuego.papi.InstanceInfo
Returns the deadline for this instance in its current activity
getDefaultPresentation(PresentationType) - Method in interface fuego.papi.ProcessServiceNESession
 
getDefaultPresentation(ViewType) - Method in interface fuego.papi.ProcessServiceNESession
 
getDefaultVarDefinition() - Static method in class fuego.papi.VarDefinition
Return all defautl variables definition
getDefaultVarDefinition(String) - Static method in class fuego.papi.VarDefinition
Return a specific VarDefinition (Only for default variables, not incluide external variables).
getDelegateParticipants(InstanceStamp) - Method in interface fuego.papi.ProcessServiceSession
Returns a List with participant for the given instance
getDeployedEngine() - Method in interface fuego.papi.Process
Return the engine where this process was deployed
getDescription(Locale) - Method in class fuego.papi.Activity
Returns the localized description for the given Locale
getDescription() - Method in interface fuego.papi.Attachment
The description of this attachment
getDescription() - Method in interface fuego.papi.AttachmentInterface
 
getDescription(int, Locale) - Static method in class fuego.papi.EventType
 
getDescription() - Method in interface fuego.papi.Filter
 
getDescription(Locale) - Method in class fuego.papi.InstanceEvent
Gets the description of the event for the given Locale
getDescription() - Method in class fuego.papi.InstanceInfo
Returns the instance description
getDescription(int, Locale) - Static method in class fuego.papi.InstanceItemState
 
getDescription(Locale) - Method in interface fuego.papi.MDObject
Returns the description for this object
getDescription(int, Locale) - Static method in class fuego.papi.Priority
 
getDescription(Locale) - Method in interface fuego.papi.Process
Returns this process' localized description.
getDescription(int, Locale) - Static method in class fuego.papi.ProcessInstanceState
 
getDescription() - Method in interface fuego.papi.Task
Return the description of the task
getDescription(Locale) - Method in interface fuego.papi.Task
Returns the localized desciption
getDescription() - Method in interface fuego.papi.TaskArgument
Returns the description of this argument.
getDetail(Locale) - Method in class fuego.papi.AttachmentOperationException
This method return the detail of the exception.
getDetail(Locale) - Method in class fuego.papi.ProcessNotAvailableException
This method returns the detail of the exception.
getDetail(Locale) - Method in class fuego.papi.exception.ApplicationsNotAvailableInProcessException
This method return the detail of the exception.
getDetail(Locale) - Method in class fuego.papi.exception.InstanceNotAvailableException
This method return the detail of the exception.
getDetail(Locale) - Method in class fuego.papi.exception.InstancesNotAvailableInEngineException
This method return the detail of the exception.
getDetail(Locale) - Method in class fuego.papi.exception.ViewsForTypeNotAvailableException
This method return the detail of the exception.
getDirectoryURL() - Method in class fuego.papi.exception.DirectoryServiceNotAvailableException
 
getDirectoryURL() - Method in class fuego.papi.exception.ProcessNotFoundException
 
getDocumentation(Locale) - Method in class fuego.papi.Activity
Deprecated. use ProcessServiceNESession.getActivityDocumentation(String, java.util.Locale)
getDocumentation(Locale) - Method in interface fuego.papi.MDObject
Returns the path of the localized documentation HTML.
getDocumentation(Locale) - Method in interface fuego.papi.Process
Deprecated. use ProcessServiceNESession.getProcessDocumentation(String, java.util.Locale)
getDocumentation(Locale) - Method in interface fuego.papi.Task
Deprecated. no documentation for tasks.
getDocumentationMap() - Method in class fuego.papi.Activity
 
getDocumentationMap() - Method in interface fuego.papi.Process
 
getDoubleArgument(String) - Method in class fuego.papi.Arguments
Get the argument value
getDynamicObject() - Method in class fuego.papi.Arguments
Return the DynamicObject that represent this object
getDynamicObjectArgument(String) - Method in class fuego.papi.Arguments
Get the argument value
getEditableView(View) - Method in interface fuego.papi.ProcessServiceNESession
Return an editable view for the specific view.
getEditionTime() - Method in interface fuego.papi.Attachment
Returns the time of marking for edition of this attachment.
getEditionTime() - Method in interface fuego.papi.AttachmentInterface
 
getEngineName() - Method in class fuego.papi.exception.InstancesNotAvailableInEngineException
Return the engine where didn't obtain the instances
getEntry(int) - Method in class fuego.papi.Ordering
 
getEntryCount() - Method in class fuego.papi.Ordering
 
getErrorsMessage() - Method in class fuego.papi.exception.FilterBatchOperationException
This method is mainly to be used in logs.
getErrorsMessage() - Method in class fuego.papi.exception.InstancesException
This method returns a string message with all the errors.
getEscalateParticipants(InstanceStamp) - Method in interface fuego.papi.ProcessServiceSession
Returns a List with participant for the given instance
getEventDataValue(String) - Method in class fuego.papi.InstanceEvent
 
getExternalUrl() - Method in interface fuego.papi.Task
Returns the URL associated with an external task (if any)
getFile() - Method in class fuego.papi.exception.AttachmentFileNotFoundException
 
getFileExtension() - Method in interface fuego.papi.Attachment
The extension of the attachment file
getFileName() - Method in interface fuego.papi.Attachment
The name of the attachment file
getFilter() - Method in interface fuego.papi.InstancesView
Returns the filter associated
getFolderName() - Method in class fuego.papi.Activity
Returns the name of the activity folder into the working folder.
getFolderName() - Method in interface fuego.papi.MDObject
Returns the name of the folder to hold all this object documentation The name has to be an UNIQUE identificator of this object, ans must be an acceptable filesystem folder name (you can specify subfolders using the character '/')
getFolderName() - Method in interface fuego.papi.Process
Returns the name of the process folder into the working folder.
getFolderName() - Method in interface fuego.papi.Task
 
getFormattedValue(Object, Locale) - Method in class fuego.papi.Presentation.Column
Gets the value received formatted following the variable definition for this column.
getFractionSize() - Method in class fuego.papi.VarDefinition
This method returns the specific size of the instance variable fraction part.
getGlobalActivities(Process[], int, boolean) - Method in interface fuego.papi.ProcessServiceNESession
Returns all the Global Activities for a given type
getGlobalActivities(Process[]) - Method in interface fuego.papi.ProcessServiceNESession
Returns all the Global Activities.
getGlobalActivities(String[], int, boolean) - Method in interface fuego.papi.ProcessServiceNESession
Returns all the Global Activities for a given type
getGlobalActivities(String[]) - Method in interface fuego.papi.ProcessServiceNESession
Returns all the Global Activities
getGlobalCreationRoles() - Method in interface fuego.papi.Process
Return all roles with global creation activities (not include global automatic) in this process
getGrabActivitiesForActivity(String) - Method in interface fuego.papi.Process
Return all grab activities where the instances in the given activity can be grabbed
getGrabActivitiesForInstance(InstanceInfo) - Method in interface fuego.papi.ProcessServiceNESession
Return all grab activities where the instances can be grabbed
getGrabActivityName() - Method in interface fuego.papi.Filter
 
getGrabbableInstances(String) - Method in interface fuego.papi.ProcessServiceSession
This method returns all the instances that can be grabbed from the given grab activity.
getHost() - Method in class fuego.papi.ConnectedClientInfo
 
getHost() - Method in interface fuego.papi.ProcessServiceNESession
Returns the host where the owner of this session is connected from.
getIconForActivity(String) - Method in interface fuego.papi.ProcessDiagram
Gets the icon image of the activity using the selected theme.
getId() - Method in class fuego.papi.Activity
Returns the activity Id.
getId() - Method in interface fuego.papi.Attachment
This methid returns the attachment id.
getId() - Method in interface fuego.papi.AttachmentInterface
 
getId(int) - Static method in class fuego.papi.EventType
 
getId() - Method in class fuego.papi.InstanceInfo
Return the instance identification.
getId(int) - Static method in class fuego.papi.InstanceItemState
 
getId() - Method in class fuego.papi.InstanceStamp
Returns the identificator for this stamp.
getId() - Method in interface fuego.papi.MDObject
Returns the deployment Id (LogicalId) of this object
getId() - Method in interface fuego.papi.Note
Returns the id of the note
getId() - Method in class fuego.papi.Presentation.Column
Returns the key of this column.
getId() - Method in interface fuego.papi.Presentation
 
getId(int) - Static method in class fuego.papi.Priority
 
getId() - Method in interface fuego.papi.Process
Returns this process' id.
getId(int) - Static method in class fuego.papi.ProcessInstanceState
 
getId() - Method in interface fuego.papi.Task
Returns the task Id.
getId() - Method in class fuego.papi.VarDefinition
This method returns the identificator of this variable.
getId() - Method in interface fuego.papi.View
Returns the view identification
getId() - Method in class fuego.papi.exception.InvalidVariableIdException
 
getImage() - Method in interface fuego.papi.ProcessDiagram
Gets the image of the process.
getImageForActivity(String) - Method in interface fuego.papi.ProcessDiagram
Gets the image being used to render the activity shape by returning the corresponding image taken from the used theme or the custom image if the designer has used a local image
getIn() - Method in class fuego.papi.Activity
Returns the activity identification number
getIn() - Method in interface fuego.papi.Attachment
The identificator number of this attachment
getIn() - Method in interface fuego.papi.Note
Returns the in of the note
getIn() - Method in class fuego.papi.PresentationType
 
getIn() - Method in interface fuego.papi.Process
Returns this process' identification number.
getIn() - Method in interface fuego.papi.Task
Returns the task identification number
getIn() - Method in class fuego.papi.ViewType
 
getInheritedIds() - Method in class fuego.papi.EventTypeMsg
 
getInheritedIds() - Method in class fuego.papi.EventTypeMsg_es
 
getInheritedIds() - Method in class fuego.papi.InstanceItemStateMsg
 
getInheritedIds() - Method in class fuego.papi.InstanceItemStateMsg_es
 
getInheritedIds() - Method in class fuego.papi.PriorityMsg
 
getInheritedIds() - Method in class fuego.papi.PriorityMsg_es
 
getInheritedIds() - Method in class fuego.papi.ProcessInstanceStateMsg
 
getInheritedIds() - Method in class fuego.papi.ProcessInstanceStateMsg_es
 
getInputArgs() - Method in interface fuego.papi.Invocation
Returns an array containing the signatures of the input arguments (in even positions) and the values (in odd positions).
getInstance(InstanceStamp) - Method in interface fuego.papi.ProcessServiceNESession
Returns an InstanceInfo object representing a process instance specified with the given instanceId in the given activity.
getInstance(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns an InstanceInfo object representing a process instance specified with the given instanceId note: Be aware that this info could be outdated at any time, so...
getInstanceByCorrelation(String, String, Object[]) - Method in interface fuego.papi.ProcessServiceNESession
Returns an InstanceInfo object representing a process instance found by using specified correlation name and values.
getInstanceData(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns the process instance data associated with the instanceId
getInstanceEvents(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns a process instance event in the specific instance Id.
getInstanceId() - Method in interface fuego.papi.Attachment
Returns the instance identificator from the specific attachment
getInstanceId(InstanceInfo) - Static method in class fuego.papi.InstanceId
Generate a new InstanceId from a InstanceInfo.
getInstanceId(String) - Static method in class fuego.papi.InstanceId
Returns the Instance Id without the organization
getInstanceId() - Method in class fuego.papi.InstanceStamp
Returns the instanceId carried in this stamp.
getInstanceId() - Method in interface fuego.papi.Note
Returns the id of the instance where this note is.
getInstanceId() - Method in class fuego.papi.exception.InstanceNotFoundException
Return the instance identification that was not found.
getInstanceId() - Method in class fuego.papi.exception.InstanceOperationException
 
getInstanceIn() - Method in interface fuego.papi.Attachment
The identificator number of the instance where is this attached
getInstanceIn() - Method in class fuego.papi.InstanceId
Gets the instance identification number
getInstanceIn(String) - Static method in class fuego.papi.InstanceId
Returns the Instance IN from a specific Instance Id
getInstanceIn() - Method in class fuego.papi.InstanceStamp
Returns the instance identificator number.
getInstanceIn() - Method in interface fuego.papi.Note
Returns the instance in of the instance to which this note is attached
getInstanceInfo() - Method in class fuego.papi.exception.InstanceSentException
 
getInstanceNotes(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns all notes attached over the instance id specified.
getInstanceOwner() - Method in class fuego.papi.exception.CannotLockInstanceException
Return the instance owner
getInstanceState() - Method in class fuego.papi.exception.InstanceNotInActivityException
Return the state of the instance
getInstanceStatusDescription(int, Locale) - Static method in class fuego.papi.Status
Deprecated.  
getInstanceStatusValues() - Static method in class fuego.papi.Status
Deprecated.  
getInstances(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns all process instance in the specific process or for all versions of the process if you use the consolidated process identification.
getInstancesByFilter(String[], Filter) - Method in interface fuego.papi.ProcessServiceNESession
Returns all the instances found using the given Filter in each Process.
getInstancesByView(InstancesView) - Method in interface fuego.papi.ProcessServiceNESession
Returns instances included in the passed view.
getInteractiveRoles() - Method in interface fuego.papi.Process
Return all roles with interactive activities in this process
getInternalState() - Method in class fuego.papi.InstanceInfo
 
getJavaType() - Method in interface fuego.papi.TaskArgument
Returns the java type of this argument.
getKind() - Method in interface fuego.papi.FilterAttribute
 
getKind() - Method in class fuego.papi.VarDefinition
This method returns the Kind of the variable.
getLabel(Locale) - Method in class fuego.papi.Activity
Returns the label of the activity for the given Locale
getLabel(Locale) - Method in interface fuego.papi.MDObject
Return the label that identify this object for a final user.
getLabel(Locale) - Method in class fuego.papi.Presentation.Column
Returns the localized label for this column.
getLabel(Locale) - Method in interface fuego.papi.Process
Returns this process' localized label.
getLabel(Locale) - Method in interface fuego.papi.Task
Returns the label of the task for the given Locale
getLabel(Locale) - Method in class fuego.papi.VarDefinition
This method returns the label of the variable for the given location.
getLabel(Locale) - Method in interface fuego.papi.View
Returns the label for a given locale
getLabelWithOU(Locale) - Method in interface fuego.papi.Process
Returns this process' localized label with the organizational unit.
getLabelWithOUForParticipant(Locale, Participant) - Method in interface fuego.papi.Process
Returns this process' localized label with the organizational unit for a given participant.
getLabels() - Method in class fuego.papi.Activity
Return all labels
getLabels() - Method in interface fuego.papi.Process
Returns all localized labels of this process.
getLastAction() - Method in class fuego.papi.ConnectedClientInfo
 
getLastActivity() - Method in class fuego.papi.exception.InstanceNotInActivityException
The last activity of the instance
getLastNewsTimestamp() - Method in interface fuego.papi.Process
 
getLocale() - Method in interface fuego.papi.ProcessServiceNESession
Returns the locale of this session
getLocaleGrabValues() - Static method in class fuego.papi.ProcessInstanceState
 
getLocaleSize(Locale) - Method in interface fuego.papi.Attachment
Returns the locale formatted size of the attachment.
getLockerName() - Method in interface fuego.papi.Attachment
Returns the current locker's name of this attachment.
getLockerName() - Method in interface fuego.papi.AttachmentInterface
 
getLongArgument(String) - Method in class fuego.papi.Arguments
Get the argument value
getMail() - Method in class fuego.papi.Participant
Returns the participant e-mail address
getMask() - Method in class fuego.papi.VarDefinition
This method returns a mask, usefull to print the value of this variable for any given instance.
getMaxClientsInStudio() - Method in class fuego.papi.exception.MaxAllowedParticipantConnectedException
 
getMaxInstancesCount() - Method in class fuego.papi.exception.CannotCreateInstanceException
 
getMessage(Locale) - Method in class fuego.papi.BatchOperationException
Returns the composition of the user message, the administrative detail and the technical detail using the given locale.
getMsg() - Method in class fuego.papi.Comparison
 
getMsg() - Method in class fuego.papi.ParticipantScope
 
getMsg() - Method in class fuego.papi.PresentationType
 
getMsg() - Method in class fuego.papi.StatusScope
 
getMsg() - Method in class fuego.papi.ViewType
 
getName() - Method in interface fuego.papi.Attachment
The name of this attachment
getName() - Method in interface fuego.papi.AttachmentInterface
 
getName() - Method in class fuego.papi.ConnectedClientInfo
 
getName() - Method in interface fuego.papi.Filter
 
getName(int) - Static method in class fuego.papi.InstanceItemState
 
getName() - Method in interface fuego.papi.MDObject
Returns this object name
getName() - Method in interface fuego.papi.Note
Returns the name or description given to this note
getName() - Method in interface fuego.papi.NoteInterface
 
getName() - Method in class fuego.papi.Participant
Returns the participant name
getName() - Method in interface fuego.papi.Process
Returns this process' name
getName() - Method in interface fuego.papi.Task
Returns the name of the task
getName() - Method in interface fuego.papi.TaskArgument
Returns the name of this argument.
getNotAvailableObjects() - Method in class fuego.papi.BatchOperationException
This method returns a map containig the exception for each process which could not perform the corresponding operation.
getNote(String) - Method in interface fuego.papi.ProcessServiceNESession
This method returns the Note for teh given noteId.
getNotes(String) - Method in interface fuego.papi.ProcessServiceNESession
Deprecated. use ProcessServiceNESession.getInstanceNotes(java.lang.String) instead
getNumberOfThreads() - Method in class fuego.papi.InstanceInfo
Returns the number of threads (copies) this instance has.
getNumericalComparisons() - Static method in class fuego.papi.Comparison
 
getNumericalSQLExpression() - Method in class fuego.papi.Comparison
 
getOrder() - Method in interface fuego.papi.HistoryView
Return the days ago from the current day.
getOrdering() - Method in interface fuego.papi.Filter
 
getOrganization(String) - Static method in class fuego.papi.InstanceId
Returns the Organization from a specific GlobalInstanceId
getOrganization() - Method in interface fuego.papi.ProcessServiceNESession
Returns the organization name.
getOrganizationUnit() - Method in interface fuego.papi.Process
Returns the organization unit where this process is deployed
getOsInfo() - Method in interface fuego.papi.Attachment
Deprecated.  
getOu() - Method in class fuego.papi.Participant
Returns the Organizational Unit of the participant
getOutputArgs() - Method in interface fuego.papi.Invocation
Returns an array containing all the signatures of the output arguments that were requested in this invocation.
getOutputArguments() - Method in class fuego.papi.exception.InstanceSentException
 
getOwner() - Method in interface fuego.papi.Presentation
 
getOwner() - Method in interface fuego.papi.View
Returns the participant identification who created the view
getParameter() - Method in class fuego.papi.exception.NoParametricRoleException
Return the parameter value
getParametricAttributes() - Method in interface fuego.papi.Filter
 
getParentId() - Method in interface fuego.papi.View
Returns the parent view identification, if this view doesn't have parent returns null.
getParentThreadIn() - Method in class fuego.papi.InstanceInfo
Returns the parent instance thread identification number
getParentView(View) - Method in interface fuego.papi.ProcessServiceNESession
Returns the parent view of the specific view
getParentViewId(String) - Method in interface fuego.papi.ProcessServiceNESession
Deprecated.  
getParticipant() - Method in interface fuego.papi.Consult
 
getParticipant() - Method in interface fuego.papi.Note
Returns the name of the participant who added this note
getParticipant() - Method in interface fuego.papi.NoteInterface
 
getParticipant() - Method in interface fuego.papi.ProcessServiceNESession
Returns de participant for this session.
getParticipant(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns a Participant from the Directory service
getParticipantId() - Method in class fuego.papi.InstanceInfo
Returns the participant selecting this instance.
getParticipantId() - Method in class fuego.papi.ParticipantException
 
getParticipantId() - Method in class fuego.papi.PropertyOperationException
 
getParticipantId() - Method in class fuego.papi.exception.AttachmentLockedException
Return the participant identification that is locking the attachment
getParticipantId() - Method in class fuego.papi.exception.CannotGetWorkingAttachmentsException
Return the participant identification who is working with the attachments.
getParticipantId() - Method in class fuego.papi.exception.EditAttachmentException
Return the participant identification that wanted to edit the attachment.
getParticipantId() - Method in class fuego.papi.exception.InstanceAlreadySelectedException
Return the participant that has already selected the instance
getParticipantId() - Method in class fuego.papi.exception.InstanceNotGrabbedException
Return the participant that grabbed the instance.
getParticipantId() - Method in class fuego.papi.exception.ProcessNotVisibleException
Return the participant that can not see the process.
getParticipantId() - Method in class fuego.papi.exception.ReleaseAttachmentException
Return the participant identification that wanted to release the attachment.
getParticipantId() - Method in class fuego.papi.exception.TaskAlreadySelectedException
 
getParticipantId() - Method in class fuego.papi.exception.TaskCompletedException
 
getParticipantIn() - Method in class fuego.papi.InstanceInfo
Returns the participant identification number of this instance
getParticipantScope() - Method in class fuego.papi.SearchScope
Return the participant scope of this search.
getParticipants(int) - Method in class fuego.papi.ParticipantsForActivities
Gets the participants array for a given Activity
getParticipants() - Method in class fuego.papi.exception.NotUniqueParticipantException
 
getParticipantsForActivities() - Method in class fuego.papi.exception.InstancesException
This method returns hash
getParticipantsForInstance(InstanceStamp) - Method in interface fuego.papi.ProcessServiceSession
Returns a List of Participants that user can reassign, the instance, to.
getPendingTaskIn() - Method in class fuego.papi.InstanceInfo
Gets the pending task number of the task that must be re-run.
getPresentation(String) - Method in interface fuego.papi.ProcessServiceNESession
 
getPresentation(PresentationType, String) - Method in interface fuego.papi.ProcessServiceNESession
Returns the Presentation of the specific View Type
getPresentation(ViewType, String) - Method in interface fuego.papi.ProcessServiceNESession
 
getPresentation() - Method in interface fuego.papi.View
Returns the presentation identification assigned
getPresentationId() - Method in class fuego.papi.exception.PresentationNotFoundException
 
getPresentationIds(PresentationType) - Method in interface fuego.papi.ProcessServiceNESession
Returns the Presentation of the specific View Name
getPresentationType() - Method in interface fuego.papi.View
Returns the type of the presentation assinged
getPresentationType() - Method in class fuego.papi.exception.PresentationNotFoundException
 
getPriority() - Method in class fuego.papi.InstanceInfo
Returns the instance's priority
getProcess() - Method in class fuego.papi.Activity
Returns the parent process for this activity
getProcess() - Method in class fuego.papi.InstanceInfo
Deprecated. WARNING: Do not invoke this method without previously initializate the ProcessService.
getProcess(int) - Method in interface fuego.papi.ProcessServiceNESession
Return the fuego.papi.Process for the specific process identification number.
getProcess(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns a Process object for the specified process identification or for the active process if you use the consolidated process id.
getProcessDeadline() - Method in class fuego.papi.InstanceInfo
Returns the instance process deadline.
getProcessDiagram(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns a Process Diagram object for the specified process identification or for the active process if you use the consolidated process id.
getProcessDiagram(int) - Method in interface fuego.papi.ProcessServiceNESession
Returns a Process Diagram object for the specified process identification number.
getProcessDiagram(Process) - Method in interface fuego.papi.ProcessServiceNESession
Returns a Process Diagram object for the specified process.
getProcessDocumentation(String, Locale) - Method in interface fuego.papi.ProcessServiceNESession
Returns the local path of the HTML documentation for the given process.
getProcessId() - Method in class fuego.papi.Activity
Returns the process Id
getProcessId(String) - Static method in class fuego.papi.Activity
Returns the process Id for the given activity id
getProcessId(String) - Static method in class fuego.papi.InstanceId
Returns the Process Id from a specific InstanceId
getProcessId() - Method in class fuego.papi.InstanceInfo
Rerturns the process Id of this instance.
getProcessId() - Method in class fuego.papi.InstanceStamp
Returns the process identificator for this instance.
getProcessId() - Method in class fuego.papi.ProcessNotAvailableException
 
getProcessId() - Method in class fuego.papi.ProcessOperationException
Return the process identification that generated this exception
getProcessId(InstanceInfo) - Method in interface fuego.papi.ProcessServiceNESession
Returns the ProcessId for this instance.
getProcessId(int) - Method in interface fuego.papi.ProcessServiceNESession
 
getProcessId() - Method in class fuego.papi.exception.ApplicationsNotAvailableInProcessException
Return the process identification where you wanted to get the applications
getProcessId() - Method in class fuego.papi.exception.AttachmentsNotAvailableInProcessException
 
getProcessId() - Method in class fuego.papi.exception.CannotGetWorkingAttachmentsException
Return the process identification where you wanted to get the working attachments
getProcessId() - Method in class fuego.papi.exception.InvalidProcessIdException
 
getProcessId() - Method in class fuego.papi.exception.ParticipantHasNotRoleInProcessException
 
getProcessIds() - Method in interface fuego.papi.ProcessServiceNESession
Returns all ids deployed processes for this session
getProcessIds(boolean) - Method in interface fuego.papi.ProcessServiceNESession
Returns all ids deployed processes for this session
If onlyActiveProcess is true, then the ids returned only active processes, if onlyActiveProcess is false, then the ids returned all processes, active and deprecated.
getProcessImage(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns the process designer image in XML format.
getProcessIn() - Method in interface fuego.papi.Attachment
This method returns the identificatior number of the process which belongs this attachment
getProcessIn() - Method in class fuego.papi.InstanceId
Gets the process identification number where this instance has been created
getProcessIn() - Method in interface fuego.papi.Note
Returns the process in of the instance to which this note is attached
getProcessIn(String) - Method in interface fuego.papi.ProcessServiceNESession
 
getProcesses(boolean) - Method in interface fuego.papi.ProcessServiceNESession
Returns all deployed processes
getProcesses(boolean, boolean) - Method in interface fuego.papi.ProcessServiceNESession
Returns all deployed processes
getPropertyKey() - Method in class fuego.papi.exception.PropertyValueSerializationException
 
getReceptionTime() - Method in class fuego.papi.InstanceInfo
Time when this process instance reached the current activity
getRefineInstances() - Method in interface fuego.papi.Filter
 
getRelativePathForActivityIconImage(String) - Method in interface fuego.papi.ProcessDiagram
 
getRelativePathForActivityImage(String) - Method in interface fuego.papi.ProcessDiagram
 
getRemarkId() - Method in interface fuego.papi.Consult
 
getRemarkIn() - Method in interface fuego.papi.Consult
 
getRemarks() - Method in interface fuego.papi.Attachment
Returns remarks or observations for this particular version of the attachment
getRemarks() - Method in interface fuego.papi.AttachmentInterface
 
getResult() - Method in interface fuego.papi.Execution
Finishes this execution and updates the Arguments object passed to the task.
getReturnValue() - Method in interface fuego.papi.GlobalExecution
Deprecated. use Execution.getResult() instead.
getReturnValue() - Method in interface fuego.papi.TaskExecution
Deprecated. use Execution.getResult() instead.
getRole() - Method in class fuego.papi.Activity
Returns the associated role for this activity
getRoleCategory(String) - Method in class fuego.papi.Participant
Returns The category from this Participant for the given role.
getRoleId() - Method in class fuego.papi.InstanceInfo
Returns the role identification of this instance
getRoleId() - Method in class fuego.papi.exception.NoInstanceParameterValueException
 
getRoleId() - Method in class fuego.papi.exception.NoParametricRoleException
Return the generic role
getRoleId() - Method in class fuego.papi.exception.ParticipantNotInTargetRoleException
 
getRoleIn() - Method in class fuego.papi.InstanceInfo
Returns the role identification number of this instance
getRoleName() - Method in class fuego.papi.exception.NoRoleException
 
getRoleName() - Method in class fuego.papi.exception.ParticipantNotInRoleException
 
getRolePermitions(String) - Method in class fuego.papi.Participant
Returns the permissions from this participant for the given role.
getRoles() - Method in class fuego.papi.Participant
This method returns an array with the roles for this participant.
getRoles() - Method in interface fuego.papi.Process
Return all roles in this process
getRtViewName() - Method in interface fuego.papi.Task
Returns the display name
getSQLExpression() - Method in class fuego.papi.Comparison
 
getSQLExpression(boolean) - Method in interface fuego.papi.FilterAttribute
 
getSearchScope() - Method in interface fuego.papi.Filter
 
getSecureEngines() - Method in interface fuego.papi.ProcessServiceNESession
 
getSenderInstanceId() - Method in class fuego.papi.exception.CannotStoreNotificationException
Return the instance identification who send the notification.
getShapeForActivity(String) - Method in interface fuego.papi.ProcessDiagram
Gets the shape of the bounds of the passed activity
getSignature() - Method in interface fuego.papi.Invocation
Returns the signature of the method this invocation references.
getSince() - Method in interface fuego.papi.HistoryView
Return the first day of the history
getSize() - Method in class fuego.papi.Presentation.Column
Returns the size of this column.
getSize() - Method in class fuego.papi.VarDefinition
This method returns the specific size of the instance variable.
getSourceActivitiesForGrab() - Method in class fuego.papi.Activity
Returns the activities where this activity can grab from.
getSourceActivityId() - Method in class fuego.papi.exception.NoValidTransitionAvailableException
 
getStamp() - Method in class fuego.papi.InstanceInfo
This method creates and returns an object (InstanceStamp) which is needed in order to perform any operation with this instance.
getStamp(String, String) - Static method in class fuego.papi.InstanceInfo
This method creates and returns an object (InstanceStamp) which is needed in order to perform any operation with this instance.
getStamp(String) - Static method in class fuego.papi.InstanceInfo
This method creates and returns an object (InstanceStamp) which is needed in order to perform any operation with this instance.
getStampForActivity(String) - Method in class fuego.papi.InstanceInfo
This method creates and returns an object (InstanceStamp) which is needed in order to perform any operation with this instance.
getStatus() - Method in class fuego.papi.InstanceInfo
Returns the instance status
getStatusDescription(Locale) - Method in class fuego.papi.InstanceInfo
Returns the instance status desciption
getStatusScope() - Method in class fuego.papi.SearchScope
Return the status scope of this search.
getString() - Method in class fuego.papi.Comparison
 
getString(Locale) - Method in class fuego.papi.Comparison
 
getString() - Method in class fuego.papi.ParticipantScope
 
getString(Locale) - Method in class fuego.papi.ParticipantScope
 
getString() - Method in class fuego.papi.PresentationType
 
getString(Locale) - Method in class fuego.papi.PresentationType
 
getString() - Method in class fuego.papi.StatusScope
 
getString(Locale) - Method in class fuego.papi.StatusScope
 
getString() - Method in class fuego.papi.ViewType
 
getString(Locale) - Method in class fuego.papi.ViewType
 
getTargetActivities() - Method in class fuego.papi.exception.InstancesException
This method returns a list of target activities names (ie: elements are Strings)
getTargetActivities() - Method in class fuego.papi.exception.NotUniqueTransitionException
List of Activities where the instance could go.
getTargetActivityName() - Method in class fuego.papi.exception.CannotStoreNotificationException
Return the activity identification where was send the notification.
getTargetInstanceId() - Method in class fuego.papi.exception.CannotStoreNotificationException
Return the instance identification where was send the notification.
getTask(int) - Method in class fuego.papi.Activity
Returns the named task defined for this activity
getTask(String) - Method in class fuego.papi.Activity
Returns the named task defined for this activity
getTask(int) - Method in class fuego.papi.InstanceInfo
Returns the metadata task for the specific task index
getTask(String) - Method in class fuego.papi.InstanceInfo
Returns the metadata task for the specific task id
getTaskCount() - Method in class fuego.papi.InstanceInfo
This method returns the current task
getTaskIn(int) - Method in class fuego.papi.InstanceInfo
Returns the task identification number for the task number.
getTaskIn() - Method in class fuego.papi.exception.InstanceSentByBackOrSkipActionException
Return the task number of the task executed.
getTaskInternalStatus(int) - Method in class fuego.papi.InstanceInfo
 
getTaskLastExecutionParticipant(int) - Method in class fuego.papi.InstanceInfo
Return the last participant UID that execute the specific task.
getTaskLastExecutionTime(int) - Method in class fuego.papi.InstanceInfo
Return the last time execution of the specific task.
getTaskNumber() - Method in class fuego.papi.exception.InvalidTaskNumberException
 
getTaskNumber() - Method in class fuego.papi.exception.TaskNotFoundException
 
getTaskNumber() - Method in class fuego.papi.exception.TaskOperationException
 
getTaskParticipantId(int) - Method in class fuego.papi.InstanceInfo
Rerturns the participant selecting the task.
getTaskRetryCounter(int) - Method in class fuego.papi.InstanceInfo
Returns the retryCounter for the passed task
getTaskStatusDescription(int, Locale) - Method in class fuego.papi.InstanceInfo
Returns the task status desciption
getTaskStatusDescription(int, Locale) - Static method in class fuego.papi.Status
Deprecated.  
getTaskStatusValues() - Static method in class fuego.papi.Status
Deprecated.  
getTasks() - Method in class fuego.papi.Activity
Returns all the tasks defined for this activity
getTasks() - Method in class fuego.papi.InstanceInfo
Returns the metadata task for the task in this instace
getTechnicalDetail(Locale) - Method in class fuego.papi.AttachmentOperationException
This method return the technical detail of the exception.
getTechnicalDetail(Locale) - Method in class fuego.papi.ProcessNotAvailableException
This method returns the technical detail of the exception.
getTechnicalDetail(Locale) - Method in class fuego.papi.exception.ApplicationsNotAvailableInProcessException
This method return the technical detail of the exception.
getTechnicalDetail(Locale) - Method in class fuego.papi.exception.InstanceNotAvailableException
This method return the technical detail of the exception.
getTechnicalDetail(Locale) - Method in class fuego.papi.exception.InstancesNotAvailableInEngineException
This method return the technical detail of the exception.
getTechnicalDetail(Locale) - Method in class fuego.papi.exception.ViewsForTypeNotAvailableException
This method return the technical detail of the exception.
getThreadIn() - Method in class fuego.papi.InstanceId
Gets the instance thread identification number.
getThreadIn(String) - Static method in class fuego.papi.InstanceId
Returns the Instance Thread from a specific Instance Id.
getThreadIn() - Method in class fuego.papi.InstanceStamp
Returns the thread identificator numberfor this instance.
getTimeArgument(String) - Method in class fuego.papi.Arguments
Get the argument value
getTimeComparisons() - Static method in class fuego.papi.Comparison
 
getTimeSQLExpression() - Method in class fuego.papi.Comparison
 
getTimeZone() - Method in interface fuego.papi.ProcessServiceNESession
Returns the timezone of this session
getTimeout() - Method in class fuego.papi.exception.InstanceTimeoutException
 
getTo() - Method in interface fuego.papi.HistoryView
Return the last day from the history
getType() - Method in interface fuego.papi.Consult
 
getType() - Method in interface fuego.papi.Presentation
 
getType() - Method in interface fuego.papi.Task
Returns the task type
getType() - Method in interface fuego.papi.View
Returns the type of the view
getURL() - Method in class fuego.papi.exception.MalformedURLException
 
getURL() - Method in class fuego.papi.exception.ProtocolNotSupportedException
 
getUid() - Method in class fuego.papi.Participant
Returns the user Id
getUserDocumentationFolder() - Method in class fuego.papi.ProcessService
Returns the user folder for storing process documentation
getValue() - Method in interface fuego.papi.FilterAttribute
 
getVar(String, Locale) - Method in class fuego.papi.Activity
Returns the value of any variable by id.
getVar(String) - Method in interface fuego.papi.Attachment
Returns the value of any variable by id.
getVar(String, Locale) - Method in class fuego.papi.InstanceInfo
Returns the value of any variable by id for a given locale.
getVar(String) - Method in class fuego.papi.InstanceInfo
Returns the value of any variable by id.
getVar(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns a specific variable definition from all the processes this session have.
getVarDefinition() - Method in class fuego.papi.Presentation.Column
 
getVariable() - Method in interface fuego.papi.FilterAttribute
 
getVariable() - Method in class fuego.papi.Ordering.Entry
 
getVariableId() - Method in interface fuego.papi.FilterAttribute
 
getVariableId() - Method in class fuego.papi.Ordering.Entry
 
getVariableId() - Method in class fuego.papi.exception.InvalidVariableIdException
 
getVariablesToShow() - Method in interface fuego.papi.Task
Returns the defined variables to show
getVars() - Method in class fuego.papi.Activity
Returns all the variable definitions for this activity.
getVars() - Method in interface fuego.papi.Process
Returns all the variable definitions.
getVars() - Method in interface fuego.papi.ProcessServiceNESession
Returns all the variable definitions from all the processes this session have.
getVersion() - Method in interface fuego.papi.Attachment
The version of this attachment
getVersion() - Method in interface fuego.papi.AttachmentInterface
 
getVersion() - Method in interface fuego.papi.Process
Returns the process version
getView(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns the view of the specific View Id
getViewId() - Method in class fuego.papi.ViewOperationException
 
getViewId() - Method in class fuego.papi.exception.InvalidViewIdValueRuntimeException
 
getViewIds() - Method in interface fuego.papi.ProcessServiceNESession
Returns an array with the Ids of views for the current participant.
getViewType() - Method in class fuego.papi.exception.InvalidViewTypeException
 
getVisibleActivities(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns all the visible activities for this participant in given process identification or for all versions of the consolidated process identification.
getWorkingAttachments(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns all attachments currently locked by the current user in the given processes

H

HAS_ATTACHMENTS - Static variable in class fuego.papi.VarDefinition
If the instance has or not attachments
HAS_NOTES - Static variable in class fuego.papi.VarDefinition
If the instance has or not notes
HIGH - Static variable in class fuego.papi.Priority
 
HIGHER_T - Static variable in class fuego.papi.PapiResources
HIGHER_T
HIGHEST - Static variable in class fuego.papi.Priority
 
HIGHEST_PRIORITY - Static variable in class fuego.papi.PapiResources
HIGHEST_PRIORITY
HIGH_PRIORITY - Static variable in class fuego.papi.PapiResources
HIGH_PRIORITY
HISTORY - Static variable in class fuego.papi.PapiResources
HISTORY
HISTORY - Static variable in class fuego.papi.ViewType
 
HISTORY_DEFAUTL_ID - Static variable in interface fuego.papi.View
 
HISTORY_TODAY_DEFAULT_ID - Static variable in interface fuego.papi.View
 
HOUR - Static variable in class fuego.papi.PapiResources
HOUR
HistoryView - interface fuego.papi.HistoryView.
 
hasAbortPermision(String) - Method in class fuego.papi.Participant
To know if the participant can abort any instance for the given role
hasApplicationRole(String) - Method in interface fuego.papi.Process
Return if this process has global activity (not include global automatic) in the specific role.
hasErrors() - Method in class fuego.papi.exception.InstancesException
Returns true if there are others Exceptions available.
hasExecutePermision(String) - Method in class fuego.papi.Participant
To know if the participant has execution permission for the given role.
hasGlobalCreationRole(String) - Method in interface fuego.papi.Process
Return if this process has global creation activity in the specific role.
hasInstanceAccess() - Method in class fuego.papi.Activity
Returns whether or not global activity has instance access
hasInteractiveRole(String) - Method in interface fuego.papi.Process
Return if this process has an interactive activity in the specific role.
hasLocalDocumentation() - Method in class fuego.papi.Activity
Returns if this activity contains documentation stored in the folder name
hasLocalDocumentation() - Method in interface fuego.papi.MDObject
Returns true if the object has local documentation
hasLocalDocumentation() - Method in interface fuego.papi.Process
Returns if this process contains documentation stored in the folder name
hasLocalDocumentation() - Method in interface fuego.papi.Task
 
hasNewInstances(String) - Method in interface fuego.papi.ProcessServiceNESession
Return if the views contains new instances or not.
hasNewInstances() - Method in interface fuego.papi.ProcessServiceNESession
Return if the visible views (not hidden views) of this session contains new instances or not.
hasOutgoingTransitions() - Method in class fuego.papi.Activity
Return if this activity has unconditional or conditional transitions to another activity.
hasParticipantsForActivities() - Method in class fuego.papi.exception.InstancesException
Returns true if there are participants for activities available.
hasPendingTasks() - Method in class fuego.papi.InstanceInfo
This methods returns true if the process instance has mandatory items that still need to be runned.
hasRepeatableTasks() - Method in class fuego.papi.InstanceInfo
This methods returns true if the process instance has any repeatable item.
hasRole(String) - Method in class fuego.papi.Participant
Returns true if the participiant belongs to the specified role
hasRole(String) - Method in interface fuego.papi.Process
Check if this process contains the specific role identification
hasSendPermision(String) - Method in class fuego.papi.Participant
To know if the participant can send any instance for the given role
hasSuspendPermision(String) - Method in class fuego.papi.Participant
To know if the participant can suspend any instance for the given role
hasTargetActivities() - Method in class fuego.papi.exception.InstancesException
Returns true if there are targetActivities available.
hasTransitionsToInteractiveActivities() - Method in class fuego.papi.Activity
Return if this activity has any transition to an interactive activity
hasType(ViewType) - Method in interface fuego.papi.View
Returns if the view is a subtype of given view type
hashCode() - Method in class fuego.papi.InstanceId
Gets the hashcode for this instance
hashCode() - Method in class fuego.papi.Ordering.Entry
 
highlightActivityPath(String[]) - Method in interface fuego.papi.ProcessDiagram
Sets an activity path to be highlighted in the process diagram.
host - Variable in class fuego.papi.ConnectedClientInfo
 

I

INBOX - Static variable in class fuego.papi.PapiResources
INBOX
INBOX_DEFAULT_ID - Static variable in interface fuego.papi.View
 
INPROCESS_AND_ABORTED - Static variable in class fuego.papi.StatusScope
 
INPROCESS_AND_COMPLETED - Static variable in class fuego.papi.StatusScope
 
INPUT - Static variable in interface fuego.papi.Task
 
INSTANCES - Static variable in class fuego.papi.PapiResources
INSTANCES
INSTANCES - Static variable in class fuego.papi.PresentationType
 
INSTANCES - Static variable in class fuego.papi.ViewType
 
INSTANCES_ACTIVITY - Static variable in class fuego.papi.PapiResources
INSTANCES_ACTIVITY
INSTANCE_ABORTED - Static variable in class fuego.papi.EventType
 
INSTANCE_ABORTED - Static variable in class fuego.papi.PapiResources
INSTANCE_ABORTED
INSTANCE_ABORTED - Static variable in class fuego.papi.Status
Deprecated. Field INSTANCE_ABORTED
INSTANCE_ABORTING - Static variable in class fuego.papi.EventType
 
INSTANCE_ACTIVITY_COMPLETED - Static variable in class fuego.papi.PapiResources
INSTANCE_ACTIVITY_COMPLETED
INSTANCE_ACTIVITY_COMPLETED - Static variable in class fuego.papi.Status
Deprecated. Field INSTANCE_ACTIVITY_COMPLETED
INSTANCE_COMPLETED - Static variable in class fuego.papi.PapiResources
INSTANCE_COMPLETED
INSTANCE_COMPLETED - Static variable in class fuego.papi.Status
Deprecated. Field INSTANCE_COMPLETED
INSTANCE_CREATED - Static variable in class fuego.papi.EventType
 
INSTANCE_END - Static variable in class fuego.papi.EventType
 
INSTANCE_EXCEPTION - Static variable in class fuego.papi.PapiResources
INSTANCE_EXCEPTION
INSTANCE_EXCEPTION - Static variable in class fuego.papi.Status
Deprecated. Field INSTANCE_EXCEPTION
INSTANCE_GRABBED - Static variable in class fuego.papi.EventType
 
INSTANCE_GRABBED - Static variable in class fuego.papi.PapiResources
INSTANCE_GRABBED
INSTANCE_GRABBED - Static variable in class fuego.papi.Status
Deprecated. Field INSTANCE_GRABBED
INSTANCE_REASIGN - Static variable in class fuego.papi.EventType
 
INSTANCE_RESUMED - Static variable in class fuego.papi.EventType
 
INSTANCE_ROUTED - Static variable in class fuego.papi.InstanceItemState
 
INSTANCE_RUNNING - Static variable in class fuego.papi.PapiResources
INSTANCE_RUNNING
INSTANCE_RUNNING - Static variable in class fuego.papi.Status
Deprecated. Field INSTANCE_RUNNING
INSTANCE_SELECTED - Static variable in class fuego.papi.EventType
 
INSTANCE_SUSPENDED - Static variable in class fuego.papi.EventType
 
INSTANCE_SUSPENDED - Static variable in class fuego.papi.PapiResources
INSTANCE_SUSPENDED
INSTANCE_SUSPENDED - Static variable in class fuego.papi.Status
Deprecated. Field INSTANCE_SUSPENDED
INSTANCE_TO_EXCEPTION - Static variable in class fuego.papi.EventType
 
INSTANCE_UNGRABBED - Static variable in class fuego.papi.EventType
 
INSTANCE_UNSELECTED - Static variable in class fuego.papi.EventType
 
INSTANCE_UPDATED - Static variable in class fuego.papi.EventType
 
IS - Static variable in class fuego.papi.Comparison
 
IS - Static variable in class fuego.papi.PapiResources
IS
IS_NOT - Static variable in class fuego.papi.Comparison
 
IS_NOT - Static variable in class fuego.papi.PapiResources
IS_NOT
IS_NOT_NULL - Static variable in class fuego.papi.Comparison
 
IS_NULL - Static variable in class fuego.papi.Comparison
 
ITEM_EXECUTED - Static variable in class fuego.papi.EventType
 
ITEM_SELECTED - Static variable in class fuego.papi.EventType
 
ITEM_UNSELECTED - Static variable in class fuego.papi.EventType
 
IncompleteJobsException - exception fuego.papi.exception.IncompleteJobsException.
 
IncompleteJobsException(Object) - Constructor for class fuego.papi.exception.IncompleteJobsException
 
InstanceAbortedException - exception fuego.papi.exception.InstanceAbortedException.
A InstanceNotInActivityException is thrown while waiting for an instance, and that instance is aborted.
InstanceAbortedException(String) - Constructor for class fuego.papi.exception.InstanceAbortedException
 
InstanceAlreadySelectedException - exception fuego.papi.exception.InstanceAlreadySelectedException.
A InstanceAlreadySelectedException is thrown when the instance has already been selected by other participant.
InstanceAlreadySelectedException(String, String) - Constructor for class fuego.papi.exception.InstanceAlreadySelectedException
Creates a new InstanceAlreadySelectedException with the given process identification, instance internal number, thread internal number and particiant identification.
InstanceAlreadySuspendedException - exception fuego.papi.exception.InstanceAlreadySuspendedException.
An InstanceAlreadySuspendedException is thrown when the instance has already been suspended by other participant.
InstanceAlreadySuspendedException(String) - Constructor for class fuego.papi.exception.InstanceAlreadySuspendedException
Creates a new InstanceAlreadySuspendedException with the given instance identification.
InstanceAlreadyTerminatedException - exception fuego.papi.exception.InstanceAlreadyTerminatedException.
An InstanceAlreadyTerminatedException is thrown when the instance has already been terminated.
InstanceAlreadyTerminatedException(String) - Constructor for class fuego.papi.exception.InstanceAlreadyTerminatedException
Creates a new InstanceAlreadyTerminatedException with the given instance identification.
InstanceAutomaticallySentException - exception fuego.papi.exception.InstanceAutomaticallySentException.
Deprecated. this exception is not longer thrown, right way to know if the instance was automatically send by release or by autocomplete is to check in fuego.papi.ProcessServicesSession.runActivity(..), the result to know if the instance was routed.
InstanceAutomaticallySentException(String) - Constructor for class fuego.papi.exception.InstanceAutomaticallySentException
Deprecated. use InstanceAutomaticallySentException(InstanceInfo,Arguments) instead
InstanceAutomaticallySentException(InstanceInfo, DynamicObject) - Constructor for class fuego.papi.exception.InstanceAutomaticallySentException
Deprecated. Throw when the instance was sent through the transition because the Activity is "autocomplete" or the CIL have an Action=Release.
InstanceConcurrentExecutionException - exception fuego.papi.exception.InstanceConcurrentExecutionException.
An InstanceConcurrentExecutionException is thrown as result of reach the limit of executing instances.
InstanceConcurrentExecutionException() - Constructor for class fuego.papi.exception.InstanceConcurrentExecutionException
Just to serialization
InstanceConcurrentExecutionException(String, String) - Constructor for class fuego.papi.exception.InstanceConcurrentExecutionException
Creates a new InstanceConcurrentExecutionException with the given process identification and activity name.
InstanceConcurrentExecutionException(String, String, String) - Constructor for class fuego.papi.exception.InstanceConcurrentExecutionException
Creates a new InstanceConcurrentExecutionException with the given instance identification, process identification and activity id.
InstanceConcurrentExecutionException(String, int) - Constructor for class fuego.papi.exception.InstanceConcurrentExecutionException
 
InstanceEvent - class fuego.papi.InstanceEvent.
Contains a process-instance event basic information.
InstanceEvent() - Constructor for class fuego.papi.InstanceEvent
 
InstanceId - class fuego.papi.InstanceId.
Contains the declaration of an instance.
InstanceId(int, int, int) - Constructor for class fuego.papi.InstanceId
simple constructor for using key
InstanceInfo - class fuego.papi.InstanceInfo.
 
InstanceInfo() - Constructor for class fuego.papi.InstanceInfo
 
InstanceItemState - class fuego.papi.InstanceItemState.
 
InstanceItemState() - Constructor for class fuego.papi.InstanceItemState
 
InstanceItemStateMsg - class fuego.papi.InstanceItemStateMsg.
Message bundle.
InstanceItemStateMsg() - Constructor for class fuego.papi.InstanceItemStateMsg
 
InstanceItemStateMsg_es - class fuego.papi.InstanceItemStateMsg_es.
Message bundle.
InstanceItemStateMsg_es() - Constructor for class fuego.papi.InstanceItemStateMsg_es
 
InstanceNotAvailableException - exception fuego.papi.exception.InstanceNotAvailableException.
 
InstanceNotAvailableException(String, Throwable) - Constructor for class fuego.papi.exception.InstanceNotAvailableException
Creates a new InstanceNotAvailableException with the given instanceId and initial exception.
InstanceNotCompletedException - exception fuego.papi.exception.InstanceNotCompletedException.
An InstanceNotCompletedException is thrown as a result of an attempt to send the process instance before completeing the activity.
InstanceNotCompletedException(String) - Constructor for class fuego.papi.exception.InstanceNotCompletedException
Creates a new InstanceNotCompletedException with the given processId, instanceIn and threadIn.
InstanceNotFoundException - exception fuego.papi.exception.InstanceNotFoundException.
A InstanceNotFoundException is thrown as a result of an attempt to access an inexistent instance.
InstanceNotFoundException() - Constructor for class fuego.papi.exception.InstanceNotFoundException
Use message "PAPI-2040".
InstanceNotFoundException(String) - Constructor for class fuego.papi.exception.InstanceNotFoundException
Use message "PAPI-2041"
InstanceNotFoundException(int, int, int) - Constructor for class fuego.papi.exception.InstanceNotFoundException
Use message "PAPI-2042"
InstanceNotGrabbedException - exception fuego.papi.exception.InstanceNotGrabbedException.
An InstanceNotGrabbedException is thrown as a result of an attempt to grab an instance that cannot be grabbed.
InstanceNotGrabbedException(String) - Constructor for class fuego.papi.exception.InstanceNotGrabbedException
Creates a new InstanceNotGrabbedException with the given instance identification.
InstanceNotGrabbedException(String, String) - Constructor for class fuego.papi.exception.InstanceNotGrabbedException
Creates a new InstanceNotGrabbedException with the given instance identification was grabbed and participant identification that grabbed the instance.
InstanceNotInActivityException - exception fuego.papi.exception.InstanceNotInActivityException.
A InstanceNotInActivityException is thrown as a result of an attempt to access an instance in some activity and it doesn't find in this activity.
InstanceNotInActivityException() - Constructor for class fuego.papi.exception.InstanceNotInActivityException
Just to serialization
InstanceNotInActivityException(String, String, String) - Constructor for class fuego.papi.exception.InstanceNotInActivityException
Creates a new InstanceNotInActivityException with the given globalInstanceId, last activity and actual activity.
InstanceNotInActivityException(String, String, String, int) - Constructor for class fuego.papi.exception.InstanceNotInActivityException
Creates a new InstanceNotInActivityException with the given last activity, globalInstanceId and actual activity.
InstanceNotInActivityException(String, String, String, int, InstanceInfo) - Constructor for class fuego.papi.exception.InstanceNotInActivityException
Creates a new InstanceNotInActivityException with the given globalInstanceId, last activity and actual activity.
InstanceNotInGroupException - exception fuego.papi.exception.InstanceNotInGroupException.
 
InstanceNotInGroupException() - Constructor for class fuego.papi.exception.InstanceNotInGroupException
 
InstanceNotInGroupException(String, String) - Constructor for class fuego.papi.exception.InstanceNotInGroupException
 
InstanceNotRunningException - exception fuego.papi.exception.InstanceNotRunningException.
A InstanceNotRunningException is thrown as a result of an attempt to access an instance but it is not running.
InstanceNotRunningException(String) - Constructor for class fuego.papi.exception.InstanceNotRunningException
Creates a new InstanceNotRunningException with the given instance identification.
InstanceNotSuspendedException - exception fuego.papi.exception.InstanceNotSuspendedException.
An InstanceNotSuspendedException is thrown as a result of an attempt to suspend the instance but it has already suspended.
InstanceNotSuspendedException(String) - Constructor for class fuego.papi.exception.InstanceNotSuspendedException
Creates a new InstanceNotSuspendedException with the default message.
InstanceOperationException - exception fuego.papi.exception.InstanceOperationException.
A InstanceOperationException is thrown as a result of an attempt to opetation on a instance and happend unexpected situation.
InstanceOperationException(String) - Constructor for class fuego.papi.exception.InstanceOperationException
Code of the message is "PAPI-3000"
InstanceOperationException(String, Throwable) - Constructor for class fuego.papi.exception.InstanceOperationException
Code of the message is "PAPI-3001"
InstanceOperationException(int, int, int) - Constructor for class fuego.papi.exception.InstanceOperationException
Code of the message is "PAPI-3001"
InstanceOperationException(int, int, int, Throwable) - Constructor for class fuego.papi.exception.InstanceOperationException
Code of the message is "PAPI-3001"
InstanceSelectDisableException - exception fuego.papi.exception.InstanceSelectDisableException.
A InstanceSelectDisableException is thrown as a result of an attempt to select an instance and it has instance select disable.
InstanceSelectDisableException(String) - Constructor for class fuego.papi.exception.InstanceSelectDisableException
Creates a new InstanceSelectDisableException with the given instance identification.
InstanceSelectDisableException(String, String) - Constructor for class fuego.papi.exception.InstanceSelectDisableException
Creates a new InstanceSelectDisableException with the given instance identification, and participant name.
InstanceSelectedByOtherException - exception fuego.papi.exception.InstanceSelectedByOtherException.
 
InstanceSelectedByOtherException() - Constructor for class fuego.papi.exception.InstanceSelectedByOtherException
Creates a new InstanceAlreadySelectedException with a default message.
InstanceSelectedByOtherException(String, String) - Constructor for class fuego.papi.exception.InstanceSelectedByOtherException
Creates a new InstanceAlreadySelectedException with the given process identification, instance internal number, thread internal number and particiant identification.
InstanceSentByAbortActionException - exception fuego.papi.exception.InstanceSentByAbortActionException.
This exception is thrown when the instance was aborted with an action = ABORT.
InstanceSentByAbortActionException(String, String, int, String) - Constructor for class fuego.papi.exception.InstanceSentByAbortActionException
Deprecated. use InstanceSentByAbortActionException.InstanceSentByAbortActionException(InstanceInfo, String,String,int,String,DynamicObject) instead.
InstanceSentByAbortActionException(InstanceInfo, String, String, int, String, DynamicObject) - Constructor for class fuego.papi.exception.InstanceSentByAbortActionException
Constructor
InstanceSentByBackOrSkipActionException - exception fuego.papi.exception.InstanceSentByBackOrSkipActionException.
This exception is thrown when the instance was backed to the previous activity with an action = BACK.
InstanceSentByBackOrSkipActionException() - Constructor for class fuego.papi.exception.InstanceSentByBackOrSkipActionException
Default contractor
InstanceSentByBackOrSkipActionException(String, String, int, String) - Constructor for class fuego.papi.exception.InstanceSentByBackOrSkipActionException
Deprecated. use InstanceSentByBackOrSkipActionException.InstanceSentByBackOrSkipActionException(InstanceInfo,String,String, int,String,DynamicObject) instead
InstanceSentByBackOrSkipActionException(InstanceInfo, String, String, int, String, DynamicObject) - Constructor for class fuego.papi.exception.InstanceSentByBackOrSkipActionException
Constructor
InstanceSentByParametricRoleException - exception fuego.papi.exception.InstanceSentByParametricRoleException.
 
InstanceSentByParametricRoleException(String, String, int) - Constructor for class fuego.papi.exception.InstanceSentByParametricRoleException
Deprecated. use InstanceSentByParametricRoleException.InstanceSentByParametricRoleException(InstanceInfo, String, String, int) }
InstanceSentByParametricRoleException(InstanceInfo, String, String, int) - Constructor for class fuego.papi.exception.InstanceSentByParametricRoleException
Constructor
InstanceSentByThrowException - exception fuego.papi.exception.InstanceSentByThrowException.
This exception is thrown when the instance sent to catcher of the exception because the user defined a 'throw exception' in the CIL.
InstanceSentByThrowException(String, String, int, String, String) - Constructor for class fuego.papi.exception.InstanceSentByThrowException
Deprecated. use InstanceSentByThrowException.InstanceSentByThrowException(InstanceInfo,String,String,int,String,String,String)
InstanceSentByThrowException(InstanceInfo, String, String, int, String, String, String) - Constructor for class fuego.papi.exception.InstanceSentByThrowException
Constructor
InstanceSentException - exception fuego.papi.exception.InstanceSentException.
InstanceSentException Main class, please watch the extended classes.
InstanceStamp - class fuego.papi.InstanceStamp.
This class keeps the minimal information about the Process Instance needed in the engine side in order to perform any operation over an instance.
It is needed when an operation over an instance has to be done through PAPI.
InstanceSuspendedException - exception fuego.papi.exception.InstanceSuspendedException.
 
InstanceSuspendedException(String) - Constructor for class fuego.papi.exception.InstanceSuspendedException
 
InstanceTimeoutException - exception fuego.papi.exception.InstanceTimeoutException.
Thi execption is thrown while waiting for an instance to finish and the maximum time to wait for it has elapsed.
InstanceTimeoutException(String, long, Throwable) - Constructor for class fuego.papi.exception.InstanceTimeoutException
 
InstancesException - exception fuego.papi.exception.InstancesException.
Exception thrown when performing a batch operation and some of the instances (or instance items) could not complete the operation.
InstancesException(InstanceInfo[], Map, List, ParticipantsForActivities, boolean) - Constructor for class fuego.papi.exception.InstancesException
 
InstancesException(InstanceInfo[], Map, boolean) - Constructor for class fuego.papi.exception.InstancesException
 
InstancesNotAvailableInEngineException - exception fuego.papi.exception.InstancesNotAvailableInEngineException.
A InstancesNotAvailableInEngineException is thrown as a result of a failed attempt to retrieve instances from a particular Engine.
InstancesNotAvailableInEngineException(String, Throwable) - Constructor for class fuego.papi.exception.InstancesNotAvailableInEngineException
Creates a new InstancesNotAvailableInEngineException with the given engine.
InstancesView - interface fuego.papi.InstancesView.
 
InvalidActivityException - exception fuego.papi.exception.InvalidActivityException.
 
InvalidActivityException(String, String) - Constructor for class fuego.papi.exception.InvalidActivityException
Code of the message is "PAPI-3140"
InvalidActivityException(String, String, Throwable) - Constructor for class fuego.papi.exception.InvalidActivityException
 
InvalidActivityToGrabException - exception fuego.papi.exception.InvalidActivityToGrabException.
 
InvalidActivityToGrabException(String, String) - Constructor for class fuego.papi.exception.InvalidActivityToGrabException
Creates a new InvalidActivityToGrabException with the given instance identification and activity identification
InvalidActivityTypeException - exception fuego.papi.exception.InvalidActivityTypeException.
 
InvalidActivityTypeException(String, String) - Constructor for class fuego.papi.exception.InvalidActivityTypeException
 
InvalidArgumentSetNameException - exception fuego.papi.exception.InvalidArgumentSetNameException.
 
InvalidArgumentSetNameException(String) - Constructor for class fuego.papi.exception.InvalidArgumentSetNameException
 
InvalidArgumentType - exception fuego.papi.exception.InvalidArgumentType.
 
InvalidArgumentType() - Constructor for class fuego.papi.exception.InvalidArgumentType
 
InvalidArgumentType(String, String) - Constructor for class fuego.papi.exception.InvalidArgumentType
to throw when the argument type is wrong
InvalidAttachmentArgumentLengthException - exception fuego.papi.exception.InvalidAttachmentArgumentLengthException.
This exception is thrown when any argument of the attachment exceeds the limit of the argument length.
InvalidAttachmentArgumentLengthException(String, int) - Constructor for class fuego.papi.exception.InvalidAttachmentArgumentLengthException
This contructor is used when you know the argument and the attachment identification.
InvalidNotificationTargetException - exception fuego.papi.exception.InvalidNotificationTargetException.
 
InvalidNotificationTargetException(String, String) - Constructor for class fuego.papi.exception.InvalidNotificationTargetException
 
InvalidProcessDeadlineValueException - exception fuego.papi.exception.InvalidProcessDeadlineValueException.
This exception is thrown when trying to route the instance (automatic or manual) with the processDeadline instance variable not fixed.
InvalidProcessDeadlineValueException(String, String, Time) - Constructor for class fuego.papi.exception.InvalidProcessDeadlineValueException
 
InvalidProcessIdException - exception fuego.papi.exception.InvalidProcessIdException.
 
InvalidProcessIdException(String) - Constructor for class fuego.papi.exception.InvalidProcessIdException
 
InvalidTaskNumberException - exception fuego.papi.exception.InvalidTaskNumberException.
 
InvalidTaskNumberException(int, String) - Constructor for class fuego.papi.exception.InvalidTaskNumberException
Use message PAPI-1670
InvalidVariableIdException - exception fuego.papi.exception.InvalidVariableIdException.
 
InvalidVariableIdException(String, boolean, String) - Constructor for class fuego.papi.exception.InvalidVariableIdException
InvalidVariableIdException Message PAPI-8050 (for activity) or PAPI-8060 (for instance).
InvalidViewIdValueRuntimeException - exception fuego.papi.exception.InvalidViewIdValueRuntimeException.
 
InvalidViewIdValueRuntimeException(String) - Constructor for class fuego.papi.exception.InvalidViewIdValueRuntimeException
Constructor InvalidViewIdValueRuntimeException.
InvalidViewTypeException - exception fuego.papi.exception.InvalidViewTypeException.
 
InvalidViewTypeException(ViewType) - Constructor for class fuego.papi.exception.InvalidViewTypeException
Construct the object with the message PAPI-8200.
Invocation - interface fuego.papi.Invocation.
 
id - Variable in class fuego.papi.InstanceEvent
 
id - Variable in class fuego.papi.Participant.RoleAssignment
 
in - Variable in class fuego.papi.ConnectedClientInfo
 
in - Variable in class fuego.papi.Participant.RoleAssignment
 
indexOf(Ordering.Entry) - Method in class fuego.papi.Ordering
 
instanceAttach(InstanceInfo, String, String, String, File) - Method in interface fuego.papi.ProcessServiceSession
This methods attachs a new file attachment to a process instance.
instanceAttach(InstanceInfo, String, String, String, File, String) - Method in interface fuego.papi.ProcessServiceSession
This methods attachs a new file attachment to a process instance.
instanceCanBeAborted(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns if the given instance can be aborted
instanceCanBeBack(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns if the given instance can be routed back
instanceCanBeProcessed(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns if the given instance can be processed
instanceCanBeReassign(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Return if the given instance is Reasignable.
instanceCanBeResumed(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns if the given instance can be resumed
instanceCanBeSelected(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the process instance can be selected by the current participant A process instance is selectable if all items are currently unselected or selected by the current participant
instanceCanBeSent(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns if the given instance can be sent
instanceCanBeSuspended(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns if the given instance can be suspended
instanceCanBeUngrabbed(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Return if the instance is ungrabbed or not
instanceCanBeUnselected(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns if the given instance can be unselected
instanceHasAttachments(String) - Method in interface fuego.papi.ProcessServiceNESession
Return if the instance contains attachments or not.
instanceHasNotes(String) - Method in interface fuego.papi.ProcessServiceNESession
Return if the instance contains notes or not.
instanceId() - Method in class fuego.papi.exception.CannotRetrieveInstanceAttachmentsException
Return the instance identification where you wanted to get the attachemnts.
instanceIn - Variable in class fuego.papi.InstanceEvent
 
instanceReassign(InstanceStamp, String) - Method in interface fuego.papi.ProcessServiceSession
This method REASSIGN the instance to the specify participant.
instancesAbort(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
This method aborts a group of instances, but this is done in the engine side to improve performance
instancesAddConsult(InstanceStamp[], String, String) - Method in interface fuego.papi.ProcessServiceSession
Adds a consult to this process instance
instancesAddNote(InstanceStamp[], String) - Method in interface fuego.papi.ProcessServiceSession
Adds a note to this process instance
instancesGrab(InstanceStamp[], String) - Method in interface fuego.papi.ProcessServiceSession
This method grabs a group of instances in an Activity, but this is done in the engine side to improve performance
instancesResume(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
This method resumes a group of instances, but this is done in the engine side to improve performance
instancesSelect(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
This method selects a group of instances, but this is done in the engine side to improve performance
instancesSend(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
This method routes a group of instances, but this is done in the engine side to improve performance
instancesSendBack(InstanceStamp[], boolean) - Method in interface fuego.papi.ProcessServiceSession
This method routes back a group of instances, but this is done in the engine side to improve performance
instancesSendTo(InstanceStamp[], String, String) - Method in interface fuego.papi.ProcessServiceSession
This method routes a group of instances to an Activity and for a given Participant, but this is done in the engine side to improve performance
instancesSendTo(InstanceStamp[], String) - Method in interface fuego.papi.ProcessServiceSession
This method routes a group of instances to an Activity, but this is done in the engine side to improve performance.
instancesSuspend(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
This method suspends a group of instances, but this is done in the engine side to improve performance
instancesTargetParticipants(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
This method return the participants who can recieve this group of instances
instancesUngrab(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
This method ungrabs a group of instances in an Activity, but this is done in the engine side to improve performance
instancesUnselect(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
This method unselects a group of instances, but this is done in the engine side to improve performance
intersecParticipantsForActivities(ParticipantsForActivities, ParticipantsForActivities) - Static method in class fuego.papi.ParticipantsForActivities
Intersec the participantsForActivities Source with the toAdd ones.
invalidIdCharacters() - Static method in class fuego.papi.ProcessService
Set of invalid values accepted in an identification.
invalidateTask(int) - Method in class fuego.papi.InstanceInfo
This method invalidates the specific task index
invoke() - Method in interface fuego.papi.Invocation
Performs a default execution of this invocation, returning an Object[] suitable to be passed to fuego.component.CustomExecution#setInvocationResult(Object[]).
is(int, int) - Static method in class fuego.papi.InstanceItemState
 
isAbortEnabled() - Method in class fuego.papi.Activity
Returns whether or not instances in this activity can be aborted
isAborted() - Method in class fuego.papi.InstanceInfo
Returns whether or not the process instance is aborted
isAborted() - Method in class fuego.papi.StatusScope
 
isActive() - Method in class fuego.papi.Activity
Returns whether or not this activity belongs to an active process
Note: In the case of consolidated processes, it will return true if one of the process versions the activity belongs to is active
isActive() - Method in interface fuego.papi.Process
Returns true if this process is active.
isActivityCompleted() - Method in class fuego.papi.InstanceInfo
Returns whether or not the process instance has the activity completed
isAscending() - Method in class fuego.papi.Ordering.Entry
 
isAutoCompleteEnabled() - Method in class fuego.papi.Activity
Returns whether or not this activity will automatically be completed after all mandatory items are successfully processed.
isAutomatic() - Method in interface fuego.papi.Process
Return if this process contains only automatic activities.
isCaseSensitive() - Method in interface fuego.papi.Filter
 
isChangeParticipantPasswordSupported() - Method in interface fuego.papi.ProcessServiceSession
Determines whether the directory supports changing the participant password.
isCompleted() - Method in class fuego.papi.InstanceInfo
Returns whether or not the process instance is completed
isCompleted() - Method in class fuego.papi.StatusScope
 
isCustom() - Method in interface fuego.papi.View
Returns if this view was created by the user
isEmpty() - Method in class fuego.papi.Ordering
 
isException() - Method in class fuego.papi.InstanceInfo
Returns whether or not the process instance is an exception
isExclusive() - Method in interface fuego.papi.ProcessServiceNESession
Returns if this session is exlusive or not.
isExclusive() - Method in interface fuego.papi.ProcessServiceSession
Returns if this session is exlusive or not.
isExecuting() - Method in class fuego.papi.InstanceInfo
Returns if this instance is executing or not.
isExternal() - Method in interface fuego.papi.Task
When the task is external, its implementation is expected to be provided by the caller.
isExternal(String) - Static method in class fuego.papi.VarDefinition
Return if the variable identification is external vairable or not.
isExternal() - Method in class fuego.papi.VarDefinition
External variable or not
isFileModified(String) - Method in interface fuego.papi.Attachment
This methods returns true if the attachment has already been checked out in the specified directory
isGrabbed() - Method in class fuego.papi.InstanceInfo
Returns whether or not the process instance is grabbed
isHidden() - Method in interface fuego.papi.View
Returns if this view is hidden or not
isIn() - Method in interface fuego.papi.TaskArgument
Returns true if this argument is an input one.
isInProcess() - Method in class fuego.papi.StatusScope
 
isInstancePresentation() - Method in class fuego.papi.Activity
Return whether o not global activity is used to show the instance details
isInstanceStatus(int, int) - Static method in class fuego.papi.Status
Deprecated.  
isLocked() - Method in interface fuego.papi.Attachment
If the process is locked or not
isLockedByParticipant(String) - Method in interface fuego.papi.Attachment
If this attachment is locked by the given participant
isMandatory() - Method in interface fuego.papi.Task
Returns whether or not this activity item is mandatory
isMatchAll() - Method in interface fuego.papi.Filter
 
isOnline() - Method in class fuego.papi.Activity
Returns whether or not the process this activity belongs to is online
Note: In the case of consolidated processes it will return true if any of the process versions this activity belongs to is online
isOnline() - Method in interface fuego.papi.Process
Returns true if this process is online.
isOpenNewWindow() - Method in interface fuego.papi.Task
 
isOpened() - Method in interface fuego.papi.ProcessServiceNESession
Asks if this session is open or not.
isOut() - Method in interface fuego.papi.TaskArgument
Returns true if this argument is an output one.
isOutOfOrder() - Method in interface fuego.papi.Invocation
Returns true if this invocation can be executed out-of-order
isParametric() - Method in interface fuego.papi.Filter
 
isParametric() - Method in interface fuego.papi.FilterAttribute
 
isPending() - Method in class fuego.papi.InstanceInfo
Returns whether or not the process instance is pending
isProcessId(String) - Static method in class fuego.papi.InstanceId
 
isReadOnly() - Method in interface fuego.papi.Presentation
 
isReadOnly() - Method in interface fuego.papi.Task
When the task is 'read only', the task will not modify the instance.
isReadOnly() - Method in interface fuego.papi.View
Returns if read only or not
isRepeatable() - Method in interface fuego.papi.Task
Returns whether or not this activity item is repeatable
isResaignEnabled() - Method in class fuego.papi.Activity
Returns the status of the activity option "Reasign"
isRunning() - Method in class fuego.papi.InstanceInfo
Returns whether or not the process instance is running
isSameParticipant() - Method in class fuego.papi.exception.CannotLockInstanceException
Return true if the instance is locked by the same participant
isSelectEnabled() - Method in class fuego.papi.Activity
Returns true if the instances in this activity can be selected.
isSelected() - Method in class fuego.papi.InstanceInfo
Returns if this instance is selected or not.
isSelectedBy(String) - Method in class fuego.papi.InstanceInfo
Package method
isShowBrowserFullFunc() - Method in interface fuego.papi.Task
 
isSubtype(ViewType, ViewType) - Static method in class fuego.papi.ViewType
 
isSuspendEnabled() - Method in class fuego.papi.Activity
Returns whether or not instances in this activity can be aborted
isSuspended() - Method in class fuego.papi.InstanceInfo
Returns whether or not the process instance is suspended
isSynchronous() - Method in interface fuego.papi.Invocation
Returns true if this method execution is synchronous.
isTaskCompleted(int) - Method in class fuego.papi.InstanceInfo
Returns whether or not this process instance item is already completed
isTaskRunning(int) - Method in class fuego.papi.InstanceInfo
Returns whether or not the process instance item is being executed
isTaskSelected(int) - Method in class fuego.papi.InstanceInfo
Returns whether or not this process instance item is currently selected Note: Repeatable items can be selected even if they have already been completed
isTaskStatus(int, int) - Static method in class fuego.papi.Status
Deprecated.  
isTaskValid(int) - Method in class fuego.papi.InstanceInfo
Returns if the specific task index is valid or not in this instance
isTextComparisonOnly() - Method in class fuego.papi.Comparison
 
isTimeComparisonOnly() - Method in class fuego.papi.Comparison
 
isTransient() - Method in interface fuego.papi.View
Returns if was stored or not
isType(PresentationType) - Method in class fuego.papi.PresentationType
 
isType(ViewType) - Method in class fuego.papi.ViewType
 
isUserSelectsTransitionEnabled() - Method in class fuego.papi.Activity
Returns whether or not the user (participant) can select the transition to route the instance.
isValid(PresentationType) - Static method in class fuego.papi.PresentationType
 
isValid(ViewType) - Static method in class fuego.papi.ViewType
 
isValidInstanceId(String) - Static method in class fuego.papi.InstanceId
Validates the correct sintax of a specific Instance Id.
isVisibleTo(Participant) - Method in interface fuego.papi.Process
Returns true if the participant has any role in this process, otherwise false.

L

LAST_MONTH - Static variable in class fuego.papi.PapiResources
LAST_MONTH
LAST_WEEK - Static variable in class fuego.papi.PapiResources
LAST_WEEK
LESS_OR_EQUALS - Static variable in class fuego.papi.Comparison
 
LESS_THAN - Static variable in class fuego.papi.Comparison
 
LIMIT_RUN_INSTANCES - Static variable in class fuego.papi.exception.NoPermissionException
 
LOCKER_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Locker" for an Attachment
LOCKER_ID45 - Static variable in class fuego.papi.VarDefinition
 
LOG_0001(String) - Static method in class fuego.papi.PapiLogResources
LOG-0001
LOG_0002(String) - Static method in class fuego.papi.PapiLogResources
LOG-0002
LOG_0003(String) - Static method in class fuego.papi.PapiLogResources
LOG-0003
LOG_0004(String) - Static method in class fuego.papi.PapiLogResources
LOG-0004
LOG_0005(String) - Static method in class fuego.papi.PapiLogResources
LOG-0005
LOG_0006(String) - Static method in class fuego.papi.PapiLogResources
LOG-0006
LOG_0007(String) - Static method in class fuego.papi.PapiLogResources
LOG-0007
LOG_0008(String) - Static method in class fuego.papi.PapiLogResources
LOG-0008
LOG_0009(String) - Static method in class fuego.papi.PapiLogResources
LOG-0009
LOG_0010(String) - Static method in class fuego.papi.PapiLogResources
LOG-0010
LOG_0011(String, int) - Static method in class fuego.papi.PapiLogResources
LOG-0011
LOG_0012(String) - Static method in class fuego.papi.PapiLogResources
LOG-0012
LOG_0013(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0013
LOG_0014(String) - Static method in class fuego.papi.PapiLogResources
LOG-0014
LOG_0015(String, String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0015
LOG_0016(String) - Static method in class fuego.papi.PapiLogResources
LOG-0016
LOG_0017(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0017
LOG_0018(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0018
LOG_0019(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0019
LOG_0020(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0020
LOG_0021(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0021
LOG_0022(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0022
LOG_0023(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0023
LOG_0024(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0024
LOG_0025(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0025
LOG_0026(String) - Static method in class fuego.papi.PapiLogResources
LOG-0026
LOG_0027(int) - Static method in class fuego.papi.PapiLogResources
LOG-0027
LOG_0028(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0028
LOG_0029(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0029
LOG_0030(String) - Static method in class fuego.papi.PapiLogResources
LOG-0030
LOG_0031(String) - Static method in class fuego.papi.PapiLogResources
LOG-0031
LOG_0032(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0032
LOG_0033(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0033
LOG_0034(String) - Static method in class fuego.papi.PapiLogResources
LOG-0034
LOG_0035 - Static variable in class fuego.papi.PapiLogResources
LOG-0035
LOG_0036 - Static variable in class fuego.papi.PapiLogResources
LOG-0036
LOG_0037(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0037
LOG_0038(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0038
LOG_0039(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0039
LOG_0040(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0040
LOG_0041(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0041
LOG_0042(String) - Static method in class fuego.papi.PapiLogResources
LOG-0042
LOG_0043(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0043
LOG_0044(int, String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0044
LOG_0045(String) - Static method in class fuego.papi.PapiLogResources
LOG-0045
LOG_0046(String) - Static method in class fuego.papi.PapiLogResources
LOG-0046
LOG_0047(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0047
LOG_0048(String, String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0048
LOG_0049(String) - Static method in class fuego.papi.PapiLogResources
LOG-0049
LOG_0050 - Static variable in class fuego.papi.PapiLogResources
LOG-0050
LOG_0051(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0051
LOG_0052(String, String) - Static method in class fuego.papi.PapiLogResources
 
LOG_0053(String, String) - Static method in class fuego.papi.PapiLogResources
 
LOG_0054(String) - Static method in class fuego.papi.PapiLogResources
LOG-0054
LOG_0055(String, String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0055
LOG_0056(String, String) - Static method in class fuego.papi.PapiLogResources
LOG-0056
LOG_0057(String) - Static method in class fuego.papi.PapiLogResources
LOG-0057
LOG_0058 - Static variable in class fuego.papi.PapiLogResources
LOG-0058
LOG_0059(String) - Static method in class fuego.papi.PapiLogResources
LOG-0059
LOG_0060(String) - Static method in class fuego.papi.PapiLogResources
LOG-0060
LOG_0061(Throwable) - Static method in class fuego.papi.PapiLogResources
LOG-0061
LOW - Static variable in class fuego.papi.Priority
 
LOWER_T - Static variable in class fuego.papi.PapiResources
LOWER_T
LOWEST - Static variable in class fuego.papi.Priority
 
LOWEST_PRIORITY - Static variable in class fuego.papi.PapiResources
LOWEST_PRIORITY
LOW_PRIORITY - Static variable in class fuego.papi.PapiResources
LOW_PRIORITY
lastAction - Variable in class fuego.papi.ConnectedClientInfo
 

M

MDObject - interface fuego.papi.MDObject.
Contains the methods that must be implemented by any metadata object.
MEASUREMENT_START - Static variable in class fuego.papi.EventType
 
MEASUREMENT_START_STOP - Static variable in class fuego.papi.EventType
 
MEASUREMENT_STOP - Static variable in class fuego.papi.EventType
 
MINUTE - Static variable in class fuego.papi.PapiResources
MINUTE
MONDAY - Static variable in class fuego.papi.PapiResources
MONDAY
MONTH - Static variable in class fuego.papi.PapiResources
MONTH
MalformedURLException - exception fuego.papi.exception.MalformedURLException.
 
MalformedURLException(String) - Constructor for class fuego.papi.exception.MalformedURLException
 
MalformedURLException(String, Throwable) - Constructor for class fuego.papi.exception.MalformedURLException
 
MarshallingException - exception fuego.papi.exception.MarshallingException.
This exception may be thrown while attempting to execute a runsOnServer method of a Fuego Object.
MarshallingException(ClassNotFoundException) - Constructor for class fuego.papi.exception.MarshallingException
 
MarshallingException(IOException) - Constructor for class fuego.papi.exception.MarshallingException
 
MaxAllowedParticipantConnectedException - exception fuego.papi.exception.MaxAllowedParticipantConnectedException.
 
MaxAllowedParticipantConnectedException(int) - Constructor for class fuego.papi.exception.MaxAllowedParticipantConnectedException
 
main(String[]) - Static method in class fuego.papi.InstanceItemState
 
makeGlobalId(String, String, int) - Static method in class fuego.papi.InstanceId
Through this method a new global instance id will be created
makeGlobalId(String, String, int, int) - Static method in class fuego.papi.InstanceId
Through this method a new global instance id will be created
makeGlobalId(String, String, int, int) - Static method in class fuego.papi.InstanceInfo
Builds the id in the way instanceId+ORGANIZATION_SEPARATOR+organization.
If it is needed to build an instanceId, use makeId() instead.
To get the Organization use getOrganization, to obtain the instanceId alone use getInstanceId.
makeId(String, String) - Static method in class fuego.papi.Activity
Builds the activity id from the processId and the activityName.
activityId = "processId/activityName".
makeId(String) - Method in class fuego.papi.InstanceId
Through this method a new instance id will be retrieved for the given process id
makeId(String, int) - Static method in class fuego.papi.InstanceId
Through this method a new instance id will be created
makeId(String, int, int) - Static method in class fuego.papi.InstanceId
Through this method a new instance id will be created
makeId(String, int, int) - Static method in class fuego.papi.InstanceInfo
Build the instance id based on the different values.
instanceId = "PrcessId/InstanceIn/ThreadIn"
match(InstanceInfo, Participant) - Method in interface fuego.papi.Filter
 
mergeParticipantsForActivities(ParticipantsForActivities, ParticipantsForActivities) - Static method in class fuego.papi.ParticipantsForActivities
Merges the participantsForActivities Source with the toAdd ones.

N

NAME_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Name" for an Attachment
NAME_ID45 - Static variable in class fuego.papi.VarDefinition
 
NAME_SEPARATOR - Static variable in class fuego.papi.InstanceId
 
NONE - Static variable in class fuego.papi.ProcessInstanceState
 
NORMAL - Static variable in class fuego.papi.Priority
 
NORMAL_PRIORITY - Static variable in class fuego.papi.PapiResources
NORMAL_PRIORITY
NOTCONTAINS - Static variable in class fuego.papi.PapiResources
NOTCONTAINS
NOT_BEGIN_WITH - Static variable in class fuego.papi.Comparison
 
NOT_CONTAINS - Static variable in class fuego.papi.Comparison
 
NOT_END_WITH - Static variable in class fuego.papi.Comparison
 
NOW - Static variable in class fuego.papi.PapiResources
NOW
NoInstanceParameterValueException - exception fuego.papi.exception.NoInstanceParameterValueException.
A NoInstanceParameterValueException is thrown when the instance not contain the parameter value for a parametric role.
NoInstanceParameterValueException(String, String) - Constructor for class fuego.papi.exception.NoInstanceParameterValueException
Creates a new NoInstanceParameterValueException with the message code 'PAPI-3610' and the given role and instance identification.
NoParametricRoleException - exception fuego.papi.exception.NoParametricRoleException.
A NoParametricRoleException is thrown when the parameter for a parametric role is not valid.
NoParametricRoleException(String, String, String) - Constructor for class fuego.papi.exception.NoParametricRoleException
Creates a new NoParametricRoleException with the given role and parameter.
NoPermissionException - exception fuego.papi.exception.NoPermissionException.
A NoPermissionException is thrown when the participant has not permission to abort."
NoPermissionException(String) - Constructor for class fuego.papi.exception.NoPermissionException
Creates a new NoPermissionException with the given participant.
NoPermissionException(int, String) - Constructor for class fuego.papi.exception.NoPermissionException
Creates a new NoPermissionException with the given msgCode and participant.
NoPermissionException(int, String, String) - Constructor for class fuego.papi.exception.NoPermissionException
Creates a new NoPermissionException with the given msgCode, participant and role.
NoRoleException - exception fuego.papi.exception.NoRoleException.
A NoRoleException is thrown when the participant has not determined role.
NoRoleException(String, String) - Constructor for class fuego.papi.exception.NoRoleException
Creates a new NoRoleException with the given participant and role.
NoSuchArgumentException - exception fuego.papi.exception.NoSuchArgumentException.
 
NoSuchArgumentException(String) - Constructor for class fuego.papi.exception.NoSuchArgumentException
 
NoTasksRunningException - exception fuego.papi.exception.NoTasksRunningException.
 
NoTasksRunningException(String, String) - Constructor for class fuego.papi.exception.NoTasksRunningException
Creates a new NoTasksRunningException with the instancea and the activity.
NoValidTransitionAvailableException - exception fuego.papi.exception.NoValidTransitionAvailableException.
A NoValidTransitionAvailableException is thrown as a result of an attempt to send an instance but there are no valid transitions available.
NoValidTransitionAvailableException(String, String, String, String) - Constructor for class fuego.papi.exception.NoValidTransitionAvailableException
Creates a new NoValidTransitionAvailableException with the given sourceActivity and targetActivity.
NotExternalTaskException - exception fuego.papi.exception.NotExternalTaskException.
A NotExternalTaskException is thrown when a regular task is called using prepareExternalTask() or commitExternalTask().
NotExternalTaskException(String, String, int) - Constructor for class fuego.papi.exception.NotExternalTaskException
Creates a new NotExternalTaskException
NotUniqueParticipantException - exception fuego.papi.exception.NotUniqueParticipantException.
A NotUniqueParticipantException is thrown as a result of an attempt to create an existent participant.
NotUniqueParticipantException(String, Participant[]) - Constructor for class fuego.papi.exception.NotUniqueParticipantException
Creates a new NotUniqueParticipantException with the given participant.
NotUniqueTransitionException - exception fuego.papi.exception.NotUniqueTransitionException.
A NotUniqueTransitionException is thrown when trying to route an instance from one activity that have more than one valid outgoing transition.
NotUniqueTransitionException(String, String, List) - Constructor for class fuego.papi.exception.NotUniqueTransitionException
Creates a new NotUniqueTransitionException with the given candidates.
Note - interface fuego.papi.Note.
 
NoteInterface - interface fuego.papi.NoteInterface.
 
name - Variable in class fuego.papi.ConnectedClientInfo
 
next() - Method in interface fuego.papi.Execution
Returns the next client-side invocation that must be performed.

O

ONLY_ABORTED - Static variable in class fuego.papi.StatusScope
 
ONLY_COMPLETED - Static variable in class fuego.papi.StatusScope
 
ONLY_INPROCESS - Static variable in class fuego.papi.StatusScope
 
OR - Static variable in class fuego.papi.PapiResources
OR
ORGANIZATION_SEPARATOR - Static variable in class fuego.papi.InstanceId
 
OperationException - exception fuego.papi.OperationException.
Every PAPI method that throw an instance, throws an OperationException, or some heir of this one.
OperationException() - Constructor for class fuego.papi.OperationException
 
OperationException(Throwable) - Constructor for class fuego.papi.OperationException
 
OperationRuntimeException - exception fuego.papi.OperationRuntimeException.
This exception is thrown for any runtime error while PAPI is running
OperationRuntimeException() - Constructor for class fuego.papi.OperationRuntimeException
 
OperationRuntimeException(Throwable) - Constructor for class fuego.papi.OperationRuntimeException
 
OperationRuntimeException(ExceptionMsg) - Constructor for class fuego.papi.OperationRuntimeException
 
Ordering - class fuego.papi.Ordering.
 
Ordering() - Constructor for class fuego.papi.Ordering
 
Ordering.Entry - class fuego.papi.Ordering.Entry.
 
Ordering.Entry(VarDefinition, boolean) - Constructor for class fuego.papi.Ordering.Entry
 
Ordering.Entry(String, boolean) - Constructor for class fuego.papi.Ordering.Entry
 
obtainEditionLock(Attachment) - Method in interface fuego.papi.ProcessServiceSession
This method tries to obtain an edition lock over an attachment for a given participant.

P

PAPI_0000 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_0000
PAPI_0010(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_0010
PAPI_0050 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_0050
PAPI_0051(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_0051
PAPI_0060(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_0060
PAPI_0100 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_0100
PAPI_0101(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_0101
PAPI_0102(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_0102
PAPI_0103(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_0103
PAPI_0111(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_0111
PAPI_0112(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_0112
PAPI_0120(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_0120
PAPI_0900 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_0900
PAPI_0910 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_0910
PAPI_0911(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_0911
PAPI_0920(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_0920
PAPI_0930(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_0930
PAPI_1000 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_1000
PAPI_1001(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1001
PAPI_1010(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1010
PAPI_1020(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1020
PAPI_1030(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1030
PAPI_1040(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1040
PAPI_1060(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1060
PAPI_1070(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1070
PAPI_1080(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1080
PAPI_1090 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_1090
PAPI_1091(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1091
PAPI_1092(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1092
PAPI_1093(int) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1093
PAPI_1100 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_1100
PAPI_1101(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1101
PAPI_1110 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_1110
PAPI_1111(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1111
PAPI_1120 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_1120
PAPI_1121(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1121
PAPI_1200 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_1200
PAPI_1201(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1201
PAPI_1210(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1210
PAPI_1220(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1220
PAPI_1230(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1230
PAPI_1240(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1240
PAPI_1250(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1250
PAPI_1260(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1260
PAPI_1270(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1270
PAPI_1280(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1280
PAPI_1290(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1290
PAPI_1300 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_1300
PAPI_1310(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1310
PAPI_1320(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1320
PAPI_1330(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1330
PAPI_1340(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1340
PAPI_1350(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1350
PAPI_1360(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_1360
PAPI_2000(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2000
PAPI_2010 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_2010
PAPI_2011(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2011
PAPI_2012(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2012
PAPI_2020 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_2020
PAPI_2021(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2021
PAPI_2022(String, int) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2022
PAPI_2025(String, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2025
PAPI_2030 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_2030
PAPI_2031(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2031
PAPI_2032(String, String, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2032
PAPI_2040 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_2040
PAPI_2041(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2041
PAPI_2042(int, int, int) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2042
PAPI_2044(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2044
PAPI_2100(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2100
PAPI_2101(String, int, int) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2101
PAPI_2102(String, int) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2102
PAPI_2110 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_2110
PAPI_2111(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2111
PAPI_2120(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2120
PAPI_2300(String, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2300 PAPI-2300.TECH(The activity '%0' releated method or argument set name is '%String:cilName:1'.
PAPI_2310(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2310 PAPI-2310.TECH('%String:cilName:1' is the method or argument set associated with this activity.)
PAPI_2311(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2311
PAPI_2312(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_2312
PAPI_3000(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3000
PAPI_3001(int, int, int) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3001
PAPI_3010(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3010
PAPI_3011(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3011
PAPI_3020(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3020
PAPI_3025 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_3025
PAPI_3026(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3026
PAPI_3030(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3030
PAPI_3040(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3040
PAPI_3050(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3050
PAPI_3051(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3051
PAPI_3060(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3060
PAPI_3061(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3061
PAPI_3070(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3070
PAPI_3071(String, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3071
PAPI_3072(String, int) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3072
PAPI_3080(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3080
PAPI_3090(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3090
PAPI_3100(String, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3100
PAPI_3101(String, String, String, int, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3101
PAPI_3102(String) - Static method in class fuego.papi.exception.PapiExceptionResources
The instance '%String:instanceId:0' has been aborted.
PAPI_3103(String, long) - Static method in class fuego.papi.exception.PapiExceptionResources
"The instance '%String:instanceId:0' has not reached the end in less than %long:timeout:1ms."
PAPI_3110(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3110
PAPI_3120(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3120
PAPI_3130(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3130
PAPI_3140(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3140
PAPI_3150(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3150
PAPI_3160(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3160
PAPI_3170(String, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3170
PAPI_3175(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3175
PAPI_3191(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3191
PAPI_3202(String, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3202
PAPI_3203(String, String, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3203
PAPI_3210(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3210
PAPI_3221(String, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3221
PAPI_3230(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3230
PAPI_3311(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3311
PAPI_3321(String, String, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3321
PAPI_3330 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_3330
PAPI_3331(String, String, int) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3331
PAPI_3340 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_3340
PAPI_3341(String, String, int) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3341 PAPI-3341.TECH(The instance '%0' doesn't has an asigned parameter to the parametic role or the asigned value its invalid to role '%int:roleIn:2'.)
PAPI_3351(String, String, int, String, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3351 PAPI-3351.TECH(The exception was thrown in task '%int:taskIn:2', method '%String:cilName:3', activity '%String:activityId:4'.
PAPI_3361(String, String, Time) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3361
PAPI_3402(int, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3402
PAPI_3403(int, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3403
PAPI_3404(int, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3404
PAPI_3405(int, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3405
PAPI_3411(String, int, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3411
PAPI_3421(String, String, int) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3421
PAPI_3430 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_3430
PAPI_3431(int, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3431
PAPI_3432(int, String, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3432
PAPI_3441(int, String, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3441
PAPI_3445 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_3445
PAPI_3446(int, String, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3446
PAPI_3450(int, String, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3450
PAPI_3455(int, String, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3455 PAPI-3455.TECH(The task related CIL name is '%String:cilName:3'.)
PAPI_3456(int, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3456
PAPI_3457(int, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3457
PAPI_3461(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3461 PAPI-3461.TECH(The rollback wasn't successfull, so we can not execute the normal CIL.)
PAPI_3470 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_3470
PAPI_3471(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_3471
PAPI_6000 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_6000
PAPI_6001 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_6001
PAPI_6010(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_6010
PAPI_6020 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_6020
PAPI_6021(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_6021
PAPI_6030(int, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_6030
PAPI_6040(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_6040
PAPI_6050(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_6050
PAPI_6060(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_6060
PAPI_6070(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_6070
PAPI_6080(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_6080
PAPI_6090 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_6090
PAPI_6500 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_6500
PAPI_6501(String, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_6501
PAPI_6502(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_6502
PAPI_6510(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_6510
PAPI_7000(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_7000
PAPI_7010(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_7010
PAPI_7020(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_7020
PAPI_7030(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_7030
PAPI_7050(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_7050
PAPI_7060(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_7060
PAPI_7070(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_7070
PAPI_7080(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_7080
PAPI_7090(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_7090
PAPI_7100(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_7100
PAPI_7110(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_7110
PAPI_7120 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_7120
PAPI_7121(String, int) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_7121
PAPI_7122(String, int) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_7122
PAPI_7123(String, int) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_7123
PAPI_7130(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_7130
PAPI_7140(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_7140
PAPI_8000 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_8000
PAPI_8001(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_8001
PAPI_8010(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_8010
PAPI_8020(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_8020
PAPI_8030(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_8030
PAPI_8040(int, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_8040
PAPI_8050(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_8050
PAPI_8060(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_8060
PAPI_8070(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_8070
PAPI_8080(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_8080
PAPI_8090(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_8090
PAPI_8100(String, String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_8100
PAPI_8110(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_8110
PAPI_9000 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_9000
PAPI_9010 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_9010
PAPI_9011 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_9011
PAPI_9020(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_9020 PAPI-9020.TECH('%String:techDetails:0')
PAPI_9021(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_9021 PAPI-9021.TECH('%String:techDetails:0')
PAPI_9030(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_9030 PAPI-9030.TECH(List of internal errors: '%String:ErrorsMessage:0')
PAPI_9031(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_9031 PAPI-9031.TECH(List of internal errors: '%String:ErrorsMessage:0')
PAPI_9040 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_9040
PAPI_9050 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_9050
PAPI_9051 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_9051
PAPI_9060 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_9060
PAPI_9061 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_9061
PAPI_9070 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_9070
PAPI_9071 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_9071
PAPI_9080 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_9080
PAPI_9081 - Static variable in class fuego.papi.exception.PapiExceptionResources
PAPI_9081
PAPI_9082(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_9082
PAPI_9083(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_9083
PAPI_9084(String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_9084
PAPI_9085(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_9085
PAPI_9086(String, String) - Static method in class fuego.papi.exception.PapiExceptionResources
PAPI_9086
PARTICIPANT - Static variable in class fuego.papi.ParticipantScope
 
PARTICIPANT_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Participant"
PARTICIPANT_ID45 - Static variable in class fuego.papi.VarDefinition
 
PARTICIPANT_ROLES - Static variable in class fuego.papi.ParticipantScope
 
PENDING - Static variable in class fuego.papi.InstanceItemState
 
PRIORITY_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Priority"
PRIORITY_ID45 - Static variable in class fuego.papi.VarDefinition
 
PROCEDURE - Static variable in interface fuego.papi.Task
 
PROCESSING - Static variable in class fuego.papi.PapiResources
PROCESSING
PROCESS_DEADLINE_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Process Deadline"
PROCESS_DEADLINE_ID45 - Static variable in class fuego.papi.VarDefinition
 
PROCESS_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Process"
PROCESS_ID45 - Static variable in class fuego.papi.VarDefinition
 
PapiExceptionResources - class fuego.papi.exception.PapiExceptionResources.
excep_res fuego.resources.papi.ExceptionResources
PapiExceptionResources() - Constructor for class fuego.papi.exception.PapiExceptionResources
 
PapiLogResources - class fuego.papi.PapiLogResources.
log fuego.resources.papi.LogResources
PapiResources - class fuego.papi.PapiResources.
normal fuego.resources.papi.Resources
PapiResources() - Constructor for class fuego.papi.PapiResources
 
Participant - class fuego.papi.Participant.
It represents a Participant, it contains the participant metadata.
This information can be obtained from a PAPI session.
Participant.RoleAssignment - class fuego.papi.Participant.RoleAssignment.
 
Participant.RoleAssignment(String, int, String) - Constructor for class fuego.papi.Participant.RoleAssignment
 
Participant.RoleAssignment(String, int, String, int) - Constructor for class fuego.papi.Participant.RoleAssignment
 
ParticipantAlreadyConnectedException - exception fuego.papi.exception.ParticipantAlreadyConnectedException.
A ParticipantAlreadyConnectedException is thrown when the participant has already connected.
ParticipantAlreadyConnectedException() - Constructor for class fuego.papi.exception.ParticipantAlreadyConnectedException
Creates a new ParticipantAlreadyConnectedException with a default message.
ParticipantAlreadyConnectedException(String) - Constructor for class fuego.papi.exception.ParticipantAlreadyConnectedException
Creates a new ParticipantAlreadyConnectedException with the given participant.
ParticipantAlreadyConnectedException(String, String) - Constructor for class fuego.papi.exception.ParticipantAlreadyConnectedException
Creates a new ParticipantAlreadyConnectedException with the given participant and prodess identification.
ParticipantException - exception fuego.papi.ParticipantException.
This exception is the root for others more specific exceptions thrown during a operation which involves a Participant.
ParticipantException(String) - Constructor for class fuego.papi.ParticipantException
 
ParticipantException(String, Throwable) - Constructor for class fuego.papi.ParticipantException
 
ParticipantHasNotRoleInProcessException - exception fuego.papi.exception.ParticipantHasNotRoleInProcessException.
 
ParticipantHasNotRoleInProcessException() - Constructor for class fuego.papi.exception.ParticipantHasNotRoleInProcessException
 
ParticipantHasNotRoleInProcessException(String, String) - Constructor for class fuego.papi.exception.ParticipantHasNotRoleInProcessException
 
ParticipantNotFoundException - exception fuego.papi.exception.ParticipantNotFoundException.
A ParticipantNotFoundException is thrown as a result of an attempt to access an inexistent participant.
ParticipantNotFoundException(String) - Constructor for class fuego.papi.exception.ParticipantNotFoundException
Creates a new ParticipantNotFoundException with the given participant.
ParticipantNotFoundException(String, Throwable) - Constructor for class fuego.papi.exception.ParticipantNotFoundException
Creates a new ParticipantNotFoundException with the given participant.
ParticipantNotInRoleException - exception fuego.papi.exception.ParticipantNotInRoleException.
A ParticipantNotInRoleException is thrown when a participant not pertain to a role.
ParticipantNotInRoleException(String, String) - Constructor for class fuego.papi.exception.ParticipantNotInRoleException
Creates a new ParticipantNotFoundException with the given participant and role.
ParticipantNotInTargetRoleException - exception fuego.papi.exception.ParticipantNotInTargetRoleException.
A ParticipantNotInTargetRoleException is thrown when a participant is not in a target role.
ParticipantNotInTargetRoleException(String, String) - Constructor for class fuego.papi.exception.ParticipantNotInTargetRoleException
Creates a new ParticipantNotInTargetRoleException with the participant and role.
ParticipantScope - class fuego.papi.ParticipantScope.
 
ParticipantsForActivities - class fuego.papi.ParticipantsForActivities.
Used to match group of Paticipants with Activities.
ParticipantsForActivities() - Constructor for class fuego.papi.ParticipantsForActivities
 
ParticipantsForActivities(String[], String[][]) - Constructor for class fuego.papi.ParticipantsForActivities
 
Presentation - interface fuego.papi.Presentation.
 
Presentation.Column - class fuego.papi.Presentation.Column.
Column contains every attribute for a column, the main idea is to get and keep all the neccesary info, like size and id etc.
Presentation.Column(VarDefinition) - Constructor for class fuego.papi.Presentation.Column
Constructor to create a column.
Presentation.Column(String, int) - Constructor for class fuego.papi.Presentation.Column
 
PresentationNotFoundException - exception fuego.papi.exception.PresentationNotFoundException.
 
PresentationNotFoundException(String, PresentationType) - Constructor for class fuego.papi.exception.PresentationNotFoundException
PresentationNotFoundException Message PAPI-8100.
PresentationType - class fuego.papi.PresentationType.
 
Priority - class fuego.papi.Priority.
 
PriorityMsg - class fuego.papi.PriorityMsg.
Message bundle.
PriorityMsg() - Constructor for class fuego.papi.PriorityMsg
 
PriorityMsg_en - class fuego.papi.PriorityMsg_en.
 
PriorityMsg_en() - Constructor for class fuego.papi.PriorityMsg_en
 
PriorityMsg_es - class fuego.papi.PriorityMsg_es.
Message bundle.
PriorityMsg_es() - Constructor for class fuego.papi.PriorityMsg_es
 
PrivilegedOperationException - exception fuego.papi.exception.PrivilegedOperationException.
A PrivilegedOperationException is thrown when the participant has not enough permissions for a privileged action, such as authenticating to FDI or shutting down the engine.
PrivilegedOperationException() - Constructor for class fuego.papi.exception.PrivilegedOperationException
Creates a new PrivilegedOperationException with the default message.
PrivilegedOperationException(String) - Constructor for class fuego.papi.exception.PrivilegedOperationException
 
Process - interface fuego.papi.Process.
Contains the metadata of a particular Process.
ProcessControlLockedException - exception fuego.papi.exception.ProcessControlLockedException.
 
ProcessControlLockedException(String) - Constructor for class fuego.papi.exception.ProcessControlLockedException
Code of the message is 'PAPI-2120'
ProcessControlNotAvailableException - exception fuego.papi.exception.ProcessControlNotAvailableException.
A ProcessControlNotAvailableException is thrown as a result of an attempt to access to the process control and it is not available.
ProcessControlNotAvailableException(String) - Constructor for class fuego.papi.exception.ProcessControlNotAvailableException
Code of the message is 'PAPI-2100'.
ProcessControlNotAvailableException(String, Throwable) - Constructor for class fuego.papi.exception.ProcessControlNotAvailableException
Code of the message is 'PAPI-2100'.
ProcessControlNotAvailableException(String, int) - Constructor for class fuego.papi.exception.ProcessControlNotAvailableException
Code of the message is 'PAPI-2102'.
ProcessControlNotAvailableException(String, int, int) - Constructor for class fuego.papi.exception.ProcessControlNotAvailableException
Code of the message is 'PAPI-2101'.
ProcessControlNotFoundException - exception fuego.papi.exception.ProcessControlNotFoundException.
 
ProcessControlNotFoundException() - Constructor for class fuego.papi.exception.ProcessControlNotFoundException
 
ProcessControlNotFoundException(String) - Constructor for class fuego.papi.exception.ProcessControlNotFoundException
 
ProcessDeprecatedException - exception fuego.papi.exception.ProcessDeprecatedException.
 
ProcessDeprecatedException(String) - Constructor for class fuego.papi.exception.ProcessDeprecatedException
 
ProcessDiagram - interface fuego.papi.ProcessDiagram.
This interface represents the diagram of a given process.
ProcessInstanceState - class fuego.papi.ProcessInstanceState.
this class represents the logical state of the instance
ProcessInstanceState() - Constructor for class fuego.papi.ProcessInstanceState
 
ProcessInstanceStateMsg - class fuego.papi.ProcessInstanceStateMsg.
Message bundle.
ProcessInstanceStateMsg() - Constructor for class fuego.papi.ProcessInstanceStateMsg
 
ProcessInstanceStateMsg_en - class fuego.papi.ProcessInstanceStateMsg_en.
 
ProcessInstanceStateMsg_en() - Constructor for class fuego.papi.ProcessInstanceStateMsg_en
 
ProcessInstanceStateMsg_es - class fuego.papi.ProcessInstanceStateMsg_es.
Message bundle.
ProcessInstanceStateMsg_es() - Constructor for class fuego.papi.ProcessInstanceStateMsg_es
 
ProcessLockedException - exception fuego.papi.exception.ProcessLockedException.
A ProcessLockedException is thrown as a result of an attempt to access to a process and it is locked.
ProcessLockedException(String) - Constructor for class fuego.papi.exception.ProcessLockedException
Creates a new ProcessLockedException with the given process identification.
ProcessNotAvailableException - exception fuego.papi.ProcessNotAvailableException.
Thrown when a Process is not available.
ProcessNotAvailableException() - Constructor for class fuego.papi.ProcessNotAvailableException
 
ProcessNotAvailableException(String) - Constructor for class fuego.papi.ProcessNotAvailableException
 
ProcessNotAvailableException(String, String) - Constructor for class fuego.papi.ProcessNotAvailableException
 
ProcessNotAvailableException(String, String, Throwable) - Constructor for class fuego.papi.ProcessNotAvailableException
 
ProcessNotAvailableException(String, Throwable) - Constructor for class fuego.papi.ProcessNotAvailableException
 
ProcessNotFoundException - exception fuego.papi.exception.ProcessNotFoundException.
A ProcessNotFoundException is thrown as a result of an attempt to access an inexistent process.
ProcessNotFoundException(String) - Constructor for class fuego.papi.exception.ProcessNotFoundException
Creates a new ProcessNotFoundException with the given process identification.
ProcessNotFoundException(String, Throwable) - Constructor for class fuego.papi.exception.ProcessNotFoundException
Creates a new ProcessNotFoundException with the given process identification.
ProcessNotFoundException(String, String) - Constructor for class fuego.papi.exception.ProcessNotFoundException
Creates a new ProcessNotFoundException.
ProcessNotFoundException(String, String, Throwable) - Constructor for class fuego.papi.exception.ProcessNotFoundException
Creates a new ProcessNotFoundException.
ProcessNotVisibleException - exception fuego.papi.exception.ProcessNotVisibleException.
 
ProcessNotVisibleException(String, String) - Constructor for class fuego.papi.exception.ProcessNotVisibleException
Creates a new ProcessNotVisibleException with the given process identification and participant identification that can not see the process.
ProcessOperationException - exception fuego.papi.ProcessOperationException.
Thrown when a operation over a Process could not be performed succedfully.
ProcessOperationException(String) - Constructor for class fuego.papi.ProcessOperationException
Code of the message is 'PAPI-2000'
ProcessOperationException(String, Throwable) - Constructor for class fuego.papi.ProcessOperationException
Code of the message is 'PAPI-2000'
ProcessService - class fuego.papi.ProcessService.
Main class in PAPI framework.

This service provide the connection with fuego engine and is the one that handle every event.
The main use for PAPI users is the creation of sessions (ProcessServiceSession or ProcessServiceNESession) after receiving the participant credential.

example:

ProcessService processService = ProcessService.create(directoryUrl);
ProcessServiceSession session = processService.createSession(userId, userPassword, cacheEnabled);

ProcessService() - Constructor for class fuego.papi.ProcessService
 
ProcessService.Factory - interface fuego.papi.ProcessService.Factory.
 
ProcessServiceNESession - interface fuego.papi.ProcessServiceNESession.
 
ProcessServiceSession - interface fuego.papi.ProcessServiceSession.
 
ProcessUndeployedException - exception fuego.papi.exception.ProcessUndeployedException.
A ProcessUndeployedException is thrown as a result of an attempt to access to a process and it has been recently undeployed.
ProcessUndeployedException(String) - Constructor for class fuego.papi.exception.ProcessUndeployedException
Creates a new ProcessUndeployedException with the given process identification.
ProcessesNotAvailableException - exception fuego.papi.exception.ProcessesNotAvailableException.
Class ProcessesNotAvailableException This exception is thrown when not all the processes requested are available.
ProcessesNotAvailableException(Object[], Map) - Constructor for class fuego.papi.exception.ProcessesNotAvailableException
Constructs a ProcessesNotAvailableException.
PropertyOperationException - exception fuego.papi.PropertyOperationException.
A Property is associated with a participant in the Directory service.
PropertyOperationException(String, Throwable) - Constructor for class fuego.papi.PropertyOperationException
 
PropertyValueSerializationException - exception fuego.papi.exception.PropertyValueSerializationException.
A PropertyValueSerializationException is thrown when there is a invalid property value.
PropertyValueSerializationException(String, String) - Constructor for class fuego.papi.exception.PropertyValueSerializationException
Creates a new PropertyValueSerializationException with the given participant name and property key.
ProtocolNotSupportedException - exception fuego.papi.exception.ProtocolNotSupportedException.
 
ProtocolNotSupportedException() - Constructor for class fuego.papi.exception.ProtocolNotSupportedException
 
ProtocolNotSupportedException(Throwable) - Constructor for class fuego.papi.exception.ProtocolNotSupportedException
 
ProtocolNotSupportedException(String) - Constructor for class fuego.papi.exception.ProtocolNotSupportedException
 
ProtocolNotSupportedException(String, Throwable) - Constructor for class fuego.papi.exception.ProtocolNotSupportedException
 
participantId - Variable in class fuego.papi.InstanceEvent
 
participantIn - Variable in class fuego.papi.InstanceEvent
 
participants_d - Variable in class fuego.papi.ParticipantsForActivities
 
permissions - Variable in class fuego.papi.Participant.RoleAssignment
 
prepareExternalActivity(String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the prepare method of an external activity.
prepareExternalActivity(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the prepare method of an external activity.
prepareExternalActivity(String, String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the prepare method of an external activity.
processIn - Variable in class fuego.papi.InstanceEvent
 
putArgument(String, boolean) - Method in class fuego.papi.Arguments
Put a new argument in this object
putArgument(String, long) - Method in class fuego.papi.Arguments
Put a new argument in this object
putArgument(String, double) - Method in class fuego.papi.Arguments
Put a new argument in this object
putArgument(String, DynamicObject) - Method in class fuego.papi.Arguments
Put a new argument in this object
putArgument(String, Object) - Method in class fuego.papi.Arguments
Put a new argument in this object

R

RECEIVED_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Received"
RECEIVED_ID45 - Static variable in class fuego.papi.VarDefinition
 
REMARK_LENGTH - Static variable in interface fuego.papi.Attachment
 
RESULT - Static variable in class fuego.papi.Arguments
argument RESULT contains the value of the predefined instance variable action.4 The argument value contained in this key is of STRING type.
ROUTING_AUTOMATIC - Static variable in class fuego.papi.exception.NoPermissionException
 
RUNLEVEL_ConnectionsSetUp - Static variable in class fuego.papi.PapiResources
Deprecated. MUST BE IN UPPERCASE
RUNLEVEL_DECREASING_ClosingConnections - Static variable in class fuego.papi.PapiResources
Deprecated. MUST BE IN UPPERCASE
RUNLEVEL_DECREASING_Stopping - Static variable in class fuego.papi.PapiResources
Deprecated. MUST BE IN UPPERCASE
RUNLEVEL_DECREASING_StoppingService - Static variable in class fuego.papi.PapiResources
Deprecated. MUST BE IN UPPERCASE
RUNLEVEL_DECREASING_StoppingThreads - Static variable in class fuego.papi.PapiResources
Deprecated. MUST BE IN UPPERCASE
RUNLEVEL_INCREASING_GettingReady - Static variable in class fuego.papi.PapiResources
Deprecated. MUST BE IN UPPERCASE
RUNLEVEL_INCREASING_Loading - Static variable in class fuego.papi.PapiResources
Deprecated. MUST BE IN UPPERCASE
RUNLEVEL_INCREASING_SettingUpConnections - Static variable in class fuego.papi.PapiResources
Deprecated. MUST BE IN UPPERCASE
RUNLEVEL_INCREASING_StartingUpThreads - Static variable in class fuego.papi.PapiResources
Deprecated. MUST BE IN UPPERCASE
RUNLEVEL_Loaded - Static variable in class fuego.papi.PapiResources
Deprecated. MUST BE IN UPPERCASE
RUNLEVEL_NotRunning - Static variable in class fuego.papi.PapiResources
Deprecated. MUST BE IN UPPERCASE
RUNLEVEL_Ready - Static variable in class fuego.papi.PapiResources
Deprecated. MUST BE IN UPPERCASE
RUNLEVEL_ThreadsStartedUp - Static variable in class fuego.papi.PapiResources
Deprecated. MUST BE IN UPPERCASE
RUNNING - Static variable in class fuego.papi.InstanceItemState
 
RUNNING - Static variable in class fuego.papi.ProcessInstanceState
 
ReleaseAttachmentException - exception fuego.papi.exception.ReleaseAttachmentException.
A ReleaseAttachmentException is thrown when something wrong happen when trying to release an attachment.
ReleaseAttachmentException(String, String, Throwable) - Constructor for class fuego.papi.exception.ReleaseAttachmentException
To throw when the release fail.
receiveTime - Variable in class fuego.papi.InstanceEvent
 
refresh(InstanceInfo) - Method in interface fuego.papi.ProcessServiceNESession
Forces the reload of the given instance info
releaseEditionLock(Attachment, File) - Method in interface fuego.papi.ProcessServiceSession
This methods releases the edition lock over this attachment
releaseEditionLock(Attachment) - Method in interface fuego.papi.ProcessServiceSession
This methods releases the edition lock over this attachment
removeAttribute(FilterAttribute) - Method in interface fuego.papi.Filter
 
removeAttributes(String) - Method in interface fuego.papi.Filter
 
removeBookmarks(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
 
removeEntry(Ordering.Entry) - Method in class fuego.papi.Ordering
 
removeEntry(int) - Method in class fuego.papi.Ordering
 
removeLabel(Locale) - Method in interface fuego.papi.EditableView
Remove the label for a specific locale.
removePresentation(String) - Method in interface fuego.papi.ProcessServiceSession
Removes the presentation from the internal table and from the Participant properties.
removeView(String) - Method in interface fuego.papi.ProcessServiceSession
Removes the view from the internal table and from the Participant properties.
replaceArguments(DynamicObject) - Method in class fuego.papi.Arguments
 
retrieveRoleProperties(String, String) - Method in interface fuego.papi.ProcessServiceNESession
Return a java.util.Map with all properties of the role for the specific category
retrieveUserProperties(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns user directory properties
retrieveUserStringProperty(String, String) - Method in interface fuego.papi.ProcessServiceNESession
Returns a string user directory property
runActivity(String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the activity task over the instance.
runActivity(String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the activity task number over the instance.
runActivity(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the activity task over the instance.
runActivity(String, String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the activity task number over the instance.
runGlobal(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the activity over the instance.
runGlobalActivity(String) - Method in interface fuego.papi.ProcessServiceNESession
Runs a global activity, if it is a global creation activity, it returns a process instance, null otherwise.
runGlobalActivity(String, Arguments) - Method in interface fuego.papi.ProcessServiceNESession
Runs a global activity, if it is a global creation activity, it returns a process instance, null otherwise.
runProcess(String, String, Arguments, long) - Method in interface fuego.papi.ProcessServiceNESession
Creates a new process instance in a particular process or in the active process if you use the consolidated process identification, and waits for the instance to reach the End activity up to a specified timeout.
runTask(String, String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.runActivity(String, String, int, Arguments) instead
runTask(String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.runActivity(String,int,Arguments) instead.

S

SATURDAY - Static variable in class fuego.papi.PapiResources
SATURDAY
SCREENFLOW - Static variable in interface fuego.papi.Task
 
SEARCH_ANY_PROCESS - Static variable in class fuego.papi.PapiResources
SEARCH_ANY_PROCESS
SEARCH_PROCESS - Static variable in class fuego.papi.PapiResources
SEARCH_PROCESS
SELECTED - Static variable in class fuego.papi.InstanceItemState
 
SELECTED_BY_OTHER - Static variable in class fuego.papi.exception.NoPermissionException
 
SHOW_DASHBOARD - Static variable in interface fuego.papi.Task
 
SHOW_PROCESS_IMAGE - Static variable in interface fuego.papi.Task
 
SHOW_WORKLOAD - Static variable in interface fuego.papi.Task
 
SIZE_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Size" for an Attachment
SIZE_ID45 - Static variable in class fuego.papi.VarDefinition
 
STATUS_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Status"
STATUS_ID45 - Static variable in class fuego.papi.VarDefinition
 
SUBFLOW_INSTANCE_CREATED - Static variable in class fuego.papi.EventType
 
SUNDAY - Static variable in class fuego.papi.PapiResources
SUNDAY
SUSPENDED - Static variable in class fuego.papi.ProcessInstanceState
 
SearchScope - class fuego.papi.SearchScope.
This class represent the scope to execute a search over the instances.
SearchScope(ParticipantScope, StatusScope) - Constructor for class fuego.papi.SearchScope
This constructor create a new SearchScope with a specific participant and status scope and empty activity scope.
SearchScope(ParticipantScope, StatusScope, String) - Constructor for class fuego.papi.SearchScope
This constructor create a new SearchScope with a specific participant and status and activity scope.
SessionClosedException - exception fuego.papi.exception.SessionClosedException.
 
SessionClosedException() - Constructor for class fuego.papi.exception.SessionClosedException
 
Status - class fuego.papi.Status.
Deprecated.  
Status() - Constructor for class fuego.papi.Status
Deprecated.  
StatusScope - class fuego.papi.StatusScope.
 
saveAs(String, File) - Method in interface fuego.papi.Attachment
This method saves the given file in the given directory
searchParticipantsByName(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns an array with all the Participants that match the given name.
sendNotification(String, String, Arguments, String) - Method in interface fuego.papi.ProcessServiceNESession
Deprecated. use sendNotification(String, String, String, Arguments, String) instead
sendNotification(String, String, String, Arguments, String) - Method in interface fuego.papi.ProcessServiceNESession
Sends a notification to a process in a parent/child relationship or for an external wait/interruption
sendNotification(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceNESession
Deprecated. use sendNotification(String,String,String,Arguments) instead.
sendNotification(String, String, String, Arguments) - Method in interface fuego.papi.ProcessServiceNESession
Sends a notification to a process instance.
setActivity(Activity) - Method in interface fuego.papi.EditableActivityView
Set the activity associated to this view.
setActivityName(String) - Method in interface fuego.papi.EditableActivityView
Set the activity associated to this view
setActivityScope(String) - Method in class fuego.papi.SearchScope
Set a new activity scope
setAvailableProcesses(Object[]) - Method in class fuego.papi.exception.ProcessesNotAvailableException
This method sets an array with the returned value for those available processes.
setCanReceiveMail(boolean) - Method in interface fuego.papi.ProcessServiceSession
This method sets if the user can receive mail.
setCaseSensitive(boolean) - Method in interface fuego.papi.Filter
 
setColumns(Presentation.Column[]) - Method in interface fuego.papi.EditablePresentation
Set columns for this presentation
setComparison(Comparison) - Method in interface fuego.papi.FilterAttribute
 
setCustom(boolean) - Method in interface fuego.papi.EditableView
Set if this view is a custom or a default view.
setDefaultOrderByForViews(String, boolean) - Method in interface fuego.papi.ProcessServiceNESession
Set the default order by for the views if the view doesn't have the order by This method only accept default instances variables.
setDocumentation(Locale, String) - Method in class fuego.papi.Activity
 
setDocumentation(Locale, String) - Method in interface fuego.papi.MDObject
 
setDocumentation(Locale, String) - Method in interface fuego.papi.Task
 
setDocumentationMap(Map) - Method in class fuego.papi.Activity
 
setDrawFlowOnly(boolean) - Method in interface fuego.papi.ProcessDiagram
Sets the diagram to draw only the flow of the process excluding global activities and roles with only globals inside
setException(Throwable) - Method in interface fuego.papi.Execution
Sets the exception thrown by the last invocation
setFilter(Filter) - Method in interface fuego.papi.EditableInstancesView
Set the filter associated to this view
setFractionSize(int) - Method in class fuego.papi.VarDefinition
This method sets the specific size of the instance variable fraction part.
setGrabActivity(Activity) - Method in interface fuego.papi.Filter
 
setGrabActivityName(String) - Method in interface fuego.papi.Filter
 
setHidden(boolean) - Method in interface fuego.papi.EditableView
Set if this view is hidden or not.
setHorizontalDrawing(boolean) - Method in interface fuego.papi.ProcessDiagram
Defines if the process will be drawn horizontally.
setInvocationResult(Object[]) - Method in interface fuego.papi.Execution
Sets the result of the last invocation
setLabel(String, Locale) - Method in interface fuego.papi.EditableView
Set a lable for a specific locale
setLastNewsTimestamp(long) - Method in interface fuego.papi.Process
 
setLocale(Locale) - Method in interface fuego.papi.ProcessDiagram
Sets the default locale for the process so all visible labels are printed in this locale if available Otherwise the default locale will be used.
setLocale(Locale, ProcessServiceNESession) - Method in class fuego.papi.ProcessService
Sets the given locale in all the connected engines by the given Session, in order to receive all the messages from them in this locale.
setLocale(Locale) - Method in interface fuego.papi.ProcessServiceNESession
Sets the locale in order to receive all messages from PAPI with this locale param locale The new locale.
setMatchAll(boolean) - Method in interface fuego.papi.Filter
 
setName(String) - Method in interface fuego.papi.Filter
 
setOrdering(Ordering) - Method in interface fuego.papi.Filter
 
setParametric(boolean) - Method in interface fuego.papi.FilterAttribute
 
setParticipantScope(ParticipantScope) - Method in class fuego.papi.SearchScope
Set a new participant scope.
setPresentation(String) - Method in interface fuego.papi.EditableView
Set the presentation for this view
setReadOnly(boolean) - Method in interface fuego.papi.EditablePresentation
Set if this presentation is read only or not.
setReadOnly(boolean) - Method in interface fuego.papi.EditableView
Set if this view read only or not.
setScale(float) - Method in interface fuego.papi.ProcessDiagram
 
setSearchScope(SearchScope) - Method in interface fuego.papi.Filter
 
setSize(int) - Method in class fuego.papi.Presentation.Column
Sets the size of this column.
setSize(int) - Method in class fuego.papi.VarDefinition
This method sets the specific size of the instance variable.
setStatusScope(StatusScope) - Method in class fuego.papi.SearchScope
Set a new status scope.
setTheme(String) - Method in interface fuego.papi.ProcessDiagram
Sets the theme to be used in the drawing
setTimeZone(TimeZone) - Method in interface fuego.papi.ProcessServiceNESession
Sets the timezon in order to handle dates.
setTransitionMessageType(String) - Method in interface fuego.papi.ProcessDiagram
Sets what to render as label for conditional transitions
setUserDocumentationFolder(String) - Method in class fuego.papi.ProcessService
Sets the user folder for storing process documentation
setValue(Object) - Method in interface fuego.papi.FilterAttribute
 
setVarDefinition(VarDefinition) - Method in class fuego.papi.Presentation.Column
 
setVariable(VarDefinition) - Method in class fuego.papi.Ordering.Entry
 
showIconInActivity(String, ImageIcon) - Method in interface fuego.papi.ProcessDiagram
Shows an icon in the upper right side of the activity
showTextInActivity(String, String) - Method in interface fuego.papi.ProcessDiagram
Sets a label to be located in the upper side of the activity.
startUpdater(ConnectionPassport, long) - Method in class fuego.papi.ProcessService
Starts the updater in order to realize every change in the views, presentations and groups.
startViewUpdater(ConnectionPassport, long) - Method in class fuego.papi.ProcessService
Deprecated.  
stopUpdater() - Method in class fuego.papi.ProcessService
Stops the updater If the updater was not initialized previously, nothing is done
stopViewUpdater() - Method in class fuego.papi.ProcessService
Deprecated.  
storePresentation(Presentation) - Method in interface fuego.papi.ProcessServiceSession
Stores the presentation in an internal table and in the Participant properties (as XML).
storeUserProperties(String, Map) - Method in interface fuego.papi.ProcessServiceNESession
 
storeUserProperties(String, Map) - Method in interface fuego.papi.ProcessServiceSession
Stores user directory properties
storeView(View) - Method in interface fuego.papi.ProcessServiceSession
Stores the View in an internal table and in the Participant properties.

T

TASK_COMPLETED - Static variable in class fuego.papi.PapiResources
TASK_COMPLETED
TASK_COMPLETED - Static variable in class fuego.papi.Status
Deprecated. Field TASK_COMPLETED
TASK_EXECUTION_RESULT - Static variable in class fuego.papi.InstanceEvent
 
TASK_FAILED - Static variable in class fuego.papi.PapiResources
TASK_FAILED
TASK_FAILED - Static variable in class fuego.papi.Status
Deprecated. Field TASK_FAILED
TASK_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Task" for an Activity
TASK_ID45 - Static variable in class fuego.papi.VarDefinition
 
TASK_NAME - Static variable in class fuego.papi.InstanceEvent
 
TASK_NUMBER - Static variable in class fuego.papi.InstanceEvent
 
TASK_PENDING - Static variable in class fuego.papi.PapiResources
TASK_PENDING
TASK_PENDING - Static variable in class fuego.papi.Status
Deprecated. Field TASK_PENDING
TASK_RUNNING - Static variable in class fuego.papi.PapiResources
TASK_RUNNING
TASK_RUNNING - Static variable in class fuego.papi.Status
Deprecated. Field TASK_RUNNING
TASK_SELECTED - Static variable in class fuego.papi.PapiResources
TASK_SELECTED
TASK_SELECTED - Static variable in class fuego.papi.Status
Deprecated. Field TASK_SELECTED
TASK_STATE - Static variable in class fuego.papi.InstanceEvent
 
TEMPLATE_HISTORY_VIEW - Static variable in class fuego.papi.PapiResources
TEMPLATE_HISTORY_VIEW
THEME_BPMN - Static variable in interface fuego.papi.ProcessDiagram
 
THEME_BUSINESS_ANALYST - Static variable in interface fuego.papi.ProcessDiagram
 
THEME_CLASSIC - Static variable in interface fuego.papi.ProcessDiagram
 
THEME_COLOR_BPMN - Static variable in interface fuego.papi.ProcessDiagram
 
THEME_UML - Static variable in interface fuego.papi.ProcessDiagram
 
THREE_WEEKS_AGO - Static variable in class fuego.papi.PapiResources
THREE_WEEKS_AGO
THURSDAY - Static variable in class fuego.papi.PapiResources
THURSDAY
TODAY - Static variable in class fuego.papi.PapiResources
TODAY
TRANSITION_CONDITION - Static variable in interface fuego.papi.ProcessDiagram
 
TRANSITION_DESCRIPTION - Static variable in interface fuego.papi.ProcessDiagram
 
TRANSITION_NAME - Static variable in interface fuego.papi.ProcessDiagram
 
TUESDAY - Static variable in class fuego.papi.PapiResources
TUESDAY
TWO_WEEKS_AGO - Static variable in class fuego.papi.PapiResources
TWO_WEEKS_AGO
Task - interface fuego.papi.Task.
 
TaskAlreadySelectedException - exception fuego.papi.exception.TaskAlreadySelectedException.
A TaskAlreadySelectedException is thrown when the task has already been selected by other participant.
TaskAlreadySelectedException(String, String, int, String) - Constructor for class fuego.papi.exception.TaskAlreadySelectedException
Creates a new TaskAlreadySelectedException with the given processId, instanceIn, theadIn, taskNumber and user.
TaskArgument - interface fuego.papi.TaskArgument.
A TaskArgument represents an argument of a activity task.
TaskCompletedException - exception fuego.papi.exception.TaskCompletedException.
A TaskCompletedException is thrown when the task has already been completed by other participant.
TaskCompletedException(String, String, int) - Constructor for class fuego.papi.exception.TaskCompletedException
Creates a new TaskCompletedException with the given processId, intanceIn, theadIn and taskNumber.
TaskCompletedException(String, String, int, String) - Constructor for class fuego.papi.exception.TaskCompletedException
Creates a new TaskCompletedException with the given processId, intanceIn, theadIn and taskNumber.
TaskExecution - interface fuego.papi.TaskExecution.
 
TaskFailedException - exception fuego.papi.exception.TaskFailedException.
A TaskFailedException is thrown whenever a task execution over an instance fails.
TaskNotFoundException - exception fuego.papi.exception.TaskNotFoundException.
A TaskNotFoundException is thrown as a result of an attempt to access an inexistent task.
TaskNotFoundException(String, int, String) - Constructor for class fuego.papi.exception.TaskNotFoundException
Creates a new TaskNotFoundException with the default message.
TaskNotRunningException - exception fuego.papi.exception.TaskNotRunningException.
A TaskNotRunningException is thrown as a result of an attempt to access a task that no running.
TaskNotRunningException(String, String, int) - Constructor for class fuego.papi.exception.TaskNotRunningException
Creates a new TaskNotRunningException with the process identification, instance internal number, thread internal number and task internal number.
TaskNotUnselectedException - exception fuego.papi.exception.TaskNotUnselectedException.
 
TaskNotUnselectedException(String, String, int) - Constructor for class fuego.papi.exception.TaskNotUnselectedException
 
TaskOperationException - exception fuego.papi.exception.TaskOperationException.
A TaskOperationException is thrown when task operation error occurs.
TaskOperationException(String, String, int, Throwable) - Constructor for class fuego.papi.exception.TaskOperationException
Creates a new TaskOperationException with the given taskNumber and the given cause.
TaskOperationException(String, String, int) - Constructor for class fuego.papi.exception.TaskOperationException
Creates a new TaskOperationException with the given msgCode, instanceId and taskNumber.
TaskSelectedByOtherException - exception fuego.papi.exception.TaskSelectedByOtherException.
 
TaskSelectedByOtherException() - Constructor for class fuego.papi.exception.TaskSelectedByOtherException
Creates a new TaskSelectedByOtherException with a default message.
TaskSelectedByOtherException(String, String, int, String) - Constructor for class fuego.papi.exception.TaskSelectedByOtherException
Creates a new TaskSelectedByOtherException with the given processId, instanceIn, theadIn, taskNumber and user.
TaskTimeoutException - exception fuego.papi.exception.TaskTimeoutException.
A TaskTimeoutException is thrown when a task timeout expires while it is being executed.
TaskTimeoutException(String, int, String, String, Throwable) - Constructor for class fuego.papi.exception.TaskTimeoutException
 
TaskUserDisconnectedException - exception fuego.papi.exception.TaskUserDisconnectedException.
A TaskUserDisconnectedException is thrown when a task fails because a the user who was executing the task is disconnected by the engine (e.g.
TaskUserDisconnectedException(String, int, String, String, Throwable) - Constructor for class fuego.papi.exception.TaskUserDisconnectedException
 
TaskUserTimeoutException - exception fuego.papi.exception.TaskUserTimeoutException.
A TaskUserTimeoutException is thrown when a task fails because a user timeout has expired.
TaskUserTimeoutException(String, int, String, String, Throwable) - Constructor for class fuego.papi.exception.TaskUserTimeoutException
 
TasksException - exception fuego.papi.exception.TasksException.
 
TasksException() - Constructor for class fuego.papi.exception.TasksException
 
TasksException(Map, boolean) - Constructor for class fuego.papi.exception.TasksException
 
taskCanBeProcessed(InstanceInfo, int) - Method in interface fuego.papi.ProcessServiceSession
Returns whether or not the process instance item is currently available to be selected, runned or completed by the user logged to the ProcessDirectory Returns true if the process instance item is currently available to be selected, runned or completed by the user logged to the ProcessDirectory
taskCanBeSelected(InstanceInfo, int) - Method in interface fuego.papi.ProcessServiceSession
Returns whether or not this process instance item is selectable.
taskCanBeUnselected(InstanceInfo, int) - Method in interface fuego.papi.ProcessServiceSession
Returns whether or not this process instance item is unselectable.
tasksSelect(String, String, int[]) - Method in interface fuego.papi.ProcessServiceSession
Selects this process instance item.
tasksUnselect(String, String, int[]) - Method in interface fuego.papi.ProcessServiceSession
Uselects this process instance item.
themes - Static variable in interface fuego.papi.ProcessDiagram
 
threadIn - Variable in class fuego.papi.InstanceEvent
 
timeStamp - Variable in class fuego.papi.InstanceEvent
 
toString() - Method in class fuego.papi.InstanceEvent
Gets the representation of the instance as a String
toString() - Method in class fuego.papi.InstanceId
Gets the String representation of the instance
toString() - Method in class fuego.papi.InstanceInfo
 
toString() - Method in class fuego.papi.ProcessService
Return an object description
toString() - Method in interface fuego.papi.ProcessServiceSession
Returns an about message
type - Variable in class fuego.papi.InstanceEvent
 

U

UNGRAB_BY_OTHER - Static variable in class fuego.papi.exception.NoPermissionException
 
USER_EVENT - Static variable in class fuego.papi.EventType
 
unassignAllProcesses() - Method in interface fuego.papi.EditableView
Unassign all assigned process
unassignAllRoles() - Method in interface fuego.papi.EditableView
Unassign all assigned roles
unassignProcess(String) - Method in interface fuego.papi.EditableView
Unassign a specific assigned process
unassignRole(String) - Method in interface fuego.papi.EditableView
Unassign a specific assigned role
updateOrgInfo() - Method in interface fuego.papi.ProcessService.Factory
 
updateOrganizationalInformationFromDirectory() - Static method in class fuego.papi.ProcessService
 
updateSessionViewsForNewInstances(boolean) - Method in class fuego.papi.ProcessService
Notify sessions when an instance is updated, was created or was completed to update.
updateUserPassword(String, String) - Method in interface fuego.papi.ProcessServiceSession
This method changes the password of the user

V

VALUES - Static variable in class fuego.papi.Comparison
 
VALUES - Static variable in class fuego.papi.ParticipantScope
 
VALUES - Static variable in class fuego.papi.PresentationType
 
VALUES - Static variable in class fuego.papi.StatusScope
 
VALUES - Static variable in class fuego.papi.ViewType
 
VARIABLE_MEASUREMENT - Static variable in class fuego.papi.EventType
 
VAR_ACTIVITY_DEADLINE_KEY - Static variable in class fuego.papi.PapiResources
VAR_ACTIVITY_DEADLINE_KEY
VAR_ACTIVITY_KEY - Static variable in class fuego.papi.PapiResources
VAR_ACTIVITY_KEY
VAR_AUTHOR_KEY - Static variable in class fuego.papi.PapiResources
VAR_AUTHOR_KEY
VAR_COPY_KEY - Static variable in class fuego.papi.PapiResources
VAR_COPY_KEY
VAR_CREATION_TIME_KEY - Static variable in class fuego.papi.PapiResources
VAR_CREATION_TIME_KEY
VAR_CREATOR_KEY - Static variable in class fuego.papi.PapiResources
VAR_CREATOR_KEY
VAR_DEADLINE_KEY - Static variable in class fuego.papi.PapiResources
VAR_DEADLINE_KEY
VAR_DESCRIPTION_KEY - Static variable in class fuego.papi.PapiResources
VAR_DESCRIPTION_KEY
VAR_FILENAME_KEY - Static variable in class fuego.papi.PapiResources
VAR_FILENAME_KEY
VAR_FINALIZATIONTIME_KEY - Static variable in class fuego.papi.PapiResources
VAR_FINALIZATIONTIME_KEY
VAR_HAS_ATTACHMENTS_KEY - Static variable in class fuego.papi.PapiResources
VAR_HAS_ATTACHMENTS_KEY
VAR_HAS_NOTES_KEY - Static variable in class fuego.papi.PapiResources
VAR_HAS_NOTAS_KEY
VAR_LOCKER_KEY - Static variable in class fuego.papi.PapiResources
VAR_LOCKER_KEY
VAR_NAME_KEY - Static variable in class fuego.papi.PapiResources
VAR_NAME_KEY
VAR_PARTICIPANT_KEY - Static variable in class fuego.papi.PapiResources
VAR_PARTICIPANT_KEY
VAR_PRIORITY_KEY - Static variable in class fuego.papi.PapiResources
VAR_PRIORITY_KEY
VAR_PROCESS_DEADLINE_KEY - Static variable in class fuego.papi.PapiResources
VAR_PROCESS_DEADLINE_KEY
VAR_PROCESS_KEY - Static variable in class fuego.papi.PapiResources
VAR_PROCESS_KEY
VAR_RECEIVED_KEY - Static variable in class fuego.papi.PapiResources
VAR_RECEIVED_KEY
VAR_SIZE_KEY - Static variable in class fuego.papi.PapiResources
VAR_SIZE_KEY
VAR_STATUS_KEY - Static variable in class fuego.papi.PapiResources
VAR_STATUS_KEY
VAR_TASK_KEY - Static variable in class fuego.papi.PapiResources
VAR_TASK_KEY
VAR_VERSION_KEY - Static variable in class fuego.papi.PapiResources
VAR_VERSION_KEY
VERSION_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Version" for an Attachment
VERSION_ID45 - Static variable in class fuego.papi.VarDefinition
 
VarDefinition - class fuego.papi.VarDefinition.
This class contains all the information related with a process variable.
VarDefinition(String, int, String, int, int, Map) - Constructor for class fuego.papi.VarDefinition
 
VarDefinition(String, int, String, int, Map) - Constructor for class fuego.papi.VarDefinition
 
View - interface fuego.papi.View.
This class is used to show information with a specific representation.
ViewAlreadyExistException - exception fuego.papi.exception.ViewAlreadyExistException.
 
ViewAlreadyExistException(String) - Constructor for class fuego.papi.exception.ViewAlreadyExistException
ViewAlreadyExistException Create the exception and set the message PAPI-8110.
ViewFilterNotAvailableException - exception fuego.papi.exception.ViewFilterNotAvailableException.
 
ViewFilterNotAvailableException(String) - Constructor for class fuego.papi.exception.ViewFilterNotAvailableException
ViewFilterNotAvailableException: Create the exception and set the message PAPI-8210.
ViewHasChildrenException - exception fuego.papi.exception.ViewHasChildrenException.
 
ViewHasChildrenException(String) - Constructor for class fuego.papi.exception.ViewHasChildrenException
 
ViewNotFoundException - exception fuego.papi.exception.ViewNotFoundException.
 
ViewNotFoundException(String) - Constructor for class fuego.papi.exception.ViewNotFoundException
ViewNotFoundException: Create the exception and set the message PAPI-8205.
ViewNotFoundException(String, Throwable) - Constructor for class fuego.papi.exception.ViewNotFoundException
ViewNotFoundException: Create the exception and set the message PAPI-8205.
ViewOperationException - exception fuego.papi.ViewOperationException.
Main Class for view exceptions.
ViewOperationException(String) - Constructor for class fuego.papi.ViewOperationException
Construct the ViewOperationException with the message PAPI-8001.
ViewType - class fuego.papi.ViewType.
 
ViewsForTypeNotAvailableException - exception fuego.papi.exception.ViewsForTypeNotAvailableException.
 
ViewsForTypeNotAvailableException(String, Throwable) - Constructor for class fuego.papi.exception.ViewsForTypeNotAvailableException
Creates a new ViewsForTypeNotAvailableException with the given viewType and initial exception.
ViewsNotAvailableException - exception fuego.papi.exception.ViewsNotAvailableException.
Class ViewsNotAvailableException This exception is thrown when not all the views requested are available, this could happen when not all the processes are available.
ViewsNotAvailableException(Map, Map) - Constructor for class fuego.papi.exception.ViewsNotAvailableException
Constructs a ViewsNotAvailableException.
valueOf(String) - Static method in class fuego.papi.Comparison
 
valueOf(String) - Static method in class fuego.papi.EventType
 
valueOf(String) - Static method in class fuego.papi.InstanceItemState
 
valueOf(String) - Static method in class fuego.papi.ParticipantScope
 
valueOf(String) - Static method in class fuego.papi.PresentationType
 
valueOf(String) - Static method in class fuego.papi.Priority
 
valueOf(String) - Static method in class fuego.papi.ProcessInstanceState
 
valueOf(String) - Static method in class fuego.papi.StatusScope
 
valueOf(boolean, boolean, boolean) - Static method in class fuego.papi.StatusScope
 
valueOf(String) - Static method in class fuego.papi.ViewType
 

W

WAS_COMPLETED - Static variable in class fuego.papi.InstanceItemState
 
WEDNESDAY - Static variable in class fuego.papi.PapiResources
WEDNESDAY
WEEK - Static variable in class fuego.papi.PapiResources
WEEK
wrap(Throwable) - Static method in class fuego.papi.OperationException
 

Y

YEAR - Static variable in class fuego.papi.PapiResources
YEAR
YESTERDAY - Static variable in class fuego.papi.PapiResources
YESTERDAY

A B C D E F G H I L M N O P R S T U V W Y
Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved