ALBPM Process API
A B C D E F G H I J K L M N O P Q R S T U V W Y Z

A

abortActivity(String, String, int) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityAbort(String, int, String) instead
ABORTED - Static variable in class fuego.papi.ProcessInstanceState
The instance was aborted.
abs() - Method in class fuego.lang.Interval
Absolute value of this object.
AbsentParticipantException - Exception in fuego.papi.exception
An AbsentParticipantException is thrown as a result of an attempt to access an absent participant.
AbsentParticipantException(String) - Constructor for exception fuego.papi.exception.AbsentParticipantException
Creates a AbsentParticipantException with the given participant.
AbsentParticipantWithoutReplacementException - Exception in fuego.papi.exception
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 exception fuego.papi.exception.AbsentParticipantWithoutReplacementException
Creates a AbsentParticipantException with the given participant.
accept(View) - Method in interface fuego.papi.utils.TreeView.ViewFilter
 
ACTION - Static variable in class fuego.papi.Arguments
argument ACTION contains the value of the predefined instance variable action.
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 - Class in fuego.papi
This class represent an Activity into the process.
Activity() - Constructor for class fuego.papi.Activity
 
activity - Variable in class fuego.papi.InstanceEvent
 
Activity - Class in fuego.processmodel
 
Activity() - Constructor for class fuego.processmodel.Activity
 
ACTIVITY_COMPLETED - Static variable in class fuego.papi.EventType
All mandatory items of an activity was completed in the instance.
ACTIVITY_COMPLETED - Static variable in class fuego.papi.InstanceItemState
All Task of the activity was executed.
ACTIVITY_COMPLETED - Static variable in class fuego.papi.ProcessInstanceState
The instance has been completed the activity.
ACTIVITY_DEADLINE_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Activity Deadline"
ACTIVITY_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Activity"
ACTIVITY_IN - Static variable in class fuego.papi.EventType
Instance arrived to the activity.
ACTIVITY_NODE - Static variable in class fuego.papi.utils.AuditTrail
 
ACTIVITY_NOT_ABORTABLE - Static variable in exception fuego.papi.exception.NoPermissionException
 
ACTIVITY_NOT_SUSPEND - Static variable in exception fuego.papi.exception.NoPermissionException
 
ACTIVITY_OUT - Static variable in class fuego.papi.EventType
Instance went out of the activity.
activityAbort(String, int, String) - Method in interface fuego.papi.ProcessServiceSession
Locates instance identified by instanceId in activity activityName and aborts the running task identified by taskIn.
activityAbort(Activity, int, InstanceId) - Method in interface fuego.papi.ProcessServiceSession
Locates instance identified by instanceId in activity and aborts the running task identified by taskIn.
activityCommit(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the commit method of an external activity using the specified activit name and the instance id.
activityCommit(Activity, InstanceInfo, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the commit method of an external activity using the specified activit and the instance.
activityExecute(Activity, InstanceInfo, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the main task for the instance given an instanceStampId.
activityExecute(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the main task for the instance given an instanceStampId.
activityExecute(String, String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the specified task for this instance given an activity, instance identification and a task identification number.
activityExecute(Activity, InstanceInfo, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the specified task for this instance given an activity, instance identification and a task identification number.
activityExecute(Activity, InstanceInfo, Task, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the specified task for this instance given an activity, instance identification and a task identification number.
activityExecuteApplication(String, String) - Method in interface fuego.papi.ProcessServiceSession
Runs the specified Global Activity with no arguments.
activityExecuteApplication(Activity) - Method in interface fuego.papi.ProcessServiceSession
Runs the specified Global Activity with no arguments.
activityExecuteApplication(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Runs the specified Global Activity with the specified arguments

The global activity cannot interact with a user; if user interaction is required, use ProcessServiceSession.activityExecuteApplication(String, String, Arguments).

activityExecuteApplication(Activity, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Runs the specified Global Activity with the specified arguments

The global activity cannot interact with a user; if user interaction is required, use ProcessServiceSession.activityExecuteApplication(String, String, Arguments).

ActivityFailedException - Exception in fuego.papi.exception
A ActivityFailedException is thrown when the activity to create an instance failed.
activityGetDocumentation(String, String, Locale) - Method in interface fuego.papi.ProcessServiceSession
Returns the local path of the HTML documentation for the given activity.
The activity documentation is retrieved from the engine and stored in the path indicated, along with the images used by the documentation.
The HTML file is always stored using UTF-8 encoding.
activityGetDocumentation(Activity, Locale) - Method in interface fuego.papi.ProcessServiceSession
Gets the full path to the localized documentation for the specified activityId and Locale.
activityGetGrabbableInstances(String, String) - Method in interface fuego.papi.ProcessServiceSession
Returns all the instances that can be grabbed from the activity specified by the activity name and the process id.
activityGetGrabbableInstances(Activity) - Method in interface fuego.papi.ProcessServiceSession
Returns all the instances that can be grabbed from the activity specified by the activity.
ActivityList - Class in fuego.papi.collections
 
ActivityNotFoundException - Exception in fuego.papi.exception
A ActivityNotFoundException is thrown as a result of an attempt to access an inexistent activity.
ActivityNotFoundException() - Constructor for exception fuego.papi.exception.ActivityNotFoundException
Creates a new ActivityNotFoundException with the default message.
ActivityNotFoundException(String) - Constructor for exception fuego.papi.exception.ActivityNotFoundException
Creates a new ActivityNotFoundException with the given activity identification.
ActivityNotFoundException(String, Throwable) - Constructor for exception fuego.papi.exception.ActivityNotFoundException
Creates a new ActivityNotFoundException with the given activity identification and the initial exception.
ActivityNotFoundException(String, String) - Constructor for exception fuego.papi.exception.ActivityNotFoundException
 
ActivityNotFoundException(String, String, Throwable) - Constructor for exception fuego.papi.exception.ActivityNotFoundException
 
activityPost(String, String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the task for this instance using an instanceId, activityId, and task identification number.
Allows a PAPI client to customize client-side invocations.
activityPost(Activity, InstanceInfo, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the activity task number over the instance.
activityPost(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the main task for this instance using an instanceId and activityId.
Allows a PAPI client to customize client-side invocations.
activityPost(Activity, InstanceInfo, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the main task for this instance using an instanceId and activityId.
Allows a PAPI client to customize client-side invocations.
activityPostApplication(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Runs a global activity and returns a GlobalExecution to complete the activity.
activityPostApplication can have user interaction, whereas runGlobalActivity cannot.
activityPostApplication(Activity, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Runs a global activity and returns a GlobalExecution to complete the activity.
activityPostApplication can have user interaction, whereas runGlobalActivity cannot.
activityPrepare(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the prepare method for the main task of the activity given an instanceId and an activityId.
activityPrepare(Activity, InstanceInfo, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the prepare method for the main task of the activity given an instanceId and an activityId.
ActivityTimeoutException - Exception in fuego.papi.exception
An ActivityTimeoutException is thrown when the time to execute an activity expired before its execution finished.
ActivityTimeoutException(String, String, Throwable) - Constructor for exception fuego.papi.exception.ActivityTimeoutException
Code of the message is 'PAPI-2310'
ActivityUserDisconnectedException - Exception in fuego.papi.exception
 
ActivityUserDisconnectedException(String, String, Throwable) - Constructor for exception fuego.papi.exception.ActivityUserDisconnectedException
 
ActivityUserTimeoutException - Exception in fuego.papi.exception
 
ActivityUserTimeoutException(String, String, Throwable) - Constructor for exception fuego.papi.exception.ActivityUserTimeoutException
 
ActivityView - Interface in fuego.papi
This class represents a view for instances in a specific activity.
AD - Static variable in class fuego.lang.Time
Field AD
add(Interval, Interval) - Static method in class fuego.lang.Interval
Adds two Intervals
add(Time) - Method in class fuego.lang.Interval
Adds a interval to the Time specified as parameter.
add(Interval) - Method in class fuego.lang.Interval
Adds a new Interval.
add(Time, Interval) - Static method in class fuego.lang.Time
Add a Time and an Interval
add(Interval) - Method in class fuego.lang.Time
Add an Interval to this object.
add(Activity...) - Method in class fuego.papi.collections.ActivityList
 
add(Attachment...) - Method in class fuego.papi.collections.AttachmentList
 
add(Consult...) - Method in class fuego.papi.collections.ConsultList
 
add(T) - Method in interface fuego.papi.collections.ElementIdSet
Adds the specified element to the set if not present.
add(String, String) - Method in class fuego.papi.collections.InstanceActivityPairSet
Adds an instance identification and the activity, where you suppose that the instance is, to the set.
add(InstanceActivityPair) - Method in class fuego.papi.collections.InstanceActivityPairSet
 
add(InstanceInfo) - Method in class fuego.papi.collections.InstanceActivityPairSet
Adds an instance identification to the set.
add(InstanceEvent...) - Method in class fuego.papi.collections.InstanceEventList
 
add(InstanceInfo...) - Method in class fuego.papi.collections.InstanceInfoList
 
add(Note...) - Method in class fuego.papi.collections.NoteList
 
add(Participant...) - Method in class fuego.papi.collections.ParticipantList
 
add(String) - Method in class fuego.papi.collections.ProcessIdSet
 
add(Process) - Method in class fuego.papi.collections.ProcessIdSet
Adds the Id of the process to the set
add(Process...) - Method in class fuego.papi.collections.ProcessList
 
add(AttachmentStorageType...) - Method in class fuego.papi.collections.StorageTypeList
 
add(VarDefinition...) - Method in class fuego.papi.collections.VarDefinitionList
 
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
 
addAll(Activity[]) - Method in class fuego.papi.collections.ActivityList
 
addAll(T...) - Method in interface fuego.papi.collections.ElementIdSet
Adds the specified element to the set if not present.
addAll(ElementIdSet<T>) - Method in interface fuego.papi.collections.ElementIdSet
Add all ids to the Set.
addAll(InstanceActivityPair...) - Method in class fuego.papi.collections.InstanceActivityPairSet
Adds items (instance identification and the activity, where you suppose that the instance is) to the set.
addAll(ElementIdSet<InstanceActivityPair>) - Method in class fuego.papi.collections.InstanceActivityPairSet
 
addAll(InstanceInfo...) - Method in class fuego.papi.collections.InstanceActivityPairSet
 
addAll(InstanceInfoList) - Method in class fuego.papi.collections.InstanceActivityPairSet
 
addAll(String...) - Method in class fuego.papi.collections.ProcessIdSet
Adds process Id's to the set
addAll(List<String>) - Method in class fuego.papi.collections.ProcessIdSet
Adds all process Id's to the set
addAll(ProcessList) - Method in class fuego.papi.collections.ProcessIdSet
Adds all process Id's to the set
addAll(ElementIdSet<String>) - Method in class fuego.papi.collections.ProcessIdSet
 
addAttribute(VarDefinition, Comparison, Object) - Method in interface fuego.papi.Filter
Add new FilterAttribute to the filter.
addAttribute(VarDefinition, Comparison, boolean) - Method in interface fuego.papi.Filter
Add new FilterAttribute to the filter.
addAttribute(VarDefinition, Comparison, Object, boolean) - Method in interface fuego.papi.Filter
Add new FilterAttribute to the filter.
addAttribute(String, int, Comparison, Object, boolean) - Method in interface fuego.papi.Filter
Add new FilterAttribute to the filter.
addAttribute(FilterAttribute) - Method in interface fuego.papi.Filter
Add new FilterAttribute to the filter.
addBookmarks(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instancesAddBookmark(InstanceActivityPairSet) instead
addChildren(List<AuditTrail.AuditNode>, AuditTrail) - Method in class fuego.papi.utils.AuditTrail.AuditNode
Adds children to the node
addDays(int) - Method in class fuego.lang.Interval
Adds days to an interval.
addDays(int) - Method in class fuego.lang.Time
Adds days to this time
addElement(Object) - Method in class fuego.lang.DynamicObject
Adds the specified value at the end of this DynamicObject if it's a List, otherwise it'll throw an UnsupportedOperationException.
addElement(boolean) - Method in class fuego.lang.DynamicObject
Adds the specified value at the end of this DynamicObject if it's a List, otherwise it'll throw an UnsupportedOperationException.
addElement(long) - Method in class fuego.lang.DynamicObject
Adds the specified value at the end of this DynamicObject if it's a List, otherwise it'll throw an UnsupportedOperationException.
addElement(double) - Method in class fuego.lang.DynamicObject
Adds the specified value at the end of this DynamicObject if it's a List, otherwise it'll throw an UnsupportedOperationException.
addFilter(Filter) - Method in interface fuego.papi.Filter
Add new Filter to the Filter.
addHistories(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. 
addHours(long) - Method in class fuego.lang.Interval
Adds hours to an interval.
addHours(long) - Method in class fuego.lang.Time
Adds hours to this time
addMicroSeconds(long) - Method in class fuego.lang.Interval
Adds micro-seconds to this time
addMicroSeconds(long) - Method in class fuego.lang.Time
Adds micro-seconds to this time
addMilliSeconds(long) - Method in class fuego.lang.Time
Adds milli-seconds to this time
addMinutes(long) - Method in class fuego.lang.Interval
Adds minutes to this interval.
addMinutes(long) - Method in class fuego.lang.Time
Adds minutes to this time
addMonths(int) - Method in class fuego.lang.Interval
Adds months to this interval.
addMonths(int) - Method in class fuego.lang.Time
Adds months to this time
addSeconds(long) - Method in class fuego.lang.Interval
Adds seconds to this time
addSeconds(long) - Method in class fuego.lang.Time
Adds seconds to this time
addWeeks(int) - Method in class fuego.lang.Time
Adds weeks to this time
addYears(int) - Method in class fuego.lang.Interval
Adds years to this time
addYears(int) - Method in class fuego.lang.Time
Adds years to this time
ANOTHER_USER_RUN - Static variable in exception fuego.papi.exception.NoPermissionException
 
ANY - Static variable in class fuego.lang.Kind
 
APPLICATIONS_DEFAUTL_ID - Static variable in interface fuego.papi.View
 
ApplicationsNotAvailableException - Exception in fuego.papi.exception
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<String, Throwable>) - Constructor for exception fuego.papi.exception.ApplicationsNotAvailableException
Constructs a ApplicationsNotAvailableException.
ApplicationsNotAvailableException(List<Activity>, Map<String, Throwable>) - Constructor for exception fuego.papi.exception.ApplicationsNotAvailableException
 
ApplicationsNotAvailableInProcessException - Exception in fuego.papi.exception
A ApplicationsNotAvailableInProcessException is thrown as result of an attempt to access a application of a process.
ApplicationsNotAvailableInProcessException() - Constructor for exception fuego.papi.exception.ApplicationsNotAvailableInProcessException
 
ApplicationsNotAvailableInProcessException(String, Throwable) - Constructor for exception fuego.papi.exception.ApplicationsNotAvailableInProcessException
Creates a new ApplicationsNotAvailableInProcessException with the given processId and initial exception.
ApplicationsView - Interface in fuego.papi
This interface represents a view for global activities.
ArgumentMap - Interface in fuego.lang
 
Arguments - Class in fuego.papi
 
ArgumentSet - Interface in fuego.papi
This class represents an ArgumentSet defined in the process.
ArgumentSet.Argument - Interface in fuego.papi
This class represent an argument of an ArgumentSet
ARRAY - Static variable in class fuego.lang.Kind
Type is an Array
asAssociativeArray() - Method in class fuego.lang.DynamicObject
 
asDynamicObject() - Method in interface fuego.lang.ArgumentMap
 
asDynamicObject() - Method in class fuego.lang.DynamicObject
 
asFieldsMap() - Method in class fuego.lang.DynamicObject
Returns a view of this DynamicObject as a Map of Fields.
asList() - Method in class fuego.lang.DynamicObject
Returns a view of this DynamicObject as a List.
asMap() - Method in interface fuego.lang.ArgumentMap
 
asMap() - Method in class fuego.lang.DynamicObject
Returns a view of this DynamicObject as a Map.
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
Attachment - Interface in fuego.papi
This interface represent a file attached to the instance
ATTACHMENT_DESCRIPTION - Static variable in exception fuego.papi.exception.InvalidAttachmentArgumentLengthException
 
ATTACHMENT_EXTERNALID - Static variable in exception fuego.papi.exception.InvalidAttachmentArgumentLengthException
 
ATTACHMENT_FILENAME - Static variable in exception fuego.papi.exception.InvalidAttachmentArgumentLengthException
 
ATTACHMENT_REMARK - Static variable in exception fuego.papi.exception.InvalidAttachmentArgumentLengthException
 
attachmentCheckIn(Attachment, String, File) - Method in interface fuego.papi.ProcessServiceSession
Checks in an attachment.
If successful, this will always generate a new attachment version.
attachmentCheckOut(Attachment, String) - Method in interface fuego.papi.ProcessServiceSession
Writes the attachment to the specified folder.
To check out the attachment, first call attachmentEdit(Attachment).
attachmentCheckOutToStream(Attachment, OutputStream) - Method in interface fuego.papi.ProcessServiceSession
Writes the attachment to the specified output stream.
To check out the attachment, first call attachmentEdit(Attachment).
attachmentEdit(Attachment) - Method in interface fuego.papi.ProcessServiceSession
Obtains a version lock for the attachment.
AttachmentEditionNotPossibleException - Exception in fuego.papi.exception
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 exception fuego.papi.exception.AttachmentEditionNotPossibleException
Creates a new AttachmentEditionNotPossibleException with the given attachment.
AttachmentExternalStorageAuthenticationException - Exception in fuego.papi.exception
 
AttachmentExternalStorageAuthenticationException(Msg) - Constructor for exception fuego.papi.exception.AttachmentExternalStorageAuthenticationException
 
AttachmentExternalStorageAuthenticationException(String, String, String, String) - Constructor for exception fuego.papi.exception.AttachmentExternalStorageAuthenticationException
 
AttachmentFileNotFoundException - Exception in fuego.papi.exception
 
AttachmentFileNotFoundException(String, String) - Constructor for exception fuego.papi.exception.AttachmentFileNotFoundException
 
attachmentGet(String) - Method in interface fuego.papi.ProcessServiceSession
Gets the Attachment for this attachmentId.
attachmentGetAllVersions(String) - Method in interface fuego.papi.ProcessServiceSession
Gets all the Attachments associated with this attachment.
attachmentGetLastVersion(String) - Method in interface fuego.papi.ProcessServiceSession
Gets the last version of the Attachment specified by attachmentId.
AttachmentHandlerNotAvailableException - Exception in fuego.papi.exception
 
AttachmentHandlerNotAvailableException(String) - Constructor for exception fuego.papi.exception.AttachmentHandlerNotAvailableException
 
AttachmentInterface - Interface in fuego.papi
 
AttachmentList - Class in fuego.papi.collections
 
AttachmentLockedException - Exception in fuego.papi.exception
This exception is thrown when you want to get an attachment but the attachment is locked by another user.
AttachmentLockedException(String) - Constructor for exception fuego.papi.exception.AttachmentLockedException
This contructor is used when you know the attachement identification but the locker is unknown.
AttachmentLockedException(String, String) - Constructor for exception fuego.papi.exception.AttachmentLockedException
This contructor is used when you know the attachement identification and the participant that is locking the attachment.
AttachmentNotFoundException - Exception in fuego.papi.exception
A AttachmentNotFoundException is thrown as a result of an attempt to access an inexistent attachment.
AttachmentNotFoundException(String) - Constructor for exception fuego.papi.exception.AttachmentNotFoundException
Creates a new AttachmentNotFoundException with the given attachment name.
AttachmentNotFoundException(Msg) - Constructor for exception fuego.papi.exception.AttachmentNotFoundException
 
AttachmentNotLockedException - Exception in fuego.papi.exception
This exception is thrown when you want to release an attachment lock but there is no lock on the attachment.
AttachmentNotLockedException(String, String) - Constructor for exception fuego.papi.exception.AttachmentNotLockedException
 
AttachmentNotLockedException(Msg, String) - Constructor for exception fuego.papi.exception.AttachmentNotLockedException
 
AttachmentOperationException - Exception in fuego.papi
This exception can be thronw by any method who performs any operation over an Attachment.
AttachmentOperationException() - Constructor for exception fuego.papi.AttachmentOperationException
just for serialization purposes
AttachmentOperationException(Msg) - Constructor for exception fuego.papi.AttachmentOperationException
 
AttachmentOperationException(String, Throwable) - Constructor for exception fuego.papi.AttachmentOperationException
Construct the exception with the attachment identification where the operation failed.
AttachmentOperationException(String, String, Throwable) - Constructor for exception fuego.papi.AttachmentOperationException
 
attachmentRelease(Attachment, File) - Method in interface fuego.papi.ProcessServiceSession
Releases the version lock for the attachment and deletes the specified file.
attachmentRelease(Attachment) - Method in interface fuego.papi.ProcessServiceSession
Releases the version lock for the attachment.
ATTACHMENTS_DEFAULT_ID - Static variable in interface fuego.papi.View
 
AttachmentsNotAvailableException - Exception in fuego.papi.exception
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<String, Throwable>) - Constructor for exception fuego.papi.exception.AttachmentsNotAvailableException
Constructs an AttachmentsNotAvailableException.
AttachmentsNotAvailableException(List<Attachment>, Map<String, Throwable>) - Constructor for exception fuego.papi.exception.AttachmentsNotAvailableException
 
AttachmentsNotAvailableInProcessException - Exception in fuego.papi.exception
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 exception fuego.papi.exception.AttachmentsNotAvailableInProcessException
Creates a new AttachmentsNotAvailableInProcessException with the given processId and initial exception.
AttachmentStorageType - Enum in fuego.papi.attachment
Indicates storage repository for attachments.
AttachmentsView - Interface in fuego.papi
This interface represents a view for using attachemts.
ATTRIBUTE - Static variable in class fuego.lang.Kind
 
AuditTrail - Class in fuego.papi.utils
 
AuditTrail(ProcessServiceSession, String) - Constructor for class fuego.papi.utils.AuditTrail
Constructor to create complete graph.
AuditTrail(String, Activity[], Locale) - Constructor for class fuego.papi.utils.AuditTrail
Constructor to create only a root node
AuditTrail.AuditNode - Class in fuego.papi.utils
This class represent a Node in the AuditTrail Graph.
AuditTrail.ItemExecutedNode - Class in fuego.papi.utils
 
AuditTrail.ItemSelectedNode - Class in fuego.papi.utils
 
AuditTrail.ItemUnselectedNode - Class in fuego.papi.utils
 
AuditTrail.MeasureVariableNode - Class in fuego.papi.utils
This class represents a Measure Varible Node.
AuditTrail.MeasureVariableNode(InstanceEvent, int, AuditTrail.AuditNode, String, String, Object) - Constructor for class fuego.papi.utils.AuditTrail.MeasureVariableNode
 
AuditTrail.SubFlowNode - Class in fuego.papi.utils
 
authenticatePassport(ConnectionPassport) - Method in class fuego.papi.ProcessService
Authenticate a participant using a ConnectionPassport with user credentials.
AuthenticationException - Exception in fuego.papi.exception
 
AuthenticationException() - Constructor for exception fuego.papi.exception.AuthenticationException
 
AuthenticationException(Throwable) - Constructor for exception fuego.papi.exception.AuthenticationException
 
AuthenticationException(String) - Constructor for exception fuego.papi.exception.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for exception fuego.papi.exception.AuthenticationException
 
AUTHOR_DISPLAYNAME - Static variable in class fuego.papi.VarDefinition
The Display Name of the default variable "Author" for an Instance
AUTHOR_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Author" for an Instance
AUTO_RESUME_INST - Static variable in exception fuego.papi.exception.NoPermissionException
 
AUTOMATIC - Static variable in class fuego.processmodel.Activity
Automatic activity, generally used to run server-side components
AUTOSELECT - Static variable in exception fuego.papi.exception.NoPermissionException
 

B

BatchOperationException - Exception in fuego.papi
Class BatchOperationException Exception thrown when not every the object requested are available.
BC - Static variable in class fuego.lang.Time
Eras (GregorianCalendar-specific)
beforeService() - Method in interface fuego.papi.Execution
Initializes thread environment before processing service
BEGIN - Static variable in class fuego.processmodel.Activity
Automatic activity, the first activity in a process
between(Time, Time) - Method in class fuego.lang.Time
Allows to know if current Time object is between from and to values.
BINARY - Static variable in class fuego.lang.Kind
Type is binary, which can be represented by objects of class fuego.type.Binary
BOOKMARK_DEFAULT_ID - Static variable in interface fuego.papi.View
 
BookmarkView - Interface in fuego.papi
This interface represents a view for marked instances.
BOOL - Static variable in class fuego.lang.Kind
Type is boolean, which can be represented by objects of class java.lang.Boolean
booleanValue() - Method in class fuego.lang.DynamicObject
Returns this DynamicObject as a boolean.
BusinessParameterNotFoundException - Exception in fuego.papi.exception
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 exception 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 exception fuego.papi.exception.NoPermissionException
 
CAN_NOT_CREATE_SUBFLOW - Static variable in exception fuego.papi.exception.NoPermissionException
 
CAN_NOT_R - Static variable in exception fuego.papi.exception.NoPermissionException
 
CAN_NOT_S - Static variable in exception fuego.papi.exception.NoPermissionException
 
CAN_NOT_STORE - Static variable in exception fuego.papi.exception.NoPermissionException
 
CAN_NOT_X - Static variable in exception fuego.papi.exception.NoPermissionException
 
CAN_NOT_X_BEGIN - Static variable in exception fuego.papi.exception.NoPermissionException
 
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
Return if this activity can be seen by the role.
canGrab(String) - Method in class fuego.papi.Activity
Returns true if this activity can grab from the given one, otherwise false.
CannotCreateInstanceException - Exception in fuego.papi.exception
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 exception fuego.papi.exception.CannotCreateInstanceException
 
CannotCreateInstanceException(String) - Constructor for exception fuego.papi.exception.CannotCreateInstanceException
Creates a new CannotCreateInstanceException with the default message (PAPI-2100).
CannotCreateInstanceException(String, int) - Constructor for exception fuego.papi.exception.CannotCreateInstanceException
Creates a new CannotCreateInstanceException with the given process label and process identification.
CannotCreateInstanceException(String, String, String, Throwable) - Constructor for exception fuego.papi.exception.CannotCreateInstanceException
Creates a new CannotCreatInstanceException because of IPC/B2B problem.
CannotGetWorkingAttachmentsException - Exception in fuego.papi.exception
A CannotGetWorkingAttachmentsException is thrown when something wrong happen when getting working attachments.
CannotGetWorkingAttachmentsException(String, String, Throwable) - Constructor for exception fuego.papi.exception.CannotGetWorkingAttachmentsException
To throw when the checkIn of an attachment fail.
CannotLockInstanceException - Exception in fuego.papi.exception
A CannotLockInstanceException is thrown as a result of an attempt to lock an instance.
CannotLockInstanceException(String) - Constructor for exception fuego.papi.exception.CannotLockInstanceException
Creates a new CannotLockInstanceException with the given instanceId.
CannotLockInstanceException(String, String, boolean) - Constructor for exception fuego.papi.exception.CannotLockInstanceException
Creates a new CannotLockInstanceException with the given instance and instanceOuner.
CannotObtainAttachmentContentException - Exception in fuego.papi.exception
This exception was thrown when the engine can not obtain the content of the attachment.
CannotObtainAttachmentContentException(String) - Constructor for exception fuego.papi.exception.CannotObtainAttachmentContentException
Constructor with the attachment indentification.
CannotRemoveViewException - Exception in fuego.papi.exception
 
CannotRemoveViewException(String, Throwable) - Constructor for exception fuego.papi.exception.CannotRemoveViewException
 
CannotRetrieveInstanceAttachmentsException - Exception in fuego.papi.exception
A CannotRetrieveInstanceAttachmentsException is thrown when something wrong with getInstanceAttachments.
CannotRetrieveInstanceAttachmentsException(String, Throwable) - Constructor for exception fuego.papi.exception.CannotRetrieveInstanceAttachmentsException
To throw when the something wrong with getInstanceAttachments.
CannotSendNotificationException - Exception in fuego.papi.exception
Created by IntelliJ IDEA.
CannotSendNotificationException(String, Throwable) - Constructor for exception fuego.papi.exception.CannotSendNotificationException
 
CannotStoreNotificationException - Exception in fuego.papi.exception
A CannotStoreNotificationException is thrown when an attempt to notify a process fails
CannotStoreNotificationException() - Constructor for exception fuego.papi.exception.CannotStoreNotificationException
Constructor with message "PAPI-2030"
CannotStoreNotificationException(Throwable) - Constructor for exception fuego.papi.exception.CannotStoreNotificationException
Constructor with message "PAPI-2030"
CannotStoreNotificationException(String, Throwable) - Constructor for exception fuego.papi.exception.CannotStoreNotificationException
Constructor with message "PAPI-2031"
CannotStoreNotificationException(String, String, String, String) - Constructor for exception fuego.papi.exception.CannotStoreNotificationException
Constructor with message "PAPI-2032"
CannotStoreNotificationException(String, String, String, String, Throwable) - Constructor for exception fuego.papi.exception.CannotStoreNotificationException
Constructor with message "PAPI-2032"
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
Deprecated. use ProcessServiceSession.attachmentCheckIn(Attachment, String, File) instead
CheckInAttachmentException - Exception in fuego.papi.exception
A CheckInAttachmentException is thrown as result an attempt to make a check-in of an attachment.
CheckInAttachmentException(String, Throwable) - Constructor for exception fuego.papi.exception.CheckInAttachmentException
To throw when the checkIn of an attachment fail.
checkOutAttachment(Attachment, String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.attachmentCheckOut(Attachment, String) instead
CheckOutAttachmentException - Exception in fuego.papi.exception
A CheckOutAttachmentException is thrown as result an attempt to make a check-out of an attachment.
CheckOutAttachmentException(String, Throwable) - Constructor for exception fuego.papi.exception.CheckOutAttachmentException
To throw when the checkOut of an attachment fail.
checkOutAttachmentToStream(Attachment, OutputStream) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.attachmentCheckOutToStream(Attachment, OutputStream) instead
CIL - Static variable in interface fuego.papi.Task
 
clear() - Method in class fuego.papi.Ordering
 
clear() - Method in class fuego.papi.utils.SessionCache
Closes and removes all sessions in the cache.
clearLabels() - Method in interface fuego.papi.EditableView
remove all labels assigned.
clone() - Method in class fuego.papi.collections.ActivityList
 
clone() - Method in class fuego.papi.collections.AttachmentList
 
clone() - Method in class fuego.papi.collections.ConsultList
 
clone() - Method in class fuego.papi.collections.InstanceEventList
 
clone() - Method in class fuego.papi.collections.InstanceInfoList
 
clone() - Method in class fuego.papi.collections.NoteList
 
clone() - Method in class fuego.papi.collections.ParticipantList
 
clone() - Method in class fuego.papi.collections.ProcessList
 
clone() - Method in class fuego.papi.collections.StorageTypeList
 
clone() - Method in class fuego.papi.collections.VarDefinitionList
 
close() - Method in class fuego.papi.ProcessService
Closes this service, disconnects all the sessions that are still connected, and removes all temporary files.
close() - Method in interface fuego.papi.ProcessServiceSession
Closes the session.

For reuse this session you need recreate it.

collapse() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Collapse node - Hide childrens
collapse() - Method in class fuego.papi.utils.TreeView
Collapses the tree, showing only the root nodes.
collapse() - Method in class fuego.papi.utils.TreeView.NodeView
Collapses this node, showing this node and hiddem its children.
ColumnFormat - Class in fuego.papi
ColumnFormat is the format of the presentation column.
ColumnFormatType - Enum in fuego.papi
Enumerates the column format types.
commitExternalActivity(String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityCommit(String, String, Arguments) instead
commitExternalActivity(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityCommit(String, String, Arguments) instead
commitExternalActivity(String, String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityCommit(String, String, Arguments) instead.
CommunicationException - Exception in fuego.papi
Exception thrown by any PAPI method who potentionally communicates with another program, such as the Execution Engine or the Directory.
CommunicationException() - Constructor for exception fuego.papi.CommunicationException
Default constructor
CommunicationException(Throwable) - Constructor for exception fuego.papi.CommunicationException
Constructor with the problem that genereated the exception.
compare(Interval, Interval) - Static method in class fuego.lang.Interval
Compares two Intervals.
compare(Time, Time) - Static method in class fuego.lang.Time
Compares two Times chronologically.
compare(InstanceId, InstanceId) - Static method in class fuego.papi.InstanceId
Compares one InstanceId with other InstanceId.
compare(TreeView.NodeView, TreeView.NodeView) - Method in interface fuego.papi.utils.TreeView.ViewComparator
 
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.lang.Interval
Compares this object with another Interval.
compareTo(Object) - Method in class fuego.lang.Time
Compares this Time to another Object.
compareTo(Time) - Method in class fuego.lang.Time
Compares two Times chronologically.
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
Compares this object with the specified object for order.
compareTo(Participant) - Method in class fuego.papi.Participant
 
Comparison - Enum in fuego.papi
 
COMPENSATE - Static variable in class fuego.processmodel.Activity
Compensate and automatic activity
COMPLETED - Static variable in class fuego.papi.InstanceItemState
Task completed.
COMPLETED - Static variable in class fuego.papi.ProcessInstanceState
The instance finished its flow.
COMPONENT - Static variable in interface fuego.papi.Task
 
CONDITIONAL - Static variable in class fuego.processmodel.Activity
Conditional and automatic acitivity
ConnectedClientInfo - Class in fuego.papi
This class represent a Participant connected to PAPI
ConnectedClientInfo() - Constructor for class fuego.papi.ConnectedClientInfo
 
connectedSince - Variable in class fuego.papi.ConnectedClientInfo
 
ConnectionPassport - Interface in fuego.lang
 
Consult - Interface in fuego.papi
This class represent a Consult over an Instance between Participants.
CONSULTATIONS_DEFAUTL_ID - Static variable in interface fuego.papi.View
 
ConsultationsView - Interface in fuego.papi
This interface represents a view for consulted instances.
ConsultList - Class in fuego.papi.collections
 
ConsultList(int) - Constructor for class fuego.papi.collections.ConsultList
 
contains(String) - Method in interface fuego.lang.ArgumentMap
 
contains(String) - Method in class fuego.lang.DynamicObject
 
contains(T) - Method in interface fuego.papi.collections.ElementIdSet
Returns true if this set contains the specified identification.
contains(String) - Method in class fuego.papi.collections.InstanceActivityPairSet
 
contains(InstanceActivityPair) - Method in class fuego.papi.collections.InstanceActivityPairSet
 
contains(String) - Method in class fuego.papi.collections.ProcessIdSet
 
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
convert(Collection<?>) - Static method in class fuego.papi.collections.ActivityList
 
convert(Collection<?>) - Static method in class fuego.papi.collections.AttachmentList
 
convert(Collection<?>) - Static method in class fuego.papi.collections.ConsultList
 
convert(Collection<?>) - Static method in class fuego.papi.collections.InstanceEventList
 
convert(Collection<?>) - Static method in class fuego.papi.collections.InstanceInfoList
 
convert(Collection<?>) - Static method in class fuego.papi.collections.NoteList
 
convert(Collection<?>) - Static method in class fuego.papi.collections.ParticipantList
 
convert(Collection<?>) - Static method in class fuego.papi.collections.ProcessList
 
convert(Collection<?>) - Static method in class fuego.papi.collections.VarDefinitionList
 
convertTo(Class<T>) - Method in class fuego.lang.DynamicObject
 
convertTo(Field) - Method in class fuego.lang.DynamicObject
Converts this DynamicObject to the specified field type
convertTo(Class<T>, Map<Object, Object>) - Method in class fuego.lang.DynamicObject
Converts this DynamicObject to the specified target class.
convertTo(Class<T>, Class, Map<Object, Object>) - Method in class fuego.lang.DynamicObject
 
copy() - Method in class fuego.papi.Ordering
 
copy(String) - Method in interface fuego.papi.Presentation
 
COPY_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Copy"
CorrelationAlreadyExistsException - Exception in fuego.papi.exception
 
CorrelationAlreadyExistsException(String, String, int) - Constructor for exception fuego.papi.exception.CorrelationAlreadyExistsException
 
create() - Static method in class fuego.lang.DynamicObject
Creates a new DynamicObject that represents a Composite Object.
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() - Static method in class fuego.papi.collections.ActivityList
 
create(int) - Static method in class fuego.papi.collections.ActivityList
 
create(Activity...) - Static method in class fuego.papi.collections.ActivityList
 
create(Collection<Activity>) - Static method in class fuego.papi.collections.ActivityList
 
create() - Static method in class fuego.papi.collections.AttachmentList
 
create(int) - Static method in class fuego.papi.collections.AttachmentList
 
create(Attachment...) - Static method in class fuego.papi.collections.AttachmentList
 
create(Collection<Attachment>) - Static method in class fuego.papi.collections.AttachmentList
 
create() - Static method in class fuego.papi.collections.ConsultList
 
create(int) - Static method in class fuego.papi.collections.ConsultList
 
create(Consult...) - Static method in class fuego.papi.collections.ConsultList
 
create(Collection<Consult>) - Static method in class fuego.papi.collections.ConsultList
 
create() - Static method in class fuego.papi.collections.InstanceActivityPairSet
Creates a new InstanceSet
create() - Static method in class fuego.papi.collections.InstanceEventList
 
create(int) - Static method in class fuego.papi.collections.InstanceEventList
 
create(InstanceEvent...) - Static method in class fuego.papi.collections.InstanceEventList
 
create(Collection<InstanceEvent>) - Static method in class fuego.papi.collections.InstanceEventList
 
create() - Static method in class fuego.papi.collections.InstanceInfoList
 
create(int) - Static method in class fuego.papi.collections.InstanceInfoList
 
create(InstanceInfo...) - Static method in class fuego.papi.collections.InstanceInfoList
 
create(Collection<InstanceInfo>) - Static method in class fuego.papi.collections.InstanceInfoList
 
create() - Static method in class fuego.papi.collections.NoteList
 
create(int) - Static method in class fuego.papi.collections.NoteList
 
create(Note...) - Static method in class fuego.papi.collections.NoteList
 
create(Collection<Note>) - Static method in class fuego.papi.collections.NoteList
 
create() - Static method in class fuego.papi.collections.ParticipantList
 
create(int) - Static method in class fuego.papi.collections.ParticipantList
 
create(Participant...) - Static method in class fuego.papi.collections.ParticipantList
 
create(Collection<Participant>) - Static method in class fuego.papi.collections.ParticipantList
 
create() - Static method in class fuego.papi.collections.ProcessIdSet
Creates new ProcessIdSet
create() - Static method in class fuego.papi.collections.ProcessList
 
create(int) - Static method in class fuego.papi.collections.ProcessList
 
create(Process...) - Static method in class fuego.papi.collections.ProcessList
 
create(Collection<Process>) - Static method in class fuego.papi.collections.ProcessList
 
create() - Static method in class fuego.papi.collections.StorageTypeList
 
create(int) - Static method in class fuego.papi.collections.StorageTypeList
 
create(AttachmentStorageType...) - Static method in class fuego.papi.collections.StorageTypeList
 
create(Collection<AttachmentStorageType>) - Static method in class fuego.papi.collections.StorageTypeList
 
create() - Static method in class fuego.papi.collections.VarDefinitionList
 
create(int) - Static method in class fuego.papi.collections.VarDefinitionList
 
create(VarDefinition...) - Static method in class fuego.papi.collections.VarDefinitionList
 
create(Collection<VarDefinition>) - Static method in class fuego.papi.collections.VarDefinitionList
 
create(RuntimeException, Locale) - Static method in exception fuego.papi.EngineRuntimeException
Return a new EngineRuntimeException with the given RuntimeException and locale.
create(String, String, Throwable) - Static method in exception fuego.papi.exception.ActivityFailedException
This method generates a ActivityFailException from the cause of the problem
create(String, int, String, String, Throwable) - Static method in exception fuego.papi.exception.TaskFailedException
 
create(String, String, Throwable) - Static method in exception fuego.papi.exception.TransitionFailedException
 
create(String, String) - Static method in class fuego.papi.InstanceStamp
Deprecated. Creates an InstanceStamp object.
create(String) - Static method in class fuego.papi.InstanceStamp
Deprecated. Creates an InstanceStam from an StampId
create(Properties) - Static method in class fuego.papi.ProcessService
Recommended method to create a ProcessService.
create(ConnectionPassport, Properties) - Static method in class fuego.papi.ProcessService
Creates a new ProcessService using ConnectionPassport and Properties.
You do not need to set the directory properties because the passport contains that information.
The directory properties include: ProcessService.DIRECTORY_ID ProcessService.DIRECTORY_PROPERTIES_FILE ProcessService.DIRECTORY_PROPERTIES_RESOURCE ProcessService.DIRECTORY_PROPERTIES_URL
create(Properties) - Method in interface fuego.papi.ProcessService.Factory
 
create(ConnectionPassport, Properties) - Method in interface fuego.papi.ProcessService.Factory
 
create() - Static method in class fuego.papi.SearchScope
 
create(long) - Static method in class fuego.papi.utils.SessionCache
Create a new session cache for a ProcessService with a time out for idle sessions.
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() - Static method in class fuego.papi.ProcessService
Creates a Filter for use in getting InstanceInfo.
createFilter() - Method in interface fuego.papi.ProcessService.Factory
 
createForProcess(String) - Static method in exception fuego.papi.exception.InstanceNotFoundException
 
createInstanceDefaults() - Static method in class fuego.papi.VarDefinition
This methos returns the default variable definitions for an Instance.
createList() - Static method in class fuego.lang.DynamicObject
Creates a new DynamicObject that represents a List
createMap() - Static method in class fuego.lang.DynamicObject
Creates a new DynamicObject that represents a Map
createPassport(String) - Method in class fuego.papi.ProcessService
Creates a ConnectionPassport to connect to the process service using a participant id.
The participant can be null, representing an anonymous connection.
createPassportWithPreset(String) - Method in class fuego.papi.ProcessService
Creates a ConnectionPassport to connect to the process service using the preset connection information from the directory properties.
createPresentation(PresentationType, String, Presentation.Column[]) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.presentationCreate(PresentationType, String, Presentation.Column[]) instead
createProcessInstance(String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processCreateInstance(String, Arguments) instead
createProcessInstance(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processCreateInstance(String, String, Arguments) instead
createSession(ConnectionPassport, String) - Method in class fuego.papi.ProcessService
Creates a ProcessServiceSession using ConnectionPassport and the user's host.
createSession(String, String, String) - Method in class fuego.papi.ProcessService
Creates a ProcessServiceSession using a user id, password, and the user's host.
createView(ViewType, String, String[]) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.viewCreate(ViewType, String, String[]) instead
CREATION - Static variable in class fuego.processmodel.Activity
Activity that creates instances in a process.
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
CURRENT_USER - Static variable in interface fuego.papi.FilterAttribute
Special participant value, this value represent the participant witch execute the filter.
customRunActivity(String, String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityPost(String, String, int, Arguments) instead
customRunActivity(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityPost(String, String, Arguments) instead
customRunGlobal(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityPost(String, String, Arguments) instead
customRunGlobalActivity(String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityPostApplication(String, String, Arguments) instead
customRunTask(String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityPost(String, String, int, Arguments) instead.

D

DATE_ONLY - Static variable in class fuego.lang.Time
Constant for DATE ONLY format
DATE_TIME - Static variable in class fuego.lang.Time
Constant for DATE TIME format
dateValue() - Method in class fuego.lang.Time
Java's Date that represents this Time
day(Time, int) - Static method in class fuego.lang.Time
Builds a Time object using as base another Time but in the day send as parameter.
daysOnly(Interval, int) - Static method in class fuego.lang.Interval
Only Sets the day value to the interval i
daysSince(Time) - Method in class fuego.lang.Time
Return number of days between this time and the supplied time.
DEADLINE_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Deadline"
DECIMAL - Static variable in class fuego.lang.Kind
Type is Decimal Fixed it can be represented by objects of class java.math.BigDecimal
decimalValue() - Method in class fuego.lang.DynamicObject
Returns this BigDecimal as a long.
DECISION - Static variable in interface fuego.papi.Task
 
DECISION - Static variable in class fuego.processmodel.Activity
Decision activity (is interactive)
DEFAULT - Static variable in class fuego.lang.Time
Constant for medium/default style pattern.
DEFAULT - Static variable in exception 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
Deprecated. use ProcessService.DEFAULT_INSTANCE_CACHE_SIZE instead
DEFAULT_DIRECTORY_ID - Static variable in class fuego.papi.ProcessService
Default value for the property key ProcessService.DIRECTORY_ID.
DEFAULT_DIRECTORY_PROPERTIES_FILE - Static variable in class fuego.papi.ProcessService
Default value for the property key ProcessService.DIRECTORY_PROPERTIES_FILE.
DEFAULT_DOCUMENTATION_FOLDER - Static variable in class fuego.papi.ProcessService
Default value for the property key ProcessService.DOCUMENTATION_FOLDER.
DEFAULT_FOLDER_ID - Static variable in interface fuego.papi.Presentation
 
DEFAULT_ID - Static variable in interface fuego.papi.Presentation
 
DEFAULT_INSTANCE_CACHE_SIZE - Static variable in class fuego.papi.ProcessService
Default value for the property key ProcessService.INSTANCES_CACHE_SIZE.
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
 
DEFAULT_USER_DOCUMENTATION_FOLDER - Static variable in class fuego.papi.ProcessService
Deprecated. user ProcessService.DEFAULT_DOCUMENTATION_FOLDER instead
DEFAULT_WORKING_DIRECTORY - Static variable in class fuego.papi.ProcessService
Deprecated. use ProcessService.DEFAULT_WORKING_FOLDER instead
DEFAULT_WORKING_FOLDER - Static variable in class fuego.papi.ProcessService
Default value for the property key ProcessService.WORKING_FOLDER.
defaultValueOf(Object) - Static method in class fuego.lang.DynamicObject
Returns the DynamicObject representation of the specified argument.
defaultValueOf(Object, boolean) - Static method in class fuego.lang.DynamicObject
 
defaultValueOf(Object, boolean, Map<Object, Object>) - Static method in class fuego.lang.DynamicObject
 
deprecate() - Method in interface fuego.papi.Process
Deprecate this process
DeprecatedViewException - Exception in fuego.papi.exception
 
DeprecatedViewException(String) - Constructor for exception fuego.papi.exception.DeprecatedViewException
 
DESCRIPT_LENGTH - Static variable in interface fuego.papi.Attachment
 
DESCRIPTION_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Description"
DIRECTORY_ID - Static variable in class fuego.papi.ProcessService
Property key for Directory Identifier.
DIRECTORY_PROPERTIES_FILE - Static variable in class fuego.papi.ProcessService
Property key for the location of the directory.properties file.
DIRECTORY_PROPERTIES_RESOURCE - Static variable in class fuego.papi.ProcessService
Property key for the filename of the directory.properties resource.
DIRECTORY_PROPERTIES_URL - Static variable in class fuego.papi.ProcessService
Property key for the URL of the directory.properties resource.
DirectoryServiceNotAvailableException - Exception in fuego.papi.exception
Exception thrown by all those methods who communicates with the Directory Service.
DirectoryServiceNotAvailableException() - Constructor for exception fuego.papi.exception.DirectoryServiceNotAvailableException
 
DirectoryServiceNotAvailableException(String) - Constructor for exception fuego.papi.exception.DirectoryServiceNotAvailableException
 
DirectoryServiceNotAvailableException(String, Throwable) - Constructor for exception fuego.papi.exception.DirectoryServiceNotAvailableException
 
DISPLAY - Static variable in interface fuego.papi.Task
 
DISPLAY_INSTANCE - Static variable in interface fuego.papi.Task
 
DOCUMENTATION_FOLDER - Static variable in class fuego.papi.ProcessService
Property key for the folder for storing process documentation.
DOCUMENTATION_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Deadline"
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.
doubleValue() - Method in class fuego.lang.DynamicObject
Returns this DynamicObject as a double.
DYNAMIC - Static variable in class fuego.lang.Kind
 
DynamicObject - Class in fuego.lang
 
DynamicObject() - Constructor for class fuego.lang.DynamicObject
 
DynamicObject.Dynamizable - Interface in fuego.lang
Interface Dynamizable
DynamicObject.Quote - Class in fuego.lang
This class allow the quoting of dynamic objects
DynamicObject.Quote() - Constructor for class fuego.lang.DynamicObject.Quote
 
DynamicObject.X - Class in fuego.lang
 
DynamicObject.X() - Constructor for class fuego.lang.DynamicObject.X
 

E

EDIT_BUSINESS_RULES - Static variable in interface fuego.papi.Task
 
EditableActivityView - Interface in fuego.papi
This is an ActivityView where you could edit and modify.
EditableApplicationsView - Interface in fuego.papi
This is an ApplicationsView where you could edit and modify.
EditableAttachmentsView - Interface in fuego.papi
This is an AttachmentsView where you could edit and modify.
EditableBookmarkView - Interface in fuego.papi
This is a BookmarkView where you could edit and modify.
EditableConsultationsView - Interface in fuego.papi
This is a ConsultationsView where you could edit and modify.
EditableFolderView - Interface in fuego.papi
This is a FolderView where you could edit and modify.
EditableHistoryView - Interface in fuego.papi
This is a HistoryView where you could edit and modify.
EditableInstancesView - Interface in fuego.papi
This is an InstancesView where you could edit and modify.
EditablePresentation - Interface in fuego.papi
This is a Presentation where you could edit and modify.
EditableView - Interface in fuego.papi
This is a View where you could edit and modify.
EditAttachmentException - Exception in fuego.papi.exception
A EditAttachmentException is thrown when something wrong happen when editing an attachment.
EditAttachmentException(String, String, Throwable) - Constructor for exception fuego.papi.exception.EditAttachmentException
To throw when the checkIn of an attachment fail.
ElementIdSet<T> - Interface in fuego.papi.collections
 
END - Static variable in class fuego.processmodel.Activity
Automatic activity, the last activity in a process
EngineException - Exception in fuego.papi
No Exception thrown while executing an engine operation should "travel" to PAPI.
EngineRuntimeException - Exception in fuego.papi
No RuntimeException thrown while executing an engine operation should "travel" to PAPI.
EngineRuntimeException() - Constructor for exception fuego.papi.EngineRuntimeException
Contructs a new EngineRuntimeException with the default message.
EngineRuntimeException(Msg) - Constructor for exception fuego.papi.EngineRuntimeException
 
ENUM - Static variable in class fuego.lang.Kind
 
enumValue(Class) - Method in class fuego.lang.DynamicObject
Returns this DynamicObject as an Enum.
EPOCH - Static variable in class fuego.lang.Time
The date used as the "beginning of time" for timestamps.
equals(Object) - Method in class fuego.lang.DynamicObject
Compares the specified object with this DynamicObject for equality.
equals(Interval, Interval) - Static method in class fuego.lang.Interval
Compares Intervals
equals(Object) - Method in class fuego.lang.Interval
Compares this object with an object received as a parameter
equals(Time, Time) - Static method in class fuego.lang.Time
Compares two Times for equality.
equals(Object) - Method in class fuego.lang.Time
Compares this object with an object received as a parameter If the object passed as parameter is not an instance of a Time type or it is equal to null, this method returns false, otherwise it returns the result of the comparison (true or false).
equals(Object) - Method in class fuego.papi.collections.InstanceActivityPair
 
equals(InstanceId, InstanceId) - Static method in class fuego.papi.InstanceId
Returns if the one InstanceId is equals to other InstanceId.
equals(Object) - Method in class fuego.papi.InstanceId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class fuego.papi.Ordering.Entry
 
equals(Object) - Method in class fuego.papi.Ordering
 
equals(Object) - Method in class fuego.papi.Participant
 
equals(Object) - Method in class fuego.papi.utils.TreeView.NodeView
Indicates whether some other object is "equal to" this one.
EVENT_NODE - Static variable in class fuego.papi.utils.AuditTrail
 
eventData - Variable in class fuego.papi.InstanceEvent
 
EventType - Class in fuego.papi
Enumeration of type of events over an instance.
EventType() - Constructor for class fuego.papi.EventType
 
EXCEPTION - Static variable in class fuego.papi.ProcessInstanceState
The instance was sent to an exception (in an exception flow).
Execution - Interface in fuego.papi
 
ExecutionType - Enum in fuego.papi
 
existsFile(String) - Method in interface fuego.papi.Attachment
This methods returns true if the attachment has already been checked out in the specified directory
expand() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Expands node - Show childrens
expand() - Method in class fuego.papi.utils.TreeView
Expands the tree, setting visible the root nodes.
expand() - Method in class fuego.papi.utils.TreeView.NodeView
Expands this node, showing this node and its children.
expandAll() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Expands all nodes recursively.
expandAll() - Method in class fuego.papi.utils.TreeView
Expands the tree, setting visible all nodes.
expandAll() - Method in class fuego.papi.utils.TreeView.NodeView
Expands this node, showing this node and its children recursively.
EXTERNAL - Static variable in interface fuego.papi.Task
 
EXTERNALID_LENGTH - Static variable in interface fuego.papi.Attachment
 
ExternalTaskException - Exception in fuego.papi.exception
An ExternalTaskException is thrown when an external task is called using runTask() or runActivity().
ExternalTaskException(String, String, int) - Constructor for exception fuego.papi.exception.ExternalTaskException
Creates a new ExternalTaskException

F

failAll() - Method in exception fuego.papi.BatchOperationException
 
failAll() - Method in exception fuego.papi.exception.TasksException
 
failAllInstances() - Method in exception fuego.papi.exception.InstancesException
 
failAllProcesses() - Method in exception fuego.papi.exception.ApplicationsNotAvailableException
 
failAllProcesses() - Method in exception fuego.papi.exception.AttachmentsNotAvailableException
 
failAllProcesses() - Method in exception fuego.papi.exception.FilterBatchOperationException
 
failAllProcesses() - Method in exception fuego.papi.exception.ProcessesNotAvailableException
 
FAILED - Static variable in class fuego.papi.InstanceItemState
Task failed.
FILENAME_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Filename" for an Attachment
FILENAME_LENGTH - Static variable in interface fuego.papi.Attachment
 
fillPassport() - Method in interface fuego.lang.ConnectionPassport
 
Filter - Interface in fuego.papi
This interface is used to define a sub set of instances into a process.
FilterAttribute - Interface in fuego.papi
This interface represent an expression in a Filter.
FilterBatchOperationException - Exception in fuego.papi.exception
 
FilterBatchOperationException(InstanceInfo[], Map<String, Throwable>) - Constructor for exception fuego.papi.exception.FilterBatchOperationException
 
FilterDescriptor - Class in fuego.papi.utils
 
FilterDescriptor() - Constructor for class fuego.papi.utils.FilterDescriptor
 
FilterDescriptor.FilterDescriptionInformation - Interface in fuego.papi.utils
This interface contains the information used by the FilterDescription to generate the Filter description.
FIRST_PREDEFINED - Static variable in class fuego.lang.Kind
No type
fixOldViewType(String) - Static method in enum fuego.papi.ViewType
 
FolderView - Interface in fuego.papi
This interface represents a folder.
format() - Method in class fuego.lang.Interval
Formats the interval.
format(IntervalUnit, IntervalUnit) - Method in class fuego.lang.Interval
Formats the interval showing the interval units included in the from/to range.
format(Time) - Static method in class fuego.lang.Time
Formats a Time with default mask
format() - Method in class fuego.lang.Time
Formats this date-time with default mask
format(DateFormat) - Method in class fuego.lang.Time
Formats this date-time with DateFormat using default time zone
format(TimeZone) - Method in class fuego.lang.Time
Formats this date-time to the default using the provided time zone
format(String) - Method in class fuego.lang.Time
Formats this date-time with given mask Time format syntax: a, am/pm marker, Text, PM d, day in month, Number, 10 D, day in year, Number, 189 E, day in week, Text, Tuesday F, day of week in month, Number, 2 (2nd Wed in July) G, era designator, Text, AD h, hour in am/pm (1~12), Number, 12 H, hour in day (0~23), Number, 0 k, hour in day (1~24), Number, 24 K, hour in am/pm (0~11), Number, 0 m, minute in hour, Number, 30 M, month in year, Text & Number, July & 07 s, second in minute, Number, 55 S, millisecond, Number, 978 w, week in year, Number, 27 W, week in month, Number, 2 y, year, Number, 1996 z, time zone, General Time Zone, Pacific Standard Time; PST, GMT-08:00 Z, time zone, RFC 822 time zone, -0800 The count of pattern letters determine the format.
format(TimeZone, Locale) - Method in class fuego.lang.Time
Formats this date-time using provided time zone and locale The example: display format('now', timeZone : TimeZone.getTimeZone(arg1 : "GMT-10"),     locale : Java.Util.Locale.ITALY) displays : "29-mar-2005 7.25.02", date and time set to Argentina Time zone, but localized to ITALY.
format(String, TimeZone) - Method in class fuego.lang.Time
Formats this date-time with mask using provided time zone
format(int, int) - Method in class fuego.lang.Time
Formats this date-time with the given date and time formatting styles for the default locale.
format(DateFormat, TimeZone) - Method in class fuego.lang.Time
Formats this date-time with DateFormat using provided time zone and locale
format(String, TimeZone, Locale) - Method in class fuego.lang.Time
Formats this date-time with mask using provided time zone and locale
format(Presentation.Column, Object, Locale) - Method in class fuego.papi.Presentation.DefaultPresentationColumnFormat
Formats a column value to produce a localized string.
format(Presentation.Column, Object, Locale) - Method in interface fuego.papi.PresentationColumnFormat
Formats a column value to produce a string.
formatDate() - Method in class fuego.lang.Time
Formats this date with default mask for the default locale.
formatDate(int) - Method in class fuego.lang.Time
Formats this date with the given date formatting style for the default locale.
formatGMT(DateFormat) - Method in class fuego.lang.Time
Formats this date-time with DateFormat using GMT time zone
formatGMT(String) - Method in class fuego.lang.Time
Formats this date-time with given mask using GMT timezone
formatTime(int) - Method in class fuego.lang.Time
Formats this time with the given time formatting style for the default locale.
formatTimeOnly() - Method in class fuego.lang.Time
Formats this time as a time only (no TZ correction)
formatTimeOnly(int) - Method in class fuego.lang.Time
Formats this time as a time only (no TZ correction)
fromGMT(Time) - Static method in class fuego.lang.Time
Returns the time in the current user Timezone
fromGMT() - Method in class fuego.lang.Time
Returns the time in the current user Timezone
fromMinutes(int) - Static method in class fuego.lang.Interval
Constructs an interval from a number of minutes
fromSeconds(int) - Static method in class fuego.lang.Interval
Constructs an interval from a number of seconds
fuego.papi - package fuego.papi
Provides the classes necessary to interact with a fuego engine from a Java program.
fuego.papi.collections - package fuego.papi.collections
 
fuego.papi.exception - package fuego.papi.exception
Contains all the subclasses of any papi OperationException.
fuego.papi.utils - package fuego.papi.utils
 
FULL - Static variable in class fuego.lang.Time
Constant for full style pattern.

G

get(IntervalUnit) - Method in class fuego.lang.Interval
 
getActivationTime() - Method in class fuego.papi.InstanceEvent
Returns the time when the instance which generate this event started to execute the activity.
getActiveProcessId(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processGetActiveVersion(String) instead
getActiveProcessIdsByView(View) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use View.getAssignedProcesses() and then use ProcessServiceSession.processGetActiveVersion(String) over each process in the array.
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(String) - Method in class fuego.papi.collections.InstanceActivityPairSet
Returns the activity associated to the instance identification given.
getActivity() - Method in exception fuego.papi.exception.InstanceConcurrentExecutionException
 
getActivity() - Method in class fuego.papi.InstanceEvent
Returns the activity where the event was generated.
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
getActivityDeadline() - Method in class fuego.papi.InstanceInfo
Returns the deadline to complete the current activity
getActivityDocumentation(String, Locale) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityGetDocumentation(Activity, Locale) instead
getActivityForView(ActivityView) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. The ActivityScope is deprecated
getActivityId() - Method in exception fuego.papi.exception.ActivityFailedException
Return the activity identification where this exception was generated.
getActivityId() - Method in exception fuego.papi.exception.ActivityNotFoundException
 
getActivityId() - Method in exception fuego.papi.exception.InstanceSentByBackOrSkipActionException
Return the activity identification of the task executed.
getActivityId() - Method in exception fuego.papi.exception.InvalidActivityException
Return the invalid activity
getActivityId() - Method in exception fuego.papi.exception.InvalidTaskNumberException
 
getActivityId() - Method in exception fuego.papi.exception.TaskNotFoundException
 
getActivityId() - Method in exception fuego.papi.exception.TaskOperationException
 
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
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.collections.InstanceActivityPair
Returns the name of the activity where you suppose that the instance is.
getActivityName() - Method in class fuego.papi.InstanceInfo
Returns the activity name of this instance
getActivityName() - Method in class fuego.papi.InstanceStamp
Deprecated. Returns the activity name where the carried instance is suposed to be.
getActivityName() - Method in interface fuego.papi.Note
Returns the name of the Activity in which the note was created.
getActivityName() - Method in interface fuego.papi.NoteInterface
 
getActivityName() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the activity name where the node is.
getActivityScope() - Method in class fuego.papi.SearchScope
Returns the activity scope of this search.
getActivityType() - Method in interface fuego.papi.ActivityView
Returns the type of the activity defined for this view.
getActivityType() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the activity type where the node is.
getAlfanumericComparisons() - Static method in enum fuego.papi.Comparison
 
getAllProcessVersions(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processGetAllVersions(String) instead
getAllProcessVersions(String[]) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processesGetAllVersions(fuego.papi.collections.ProcessIdSet) instead
getAMPM() - Method in class fuego.lang.Time
Returns the AM - PM value.
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.ProcessServiceSession
Deprecated. use ProcessServiceSession.viewGetApplications(ApplicationsView) instead
getAproximateTotal(IntervalUnit) - Method in class fuego.lang.Interval
 
getArgument(String, Class<T>) - Method in interface fuego.lang.ArgumentMap
 
getArgument(String, Class<T>) - Method in class fuego.lang.DynamicObject
 
getArgument(String) - Method in class fuego.papi.Arguments
Get the argument value
getArgument() - Method in exception fuego.papi.exception.InvalidAttachmentArgumentLengthException
Argument that exceeds the limit of the length.
getArguments() - Method in class fuego.papi.Arguments
Get a map with all arguments added to this Argument object.
getArguments() - Method in interface fuego.papi.ArgumentSet
Returns the arguments assigned to this ArgumentSet.
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.
getArgumentSetName() - Method in exception fuego.papi.exception.InvalidArgumentSetNameException
 
getArgumentSets() - Method in interface fuego.papi.Process
Returns all ArgumentSet for the begin activity of the process.
getArgumentSets(String) - Method in interface fuego.papi.Process
Returns all ArgumentSet for a given activity name.
getArgumentsName() - Method in class fuego.papi.Arguments
Get all argument names added to this Argument object Returns a String array with all names
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 exception fuego.papi.AttachmentOperationException
Return the attachemnt identification where the operation was executed and the exception was thrown.
getAttachment(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.attachmentGet(String) instead
getAttachmentConfigRetriever() - Method in class fuego.papi.ProcessService
Obtains a AttachmentConfigRetriever.
getAttachmentLastVersion(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.attachmentGetLastVersion(String) instead
getAttachmentsByInstance(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instanceGetAttachments(String) instead
getAttachmentsByView(AttachmentsView) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.viewGetAttachments(AttachmentsView) instead
getAttachmentVersions(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.attachmentGetAllVersions(String) instead
getAttributes() - Method in interface fuego.papi.Filter
Returns all attributes added to the filter
getAttributesByVariable() - Method in interface fuego.papi.Filter
Returns a map with all attributes added to the filter.
getAttributesByVariable(String) - Method in interface fuego.papi.Filter
Return all attributes added to the filter for a specific variable.
getAttributesDescription(Filter, String[], ProcessServiceSession) - Static method in class fuego.papi.utils.FilterDescriptor
Returns a complete description of the filter.
getAttributesDescription(Filter, List<String>, ProcessServiceSession) - Static method in class fuego.papi.utils.FilterDescriptor
Returns a complete description of the filter.
getAttributesDescription(Filter, List<String>, FilterDescriptor.FilterDescriptionInformation) - Static method in class fuego.papi.utils.FilterDescriptor
Returns a complete description of the 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 exception fuego.papi.exception.ApplicationsNotAvailableException
This method returns an array with the returned value for those available applications.
getAvailableAttachments() - Method in exception fuego.papi.exception.AttachmentsNotAvailableException
This method returns an array with the returned value for those available attachments.
getAvailableInstances() - Method in exception fuego.papi.exception.FilterBatchOperationException
 
getAvailableInstances() - Method in exception fuego.papi.exception.InstancesException
This method returns an array of instances.
getAvailableObjects() - Method in exception fuego.papi.BatchOperationException
This method returns an array with the returned value for those available objects.
getAvailableProcesses() - Method in exception fuego.papi.exception.ProcessesNotAvailableException
This method returns an array with the returned value for those available processes.
getAvailableResults() - Method in exception fuego.papi.exception.IncompleteJobsException
 
getBeginActivity() - Method in interface fuego.papi.Process
Returns the begin activity of this process
getBookmarks() - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instancesGetBookmarks() instead
getBooleanArgument(String) - Method in class fuego.papi.Arguments
Get the argument value
getBooleanComparisons() - Static method in enum fuego.papi.Comparison
 
getBussinesVariablesIds() - Method in class fuego.papi.InstanceEvent
Returns all bussiness variables identification stored in the event.
getBussinesVariablesValues() - Method in class fuego.papi.InstanceEvent
Returns all bussiness variables values stored in the event.
getCalendar() - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.participantCalendar() instead
getCatalogIn() - Method in interface fuego.papi.Process
Returns this process' catalog identification number.
getCategory() - Method in class fuego.papi.InstanceEvent
Returns the category of the event.
getChangeEngineStatus() - Method in exception fuego.papi.exception.ProcessControlNotAvailableException
 
getChildInstanceId() - Method in class fuego.papi.utils.AuditTrail.SubFlowNode
Return the child created in the subflow
getChildren() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the children of the node
getChildren() - Method in class fuego.papi.utils.TreeView.NodeView
Returns a list with all child of the node.
getChildrenViews(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.viewGetChildren(String) instead
getCILArguments() - Method in class fuego.papi.Arguments
 
getCILName() - Method in exception fuego.papi.exception.InstanceSentByBackOrSkipActionException
Return the name of the CIL executed where the action was generated.
getColumnFormat() - Method in class fuego.papi.Presentation.Column
Gets the format of this column
getColumns() - Method in interface fuego.papi.Presentation
 
getComparator() - Method in interface fuego.papi.Filter
Returns the java.util.Comparator generated for this filter.
getComparator(Locale) - Method in interface fuego.papi.Filter
Returns the java.util.Comparator generated for this filter and the specified locale.
getComparison() - Method in interface fuego.papi.FilterAttribute
Return the comparion of the expresion
getConnectedSince() - Method in class fuego.papi.ConnectedClientInfo
Return the time when the participant had connected to PAPI.
getConsolidatedId() - Method in interface fuego.papi.Process
 
getConsult(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instanceGetLastConsult(InstanceInfo) instead
getConsults() - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instancesGetConsults() instead
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
 
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 exception fuego.papi.exception.InstanceNotInActivityException
Where the instance is now.
getCurrentEngineStatus() - Method in exception fuego.papi.exception.ProcessControlNotAvailableException
 
getCurrentInstance() - Method in exception fuego.papi.exception.InstanceNotInActivityException
 
getDatabaseColumnName(String) - Static method in class fuego.papi.VarDefinition
Returns the database column name of the variable.
getDate() - Method in class fuego.lang.Time
"Date" part of of the Time in the default format locale.
getDateFormat(int, int) - Static method in class fuego.lang.Time
Returns an appropiate DateFormat based on the time object parts, an style.
getDateFormat(int, int, Locale) - Static method in class fuego.lang.Time
Returns an appropiate DateFormat based on the time object parts, an style and a locale required.
getDatePart() - Method in class fuego.lang.Time
Returns a new Time with only the Day,Month,Year parts copied from this instance
getDay() - Method in class fuego.lang.Time
Return the day of the month, starting from 1
getDayOfMonth() - Method in class fuego.lang.Time
Return the day of the month, starting from 1
getDayOfWeek() - Method in class fuego.lang.Time
Return the day of the week
getDays() - Method in class fuego.lang.Interval
The "days" value for this interval.
getDays() - Method in class fuego.lang.Time
Number of the days of this Time.
getDaysOnly() - Method in class fuego.lang.Interval
The "days" value for this interval.
getDeadline() - Method in class fuego.papi.InstanceInfo
Returns the deadline for this instance in its current activity
getDefaultPresentation(PresentationType) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.presentationGetDefault(PresentationType) instead
getDefaultPresentation(ViewType) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.presentationGetDefault(ViewType) instead
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
Deprecated. use ProcessServiceSession.instanceGetParticipants(String, String, ParticipantFor) instead.
[instanceGetParticipants("/OU/ProcessName#Default-1.0/1/0", "MyActivity", ParticipantFor.DELEGATE)]
getDeployedEngine() - Method in interface fuego.papi.Process
Return the engine where this process was deployed
getDescendants() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the descendants of the node
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
Returns the localized description of the specified type in the specified locale.
getDescription() - Method in interface fuego.papi.Filter
Returns all information about the 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
Gets the localize description of the specified state number.
getDescription(Locale) - Method in interface fuego.papi.MDObject
Returns the description for this object
getDescription(int, Locale) - Static method in class fuego.papi.Priority
Gets the localize description of the specified priority.
getDescription(Locale) - Method in interface fuego.papi.Process
Returns this process' localized description.
getDescription(int, Locale) - Static method in class fuego.papi.ProcessInstanceState
Gets the localize description of the specified state number.
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.
getDescription() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the description of the node
getDescription(Locale) - Method in class fuego.processmodel.Activity
 
getDetail(Locale) - Method in exception fuego.papi.AttachmentOperationException
This method return the detail of the exception.
getDetail(Locale) - Method in exception fuego.papi.exception.ApplicationsNotAvailableInProcessException
This method return the detail of the exception.
getDetail(Locale) - Method in exception fuego.papi.exception.InstanceNotAvailableException
This method return the detail of the exception.
getDetail(Locale) - Method in exception fuego.papi.exception.InstancesNotAvailableInEngineException
This method return the detail of the exception.
getDetail(Locale) - Method in exception fuego.papi.exception.ViewsForTypeNotAvailableException
This method return the detail of the exception.
getDetail(Locale) - Method in exception fuego.papi.ProcessNotAvailableException
This method returns the detail of the exception.
getDirectoryURL() - Method in exception fuego.papi.exception.DirectoryServiceNotAvailableException
 
getDirectoryURL() - Method in exception fuego.papi.exception.ProcessNotFoundException
 
getDocumentation(Locale) - Method in class fuego.papi.Activity
Deprecated. use ProcessServiceSession.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 ProcessServiceSession.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
getEaster(int) - Static method in class fuego.lang.Time
Returns the Easter date in the "y" year according to Knuth See also Algorithm from Knuth's "The Art of Programming", Volume 1, pages 168-169
getEditableView(View) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.viewEdit(View) instead
getEditionTime() - Method in interface fuego.papi.Attachment
Returns the time of marking for edition of this attachment.
getEditionTime() - Method in interface fuego.papi.AttachmentInterface
 
getElement(Object) - Method in class fuego.lang.DynamicObject
Returns the element associated with the key if the DynamicObject represents a map.
getElementAt(int) - Method in class fuego.lang.DynamicObject
Returns the nth element if the DynamicObject represents an array.
getElementType() - Method in class fuego.lang.DynamicObject
Returns element type if it's a list or a map, null otherwise.
getEngineName() - Method in exception fuego.papi.exception.InstancesNotAvailableInEngineException
Return the engine where didn't obtain the instances
getEntry(int) - Method in class fuego.papi.Ordering
 
getEntry(String) - Method in class fuego.papi.Ordering
 
getEntryCount() - Method in class fuego.papi.Ordering
 
getErrorsMessage() - Method in exception fuego.papi.exception.FilterBatchOperationException
This method is mainly to be used in logs.
getErrorsMessage() - Method in exception fuego.papi.exception.InstancesException
This method returns a string message with all the errors.
getEscalateParticipants(InstanceStamp) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instanceGetParticipants(String, String, ParticipantFor) instead.
[instanceGetParticipants("/OU/ProcessName#Default-1.0/1/0", "MyActivity", ParticipantFor.ESCALATE)]
getEvent() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the event of the node
getEvent() - Method in class fuego.papi.utils.AuditTrail.MeasureVariableNode
Returns the event of the node
getEventData() - Method in class fuego.papi.InstanceEvent
Returns the data stored in the event.
getEventData() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the information of the node
getEventDataValue(String) - Method in class fuego.papi.InstanceEvent
 
getEventType() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the event type of the node
getExternalDownloadUrl() - Method in interface fuego.papi.Attachment
Url link to external download link.
getExternalId() - Method in interface fuego.papi.Attachment
Indicates external id, necessary when the attachment is not stored in the engine DB, but on a different repository.
getExternalUrl() - Method in interface fuego.papi.Attachment
Url link to external description information.
getExternalUrl() - Method in interface fuego.papi.Task
Returns the URL associated with an external task (if any)
getField(String) - Method in class fuego.lang.DynamicObject
Returns the field value corresponding to the specified field name if the DynamicObject represents a Composite.
getFieldName(IntervalUnit) - Static method in class fuego.lang.Interval
 
getFile() - Method in exception 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
getFilters() - Method in interface fuego.papi.Filter
Returns all Filters added to this filter.
getFirstDayOfMonth() - Method in class fuego.lang.Time
Returns a Time object representing the first day of the given Time's month
getFirstName() - Method in class fuego.papi.Participant
Returns the participant first name
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
 
getFormat(Locale) - Method in class fuego.papi.ColumnFormat
Gets the Format object for the given locale
getFormat(Locale) - Method in enum fuego.papi.ColumnFormatType
Gets the formatter for the given locale
getFormat(Locale, String) - Method in enum fuego.papi.ColumnFormatType
Gets the custom formatter for the given locale and pattern
getFormatPreview(Locale) - Method in enum fuego.papi.ColumnFormatType
 
getFormatPreview(Locale, String) - Method in enum fuego.papi.ColumnFormatType
 
getFormattedValue(Object, Locale) - Method in class fuego.papi.Presentation.Column
Gets the value received formatted following the variable definition for this column.
getFormattedValue(Object, Locale, PresentationColumnFormat) - Method in class fuego.papi.Presentation.Column
Gets the value received formatted by the given column format.
getFractionSize() - Method in class fuego.papi.VarDefinition
This method returns the specific size of the instance variable fraction part.
getFuegoType() - Method in interface fuego.papi.TaskArgument
Returns the ALBPM type (name of the Type) of this argument.
getGlobalActivities(Process[], int, boolean) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. ProcessServiceSession.processesGetGlobalActivities(ProcessIdSet, int, boolean) instead
getGlobalActivities(Process[]) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processesGetGlobalActivities(ProcessIdSet) instead
getGlobalActivities(String[], int, boolean) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processesGetGlobalActivities(ProcessIdSet, int, boolean) instead.
getGlobalActivities(String[]) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processesGetGlobalActivities(fuego.papi.collections.ProcessIdSet) instead.
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.ProcessServiceSession
Deprecated. use ProcessServiceSession.instanceGrabbableFrom(InstanceInfo) instead
getGrabbableInstances(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. ProcessServiceSession.activityGetGrabbableInstances(String, String) instead.
getHost() - Method in class fuego.papi.ConnectedClientInfo
Return the host where is the Participant.
getHost() - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.participantHost() instead
getHour() - Method in class fuego.lang.Time
Hour of this Time in 12 hour clock.
getHourOfDay() - Method in class fuego.lang.Time
Number of Hour of the day.
getHours() - Method in class fuego.lang.Interval
The "hours" value for this interval.
getHours() - Method in class fuego.lang.Time
Number of hours of this Time.
getHoursOnly() - Method in class fuego.lang.Interval
The "hours" value for this interval.
getIconForActivity(String) - Method in interface fuego.papi.ProcessDiagram
Gets the icon image of the activity using the selected theme.
getId() - Method in interface fuego.lang.ConnectionPassport
 
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() - Method in exception fuego.papi.exception.InvalidVariableIdException
 
getId() - Method in class fuego.papi.InstanceEvent
Returns the id of the event.
getId() - Method in class fuego.papi.InstanceInfo
Return the instance identification.
getId(int) - Static method in class fuego.papi.InstanceItemState
Gets the Id of the specified state number.
getId() - Method in class fuego.papi.InstanceStamp
Deprecated. 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() - Method in interface fuego.papi.Process
Returns this process' id.
getId(int) - Static method in class fuego.papi.ProcessInstanceState
Gets the Id of the specified state number.
getId() - Method in interface fuego.papi.ProcessServiceSession
Returns the session identification assigned to this session or null if this session does not have identification.
getId() - Method in interface fuego.papi.Task
Returns the task Id.
getId() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the indentification of the node
getId() - Method in class fuego.papi.utils.TreeView.NodeView
Returns the id of the node.
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
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 enum 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 enum fuego.papi.ViewType
 
getIndexType() - Method in class fuego.lang.DynamicObject
Returns index type if it's a list or a map, null otherwise.
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() - Static method in class fuego.lang.Void
Singleton implementation.
getInstance(ColumnFormatType) - Static method in class fuego.papi.ColumnFormat
Factory method Builds a column formatter of the given style
getInstance(ColumnFormatType, String) - Static method in class fuego.papi.ColumnFormat
Factory method Builds a column formatter of the given style and pattern
getInstance(InstanceStamp) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processGetInstance(String, String) instead
getInstance(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processGetInstance(String) instead
getInstanceActivityPair() - Method in class fuego.papi.InstanceInfo
Deprecated. Do not use this method.
getInstanceByCorrelation(String, String, Object[]) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processGetInstanceByCorrelation(String, String, Object[]) instead
getInstanceCopy() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the instance copy of the node
getInstanceData(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instanceGetData(String) instead
getInstanceEvents(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instanceGetEvents(String) instead
getInstanceId() - Method in interface fuego.papi.Attachment
Returns the instance identificator from the specific attachment
getInstanceId() - Method in class fuego.papi.collections.InstanceActivityPair
Returns the identification of the instance.
getInstanceId() - Method in exception fuego.papi.exception.InstanceNotFoundException
Return the instance identification that was not found.
getInstanceId() - Method in exception fuego.papi.exception.InstanceOperationException
 
getInstanceId(InstanceInfo) - Static method in class fuego.papi.InstanceId
Generate a new InstanceId from an InstanceInfo.
getInstanceId(String) - Static method in class fuego.papi.InstanceId
Returns the Instance Id without the organization
getInstanceId() - Method in class fuego.papi.InstanceStamp
Deprecated. 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 interface fuego.papi.TaskExecution
 
getInstanceIn() - Method in interface fuego.papi.Attachment
The identificator number of the instance where is this attached
getInstanceIn() - Method in class fuego.papi.InstanceEvent
Returns the instance identification number where the event was generated.
getInstanceIn(String) - Static method in class fuego.papi.InstanceId
Returns the Instance IN from a specific Instance Id
getInstanceIn() - Method in class fuego.papi.InstanceId
Gets the instance identification number in the process where this instance has been created.
getInstanceIn() - Method in class fuego.papi.InstanceStamp
Deprecated. 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
getInstanceIn() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the instance number of the node
getInstanceInfo() - Method in exception fuego.papi.exception.InstanceSentException
 
getInstanceNotes(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instanceGetNotes(String) instead
getInstanceOwner() - Method in exception fuego.papi.exception.CannotLockInstanceException
Return the instance owner
getInstances(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processGetInstances(String) instead
getInstancesByFilter(String[], Filter) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processesGetInstancesByFilter(fuego.papi.collections.ProcessIdSet, Filter) instead
getInstancesByView(InstancesView) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.viewGetInstances(InstancesView) instead
getInstanceState() - Method in exception fuego.papi.exception.InstanceNotInActivityException
Return the state of the instance
getInteractiveRoles() - Method in interface fuego.papi.Process
Return all roles with interactive activities in this process
getInternalState() - Method in class fuego.papi.InstanceInfo
 
getJavaClass() - Method in interface fuego.papi.ArgumentSet.Argument
Return the java class of the argument.
getJavaClass() - Method in interface fuego.papi.TaskArgument
Returns the java class of this argument.
getJavaClassName() - Method in class fuego.lang.DynamicObject
Returns the java class name of the object which represents this DynamicObject.
getJavaType() - Method in interface fuego.papi.ArgumentSet.Argument
Returns the java type (name of the class) of the argument.
getJavaType() - Method in interface fuego.papi.TaskArgument
Returns the java type of this argument.
getKey(String) - Static method in class fuego.papi.InstanceInfo
 
getKey() - Method in class fuego.papi.InstanceInfo
 
getKind(String) - Static method in class fuego.lang.Kind
 
getKind() - Method in interface fuego.papi.FilterAttribute
Return the kind of the VarDefinition to compare
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.utils.TreeView.NodeView
Returns the label for a 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
getLabels() - Method in class fuego.papi.Activity
Return all labels
getLabels() - Method in interface fuego.papi.Process
Returns all localized labels of this process.
getLabels() - Method in class fuego.papi.VarDefinition
Returns all labels for this variable
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.
getLastAction() - Method in class fuego.papi.ConnectedClientInfo
Return the last time when the Participant executed an Action.
getLastActivity() - Method in exception fuego.papi.exception.InstanceNotInActivityException
The last activity of the instance
getLastDayOfMonth() - Method in class fuego.lang.Time
The last day of the given Time's month For example for the Time: "Mar 30, 2005 15:11:16-03", its value is: "Mar 31, 2005 15:11:16-03"
getLastName() - Method in class fuego.papi.Participant
Returns the participant last name
getLastNewsTimestamp() - Method in interface fuego.papi.Process
 
getLevel() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the level of the node in the graph.
getLocale() - Method in interface fuego.papi.Attachment
The locale in which the document has been written.
getLocale() - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.participantLocale() instead
getLocale() - Method in interface fuego.papi.utils.FilterDescriptor.FilterDescriptionInformation
Returns the locale of the description
getLocaleGrabValues() - Static method in class fuego.papi.ProcessInstanceState
For internal use only.
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 exception fuego.papi.exception.MaxAllowedParticipantConnectedException
 
getMaxInstancesCount() - Method in exception fuego.papi.exception.CannotCreateInstanceException
 
getMaxSize() - Method in exception fuego.papi.exception.MaxSizeParticipantsExceededException
 
getMeasurements() - Method in interface fuego.papi.Process
This method returns an measurement array width all measurements of this process
getMessage(Locale) - Method in exception fuego.papi.BatchOperationException
Returns the composition of the user message, the administrative detail and the technical detail using the given locale.
getMicroSecond() - Method in class fuego.lang.Time
The microsecond value of the Time
getMicroSeconds() - Method in class fuego.lang.Interval
Hour portion of the interval reexpressed into microseconds.
getMicroSeconds() - Method in class fuego.lang.Time
Time represented in number of the microseconds.
getMicroSecondsOnly() - Method in class fuego.lang.Interval
The "microseconds" part of the interval.
getMilliSeconds() - Method in class fuego.lang.Interval
Hour portion of the interval reexpressed into milliseconds.
getMilliSeconds() - Method in class fuego.lang.Time
Time represented in number of the milliseconds.
getMilliSecondsOnly() - Method in class fuego.lang.Interval
The "milliseconds" part of the interval.
getMinute() - Method in class fuego.lang.Time
The minute value of the Time
getMinutes() - Method in class fuego.lang.Interval
Hour portion of the interval reexpressed into minutes.
getMinutes() - Method in class fuego.lang.Time
Time represented in number of the minutes.
getMinutesOnly() - Method in class fuego.lang.Interval
The "minutes" value of the interval.
getMonth() - Method in class fuego.lang.Time
The month value of the Time , starting from 1
getMonthName(int) - Static method in class fuego.lang.Time
Returns a string containing the name of a given month number.
getMonths() - Method in class fuego.lang.Interval
The "years/months" value for this interval expressed in months.
getMonths() - Method in class fuego.lang.Time
Return the total number of months Since Epoch
getMonthsOnly() - Method in class fuego.lang.Interval
The "months" value for this interval.
getMsg() - Method in enum fuego.papi.ColumnFormatType
For internal use only.
getMsg() - Method in enum fuego.papi.Comparison
 
getMsg() - Method in enum fuego.papi.ParticipantFor
 
getMsg() - Method in enum fuego.papi.ParticipantScope
 
getMsg() - Method in enum fuego.papi.PresentationType
 
getMsg() - Method in enum fuego.papi.StatusScope
 
getMsg() - Method in class fuego.papi.VarDefinition
Returns the Msg with all labels for this variable.
getMsg() - Method in enum fuego.papi.ViewType
 
getName(int) - Static method in class fuego.lang.Kind
 
getName() - Method in interface fuego.papi.ArgumentSet.Argument
Returns the name of the argument
getName() - Method in interface fuego.papi.ArgumentSet
Returns the name of the ArgumentSet which was defined in the process.
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
Return the id of the Participant.
getName() - Method in interface fuego.papi.Filter
Return the name of this filter.
getName(int) - Static method in class fuego.papi.InstanceItemState
Gets the name of the specified state number.
getName() - Method in interface fuego.papi.MDObject
Returns this object name
getName() - Method in interface fuego.papi.Note
Deprecated. 
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.
getName() - Method in class fuego.processmodel.Activity
 
getNode(String) - Method in class fuego.papi.utils.AuditTrail
Returns the node represented by the id.
getNotAvailableObjects() - Method in exception 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.ProcessServiceSession
Deprecated. use ProcessServiceSession.noteGet(String) instead
getNoteId() - Method in exception fuego.papi.exception.InvalidNoteIdException
 
getNumberOfThreads() - Method in class fuego.papi.InstanceInfo
Returns the number of threads (copies) this instance has.
getNumericalComparisons() - Static method in enum fuego.papi.Comparison
 
getNumericalFormatTypes() - Static method in enum fuego.papi.ColumnFormatType
Gets all numerical format types.
getOnly(IntervalUnit) - Method in class fuego.lang.Interval
 
getOrder() - Method in interface fuego.papi.HistoryView
Return the days ago from the current day.
getOrdering() - Method in interface fuego.papi.Filter
Return the order of the instances that match with this filter.
getOrdering() - Method in interface fuego.papi.Presentation
Gets the columns which will be use to sort this presentation.
getOrganization(String) - Static method in class fuego.papi.InstanceId
Returns the Organization from a specific GlobalInstanceId
getOrganization() - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.organization() instead
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 exception 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 exception fuego.papi.exception.NoParametricRoleException
Return the parameter value
getParametricAttributes() - Method in interface fuego.papi.Filter
Return all parametric attributes.
getParent() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the parent node of this node
getParent() - Method in class fuego.papi.utils.TreeView.NodeView
Returns the parent node of the current node.
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.ProcessServiceSession
Deprecated. use ProcessServiceSession.viewGetParent(String) instead
getParentViewId(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use View.getParentId() instead.
getParticipant() - Method in interface fuego.papi.Consult
Return the participant id who create the 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.ProcessServiceSession
Deprecated. use ProcessServiceSession.participantCurrent() instead
getParticipant(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.participantFind(String) instead
getParticipant() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the participant whos generate this node
getParticipant(String) - Method in interface fuego.papi.utils.FilterDescriptor.FilterDescriptionInformation
Returns the Participant associated with the id.
getParticipantId() - Method in exception fuego.papi.exception.AttachmentLockedException
Return the participant identification that is locking the attachment
getParticipantId() - Method in exception fuego.papi.exception.CannotGetWorkingAttachmentsException
Return the participant identification who is working with the attachments.
getParticipantId() - Method in exception fuego.papi.exception.EditAttachmentException
Return the participant identification that wanted to edit the attachment.
getParticipantId() - Method in exception fuego.papi.exception.InstanceAlreadySelectedException
Return the participant that has already selected the instance
getParticipantId() - Method in exception fuego.papi.exception.InstanceNotGrabbedException
Return the participant that grabbed the instance.
getParticipantId() - Method in exception fuego.papi.exception.ProcessNotVisibleException
Return the participant that can not see the process.
getParticipantId() - Method in exception fuego.papi.exception.ReleaseAttachmentException
Return the participant identification that wanted to release the attachment.
getParticipantId() - Method in exception fuego.papi.exception.TaskAlreadySelectedException
 
getParticipantId() - Method in exception fuego.papi.exception.TaskCompletedException
 
getParticipantId() - Method in class fuego.papi.InstanceEvent
Returns the participant identification which generated the event.
getParticipantId() - Method in class fuego.papi.InstanceInfo
Returns the participant selecting this instance.
getParticipantId() - Method in exception fuego.papi.ParticipantException
 
getParticipantId() - Method in exception fuego.papi.PropertyOperationException
 
getParticipantIn() - Method in class fuego.papi.InstanceEvent
Returns the participant identification number which generated the event.
getParticipantIn() - Method in class fuego.papi.InstanceInfo
Returns the participant identification number of this instance
getParticipants() - Method in exception fuego.papi.exception.NotUniqueParticipantException
 
getParticipants(int) - Method in class fuego.papi.ParticipantsForActivities
Gets the participants array for a given Activity
getParticipantScope() - Method in class fuego.papi.SearchScope
Returns the participant scope of this search.
getParticipantsForActivities() - Method in exception fuego.papi.exception.InstancesException
This method returns hash
getParticipantsForInstance(InstanceStamp) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instanceGetParticipants(String, String, ParticipantFor) instead.
[instanceGetParticipants("/OU/Process#Default-1.0/1/0", "MyActivity", ParticipantFor.REASSIGN)]
getPath() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns path generated by this node
getPattern() - Method in class fuego.papi.ColumnFormat
Gets the column format pattern (for custom formatters)
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.ProcessServiceSession
Deprecated. use ProcessServiceSession.presentationGet(String) instead
getPresentation(PresentationType, String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.presentationGet(PresentationType, String) instead
getPresentation(ViewType, String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.presentationGet(ViewType, String) instead
getPresentation() - Method in interface fuego.papi.View
Returns the presentation identification assigned
getPresentationId() - Method in exception fuego.papi.exception.PresentationNotFoundException
 
getPresentationIds(PresentationType) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.presentationsGetIds(PresentationType) instead
getPresentationType() - Method in exception fuego.papi.exception.PresentationNotFoundException
 
getPresentationType() - Method in interface fuego.papi.View
Returns the type of the presentation assinged
getPreset() - Method in interface fuego.lang.ConnectionPassport
 
getPrevious() - Method in class fuego.lang.DynamicObject
 
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. use ProcessServiceSession.processGet(String)
or ProcessServiceSession.processGet(int) instead
getProcess(int) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processGet(int) instead
getProcess(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processGet(String) instead
getProcess(String) - Method in interface fuego.papi.utils.FilterDescriptor.FilterDescriptionInformation
Returns the process assocated with the id.
getProcessDeadline() - Method in class fuego.papi.InstanceInfo
Returns the instance process deadline.
getProcessDiagram(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processGetDiagram(String) instead
getProcessDiagram(int) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processGetDiagram(Process) instead
getProcessDiagram(Process) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processGetDiagram(Process) instead
getProcessDocumentation(String, Locale) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processGetDocumentation(String, Locale) instead
getProcesses(boolean) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processesGet(boolean) instead
getProcesses(boolean, boolean) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processesGet(boolean, boolean) instead
getProcessId() - Method in class fuego.papi.Activity
Returns parent process Id for this activity
getProcessId(String) - Static method in class fuego.papi.Activity
Returns the process Id for the given activity id
getProcessId() - Method in exception fuego.papi.exception.ApplicationsNotAvailableInProcessException
Return the process identification where you wanted to get the applications
getProcessId() - Method in exception fuego.papi.exception.AttachmentsNotAvailableInProcessException
 
getProcessId() - Method in exception fuego.papi.exception.CannotGetWorkingAttachmentsException
Return the process identification where you wanted to get the working attachments
getProcessId() - Method in exception fuego.papi.exception.InvalidProcessIdException
 
getProcessId() - Method in exception fuego.papi.exception.ParticipantHasNotRoleInProcessException
 
getProcessId(String) - Static method in class fuego.papi.InstanceId
Returns the Process Identification from a specific Instance identification.
getProcessId() - Method in class fuego.papi.InstanceInfo
Rerturns the process Id of this instance.
getProcessId() - Method in class fuego.papi.InstanceStamp
Deprecated. Returns the process identificator for this instance.
getProcessId() - Method in exception fuego.papi.ProcessNotAvailableException
 
getProcessId() - Method in exception fuego.papi.ProcessOperationException
Return the process identification that generated this exception
getProcessId(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instanceGetProcessId(InstanceInfo) instead
getProcessId(int) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processGetId(int) instead
getProcessIds() - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processesGetIds() instead
getProcessIds(boolean) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processesGetIds(boolean) instead
getProcessImage(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processGetDiagram(Process) instead
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.InstanceEvent
Returns the process identification number where the event was generated.
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.ProcessServiceSession
Deprecated. use ProcessServiceSession.processGetIn(String) instead
getProcessIn() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the process number of this node
getProjectName() - Method in interface fuego.papi.Process
Returns this process' project name.
getProperties() - Method in class fuego.papi.ProcessService
Returns the properties used to create this object.
getProperty(String) - Method in interface fuego.lang.ConnectionPassport
 
getProperty(String) - Method in class fuego.papi.ProcessService
Returns the value of the given property key from the properties that was used to create this ProcessService.
The property should be one of the default property values, e.g.
getPropertyKey() - Method in exception fuego.papi.exception.PropertyValueSerializationException
 
getReceiveTime() - Method in class fuego.papi.InstanceEvent
Returns the time when the instance arrived to the activity where the event was generated.
getReceptionTime() - Method in class fuego.papi.InstanceInfo
Time when this process instance reached the current activity
getRectangleForActivity(String) - Method in interface fuego.papi.ProcessDiagram
Gets the rectangle of the bounds of the passed activity
getRelativePathForActivityIconImage(String) - Method in interface fuego.papi.ProcessDiagram
 
getRelativePathForActivityImage(String) - Method in interface fuego.papi.ProcessDiagram
 
getRemarkId() - Method in interface fuego.papi.Consult
Return the remark id (note id) where the consult was stored.
getRemarkIn() - Method in interface fuego.papi.Consult
Return the remark in (note in) where the consult was stored.
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 exception fuego.papi.exception.NoInstanceParameterValueException
 
getRoleId() - Method in exception fuego.papi.exception.NoParametricRoleException
Return the generic role
getRoleId() - Method in exception fuego.papi.exception.ParticipantNotInTargetRoleException
 
getRoleId() - Method in class fuego.papi.InstanceInfo
Returns the role identification of this instance
getRoleIn() - Method in class fuego.papi.InstanceInfo
Returns the role identification number of this instance
getRoleName() - Method in exception fuego.papi.exception.NoRoleException
 
getRoleName() - Method in exception 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
getRoot() - Method in class fuego.papi.utils.TreeView
Returns a list of NodeView with all nodes which do not have parent.
getRootNode() - Method in class fuego.papi.utils.AuditTrail
Returns the root node of the graph.
getRtViewName() - Method in interface fuego.papi.Task
Returns the display name
getSearchScope() - Method in interface fuego.papi.Filter
Return the scope of the filter.
getSecond() - Method in class fuego.lang.Time
The second value of the Time
getSeconds() - Method in class fuego.lang.Interval
Hour portion of the interval reexpressed into seconds.
getSeconds() - Method in class fuego.lang.Time
Time represented in number of the seconds.
getSecondsOnly() - Method in class fuego.lang.Interval
The "seconds" value for this interval.
getSecureEngines() - Method in interface fuego.papi.ProcessServiceSession
 
getSenderInstanceId() - Method in exception fuego.papi.exception.CannotStoreNotificationException
Return the instance identification who send the notification.
getSession(String) - Method in class fuego.papi.utils.SessionCache
Returns the ProcessServiceSession with the given session id.
getSessionProperty(String) - Method in interface fuego.papi.ProcessServiceSession
Gets PAPI Session scope property.
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.

In case the type of the varible is DECIMAL, the value returned by this method represents both int + fraction size.

getSourceActivitiesForGrab() - Method in class fuego.papi.Activity
Returns the activities where this activity can grab from.
getSourceActivityId() - Method in exception fuego.papi.exception.NoValidTransitionAvailableException
 
getSQLExpression() - Method in enum fuego.papi.Comparison
 
getSQLExpression(boolean) - Method in interface fuego.papi.FilterAttribute
Return a String with the SQL Expression generated by the FilterAttribute.
getStamp() - Method in class fuego.papi.InstanceInfo
Deprecated. Do not use this method. Use InstanceInfo.getInstanceActivityPair() instead.
getStamp(String, String) - Static method in class fuego.papi.InstanceInfo
Deprecated. Use InstanceActivityPair.valueOf(String, String) instead.
getStamp(String) - Static method in class fuego.papi.InstanceInfo
Deprecated. Use InstanceActivityPair.valueOf(String) instead.
getStampForActivity(String) - Method in class fuego.papi.InstanceInfo
Deprecated. Use InstanceInfo.getInstanceActivityPair() instead.
getState() - Method in exception fuego.papi.exception.IllegalInstanceStateException
 
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
Returns the status scope of this search.
getStorageType() - Method in interface fuego.papi.Attachment
The storage repository type where the attachment is stored.
getString() - Method in enum fuego.papi.attachment.AttachmentStorageType
 
getString(Locale) - Method in enum fuego.papi.attachment.AttachmentStorageType
 
getString() - Method in enum fuego.papi.ColumnFormatType
Gets the String representation of this format type.
getString(Locale) - Method in enum fuego.papi.ColumnFormatType
Gets the localized String representation of this format type.
getString() - Method in enum fuego.papi.Comparison
 
getString(Locale) - Method in enum fuego.papi.Comparison
 
getString() - Method in enum fuego.papi.ParticipantFor
 
getString(Locale) - Method in enum fuego.papi.ParticipantFor
 
getString() - Method in enum fuego.papi.ParticipantScope
 
getString(Locale) - Method in enum fuego.papi.ParticipantScope
 
getString() - Method in enum fuego.papi.PresentationType
 
getString(Locale) - Method in enum fuego.papi.PresentationType
 
getString() - Method in enum fuego.papi.StatusScope
 
getString(Locale) - Method in enum fuego.papi.StatusScope
 
getString() - Method in enum fuego.papi.ViewType
 
getString(Locale) - Method in enum fuego.papi.ViewType
 
getTargetActivities() - Method in exception fuego.papi.exception.InstancesException
This method returns a list of target activities names (ie: elements are Strings)
getTargetActivities() - Method in exception fuego.papi.exception.NotUniqueTransitionException
List of Activities where the instance could go.
getTargetActivityName() - Method in exception fuego.papi.exception.CannotStoreNotificationException
Return the activity identification where was send the notification.
getTargetInstanceId() - Method in exception 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
getTaskExecuted() - Method in class fuego.papi.utils.AuditTrail.ItemExecutedNode
Returns the task number executed
getTaskIn() - Method in exception fuego.papi.exception.InstanceSentByBackOrSkipActionException
Return the task number of the task executed.
getTaskIn(int) - Method in class fuego.papi.InstanceInfo
Returns the task identification number for the task number.
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.
getTaskName() - Method in class fuego.papi.utils.AuditTrail.ItemExecutedNode
Returns the task name executed
getTaskNumber() - Method in exception fuego.papi.exception.InvalidTaskNumberException
 
getTaskNumber() - Method in exception fuego.papi.exception.TaskNotFoundException
 
getTaskNumber() - Method in exception fuego.papi.exception.TaskOperationException
 
getTaskNumber() - Method in class fuego.papi.utils.AuditTrail.ItemSelectedNode
Returns the task number selected
getTaskNumber() - Method in class fuego.papi.utils.AuditTrail.ItemUnselectedNode
Returns the task number unselected
getTaskParticipantId(int) - Method in class fuego.papi.InstanceInfo
Rerturns the participant selecting the task.
getTaskResult() - Method in class fuego.papi.utils.AuditTrail.ItemExecutedNode
Returns the result of the task
getTaskRetryCounter(int) - Method in class fuego.papi.InstanceInfo
Returns the retryCounter for the passed task
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
getTaskState() - Method in class fuego.papi.utils.AuditTrail.ItemExecutedNode
Returns the task executed state
getTaskStatusDescription(int, Locale) - Method in class fuego.papi.InstanceInfo
Returns the task status desciption
getTechnicalDetail(Locale) - Method in exception fuego.papi.AttachmentOperationException
This method return the technical detail of the exception.
getTechnicalDetail(Locale) - Method in exception fuego.papi.exception.ApplicationsNotAvailableInProcessException
This method return the technical detail of the exception.
getTechnicalDetail(Locale) - Method in exception fuego.papi.exception.InstanceNotAvailableException
This method return the technical detail of the exception.
getTechnicalDetail(Locale) - Method in exception fuego.papi.exception.InstancesNotAvailableInEngineException
This method return the technical detail of the exception.
getTechnicalDetail(Locale) - Method in exception fuego.papi.exception.ViewsForTypeNotAvailableException
This method return the technical detail of the exception.
getTechnicalDetail(Locale) - Method in exception fuego.papi.ProcessNotAvailableException
This method returns the technical detail of the exception.
getThreadIn() - Method in class fuego.papi.InstanceEvent
Returns the thread identification number where the event was generated.
getThreadIn(String) - Static method in class fuego.papi.InstanceId
Returns the Instance Thread from a specific Instance Id.
getThreadIn() - Method in class fuego.papi.InstanceId
Gets the instance thread/copy identification number.
getThreadIn() - Method in class fuego.papi.InstanceStamp
Deprecated. Returns the thread identificator numberfor this instance.
getTime() - Method in class fuego.lang.Time
Time part of the Time object in DEFAULT style and locale.
getTimeArgument(String) - Method in class fuego.papi.Arguments
Get the argument value
getTimeComparisons() - Static method in enum fuego.papi.Comparison
 
getTimeFormatTypes() - Static method in enum fuego.papi.ColumnFormatType
Gets all time format types.
getTimeOnlyHour() - Method in class fuego.lang.Time
Number of hours of this Time
getTimeOnlyMicroSecond() - Method in class fuego.lang.Time
Microseconds value of this Time
getTimeOnlyMinute() - Method in class fuego.lang.Time
Number of Minutes of this Time
getTimeOnlySecond() - Method in class fuego.lang.Time
Seconds value of this time
getTimeout() - Method in exception fuego.papi.exception.InstanceTimeoutException
 
getTimeStamp() - Method in class fuego.papi.InstanceEvent
Returns the time when the event was generated.
getTimeStamp() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the time when the event of the node was generated.
getTimeZone() - Static method in class fuego.lang.Time
 
getTimeZone() - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.participantTimeZone() instead
getTo() - Method in interface fuego.papi.HistoryView
Return the last day from the history
getTotalMicroseconds() - Method in class fuego.lang.Interval
 
getType() - Method in interface fuego.papi.ArgumentSet.Argument
Returns the ALBPM type (name of the Type) of the argument.
getType() - Method in class fuego.papi.ColumnFormat
Gets the column format type
getType() - Method in interface fuego.papi.Consult
Return the type of the consult.
getType() - Method in class fuego.papi.InstanceEvent
Returns the type of the event.
getType() - Method in interface fuego.papi.Presentation
 
getType() - Method in interface fuego.papi.Task
Returns the task type
getType() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the type of the node
getType() - Method in interface fuego.papi.View
Returns the type of the view
getType() - Method in class fuego.processmodel.Activity
Returns the type of this activity
getUid() - Method in class fuego.papi.Participant
Returns the user Id
getUrl() - Method in interface fuego.lang.ConnectionPassport
 
getURL() - Method in exception fuego.papi.exception.MalformedURLException
 
getURL() - Method in exception fuego.papi.exception.ProtocolNotSupportedException
 
getUserDocumentationFolder() - Method in class fuego.papi.ProcessService
Gets the user documentation folder.
getUserLocale() - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.participantLocale() instead
getUserTimeZone() - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.participantTimeZone() instead
getValue() - Method in interface fuego.papi.FilterAttribute
Return the value to use in the expresion to compare with the instance attribute value.
getValues() - Static method in class fuego.papi.ProcessInstanceState
Returns all valid values
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
Deprecated. use InstanceInfo.getVariable(String, java.util.Locale) instead
getVar(String) - Method in class fuego.papi.InstanceInfo
Deprecated. use InstanceInfo.getVariable(String) instead
getVar(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.variableGet(String) instead
getVarDefinition() - Method in class fuego.papi.Presentation.Column
 
getVariable() - Method in interface fuego.papi.FilterAttribute
Return the VarDefinition to compare.
getVariable(String, Locale) - Method in class fuego.papi.InstanceInfo
Returns the value of any variable by id for a given locale.
getVariable(String) - Method in class fuego.papi.InstanceInfo
Returns the value of any variable by id.
getVariable() - Method in class fuego.papi.Ordering.Entry
 
getVariable(String) - Method in interface fuego.papi.utils.FilterDescriptor.FilterDescriptionInformation
Returns the variable associated with the id.
getVariableId() - Method in exception fuego.papi.exception.InvalidVariableIdException
 
getVariableId() - Method in interface fuego.papi.FilterAttribute
Return the id of the VarDefinition to compare
getVariableId() - Method in class fuego.papi.Ordering.Entry
 
getVariableName() - Method in class fuego.papi.utils.AuditTrail.MeasureVariableNode
Returns the variable Name.
getVariables() - Method in interface fuego.papi.Process
Returns all the variable definitions.
getVariablesToShow() - Method in interface fuego.papi.Task
Returns the defined variables to show
getVariableValue() - Method in class fuego.papi.utils.AuditTrail.MeasureVariableNode
Returns the value of the meassure varible.
getVars() - Method in class fuego.papi.Activity
Returns all the variable definitions for this activity.
getVars() - Method in interface fuego.papi.Process
Deprecated. Use instead.
getVars() - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.variablesGet() instead
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.ProcessServiceSession
Deprecated. use ProcessServiceSession.viewGet(String) instead
getView() - Method in class fuego.papi.utils.TreeView.NodeView
Returns the View contained on this node.
getViewComparator() - Method in class fuego.papi.utils.TreeView
Returns the coparator used by the tree to sort the views
getViewId() - Method in exception fuego.papi.exception.InvalidViewIdValueRuntimeException
 
getViewId() - Method in exception fuego.papi.ViewOperationException
 
getViewIds() - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.viewsGetIds() instead
getViewType() - Method in exception fuego.papi.exception.InvalidViewTypeException
 
getVisibleActivities(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processGetVisibleActivities(String) instead
getWeekdayName(int) - Static method in class fuego.lang.Time
Returns a day name for a given day number in a week.
getWeekOfMonth() - Method in class fuego.lang.Time
Number of Week of the month for this Time
getWeekOfYear() - Method in class fuego.lang.Time
Number of week of the year for this Time
getWorkingAttachments(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processGetWorkingAttachments(String) instead
getYear() - Method in class fuego.lang.Time
Year value of this Time
getYears() - Method in class fuego.lang.Interval
The "years" value for this interval.
getYears() - Method in class fuego.lang.Time
Return the number of years since Epoch
getYearsOnly() - Method in class fuego.lang.Interval
The "years" value for this interval.
GLOBAL - Static variable in class fuego.processmodel.Activity
Activity that runs CILs independently of process instances
GLOBAL_AUTOMATIC - Static variable in class fuego.processmodel.Activity
Automatic activity, used to perform server-side automatic tasks independently of process instances, according to schedules, event notifications or interval polling
GLOBAL_CREATION - Static variable in class fuego.processmodel.Activity
Interactive activity, usually used to create process instances
GLOBAL_EXECUTED - Static variable in class fuego.papi.EventType
Task executed over a global activity.
GlobalExecution - Interface in fuego.papi
 
GRAB - Static variable in class fuego.processmodel.Activity
Ativity, used to grab an instance from another activity
GRABBED - Static variable in class fuego.papi.ProcessInstanceState
The instance was grabbed (in a Grab activity).
GROUP - Static variable in class fuego.processmodel.Activity
Automatic activity, groups activities

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
hasAbortPermision(String) - Method in class fuego.papi.Participant
Deprecated. use Participant.hasAbortPermission(String) instead
hasAbortPermission(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.
hasAssociatedView() - Method in class fuego.papi.utils.TreeView.NodeView
Returns if this node has an associated view.
hasChildren() - Method in class fuego.papi.utils.TreeView.NodeView
Returns if this node has children or not.
hasDelegatePermission(String) - Method in class fuego.papi.Participant
To know if the participant can delegate any instance for the given role
hasErrors() - Method in exception fuego.papi.exception.InstancesException
Returns true if there are others Exceptions available.
hasEscalatePermission(String) - Method in class fuego.papi.Participant
To know if the participant can escalate any instance for the given role
hasExecutePermision(String) - Method in class fuego.papi.Participant
Deprecated. use Participant.hasExecutePermission(String) instead
hasExecutePermission(String) - Method in class fuego.papi.Participant
To know if the participant has execution permission for the given role.
hasFixedSize(int) - Static method in class fuego.lang.Kind
 
hasGlobalCreationRole(String) - Method in interface fuego.papi.Process
Return if this process has global creation activity in the specific role.
hashCode() - Method in class fuego.lang.DynamicObject
 
hashCode() - Method in class fuego.lang.Interval
Returns hash code
hashCode() - Method in class fuego.lang.Time
Returns hash code
hashCode() - Method in class fuego.papi.collections.InstanceActivityPair
 
hashCode() - Method in class fuego.papi.InstanceId
Returns a hash code value for the object.
hashCode() - Method in class fuego.papi.Ordering.Entry
 
hashCode() - Method in class fuego.papi.Participant
 
hashCode() - Method in class fuego.papi.utils.TreeView.NodeView
Returns a hash code value for the object.
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.ProcessServiceSession
Deprecated. use ProcessServiceSession.viewHasNewInstances(String) instead
hasNewInstances() - Method in interface fuego.papi.ProcessServiceSession
Deprecated. Use #viewsHaveNewInstances instead.
hasOutgoingTransitions() - Method in class fuego.papi.Activity
Return if this activity has unconditional or conditional transitions to another activity.
hasParticipantsForActivities() - Method in exception fuego.papi.exception.InstancesException
Returns true if there are participants for activities available.
hasPeerAssignmentPermission(String) - Method in class fuego.papi.Participant
To know if the participant can reassign to a peer any instance for the given role
hasPendingTasks() - Method in class fuego.papi.InstanceInfo
This methods returns true if the process instance has mandatory items that still need to be runned.
hasReassignPermission(String) - Method in class fuego.papi.Participant
To know if the participant can reassign any instance for the given role
hasRepeatableTasks() - Method in class fuego.papi.InstanceInfo
This methods returns true if the process instance has any repeatable item.
hasRole(String, String) - Method in class fuego.papi.Participant
Returns true if the participiant belongs to the specified role
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
Deprecated. use Participant.hasSendPermision(String) instead
hasSendPermission(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
Deprecated. use Participant.hasSuspendPermission(String) instead
hasSuspendPermission(String) - Method in class fuego.papi.Participant
To know if the participant can suspend any instance for the given role
hasTargetActivities() - Method in exception 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
hasType(int) - Method in class fuego.processmodel.Activity
Returns whether or not this activity belongs to the specified type
hide() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Hides node
HIGH - Static variable in class fuego.papi.Priority
High priority.
HIGHEST - Static variable in class fuego.papi.Priority
Highest priority.
highlightActivityPath(String[]) - Method in interface fuego.papi.ProcessDiagram
Sets an activity path to be highlighted in the process diagram.
HISTORY_DEFAUTL_ID - Static variable in interface fuego.papi.View
 
HISTORY_TODAY_DEFAULT_ID - Static variable in interface fuego.papi.View
 
HistoryView - Interface in fuego.papi
This interface represents a view for procesed instances.
host - Variable in class fuego.papi.ConnectedClientInfo
 
hour(Time, int) - Static method in class fuego.lang.Time
 
hourOfDay(Time, int) - Static method in class fuego.lang.Time
 
hoursOnly(Interval, int) - Static method in class fuego.lang.Interval
Sets only the hours value to an Interval object

I

id - Variable in class fuego.papi.InstanceEvent
 
id - Variable in class fuego.papi.Participant.RoleAssignment
 
IllegalInstanceStateException - Exception in fuego.papi.exception
 
IllegalInstanceStateException(String, int) - Constructor for exception fuego.papi.exception.IllegalInstanceStateException
 
in - Variable in class fuego.papi.ConnectedClientInfo
 
in - Variable in class fuego.papi.Participant.RoleAssignment
 
INBOX_DEFAULT_ID - Static variable in interface fuego.papi.View
 
IncompleteJobsException - Exception in fuego.papi.exception
 
IncompleteJobsException(Object) - Constructor for exception fuego.papi.exception.IncompleteJobsException
 
indexOf(Ordering.Entry) - Method in class fuego.papi.Ordering
 
INPUT - Static variable in interface fuego.papi.Task
 
INSTANCE_ABORTED - Static variable in class fuego.papi.EventType
Instance aborted.
INSTANCE_ABORTING - Static variable in class fuego.papi.EventType
Instance aborted.
INSTANCE_ACTION - Static variable in class fuego.papi.InstanceEvent
 
INSTANCE_CREATED - Static variable in class fuego.papi.EventType
Instance created
INSTANCE_DUE - Static variable in class fuego.papi.InstanceEvent
 
INSTANCE_END - Static variable in class fuego.papi.EventType
Instance terminated.
INSTANCE_GRABBED - Static variable in class fuego.papi.EventType
Instance grabbed.
INSTANCE_NUMBER - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Process Instance Number" for an Instance
INSTANCE_REASIGN - Static variable in class fuego.papi.EventType
Instance reassigned.
INSTANCE_RESUMED - Static variable in class fuego.papi.EventType
Instance resumed.
INSTANCE_ROUTED - Static variable in class fuego.papi.InstanceItemState
Instance routed
INSTANCE_SELECTED - Static variable in class fuego.papi.EventType
Instance selected.
INSTANCE_SUSPENDED - Static variable in class fuego.papi.EventType
Instance suspended.
INSTANCE_TO_EXCEPTION - Static variable in class fuego.papi.EventType
Instance sent to exception.
INSTANCE_UNGRABBED - Static variable in class fuego.papi.EventType
Instance ungrabbed.
INSTANCE_UNSELECTED - Static variable in class fuego.papi.EventType
Instance unselected.
INSTANCE_UPDATED - Static variable in class fuego.papi.EventType
A value of the instance was updated.
InstanceAbortedException - Exception in fuego.papi.exception
A InstanceNotInActivityException is thrown while waiting for an instance, and that instance is aborted.
InstanceAbortedException(String) - Constructor for exception fuego.papi.exception.InstanceAbortedException
 
InstanceActivityPair - Class in fuego.papi.collections
 
InstanceActivityPairSet - Class in fuego.papi.collections
 
InstanceAlreadySelectedException - Exception in fuego.papi.exception
A InstanceAlreadySelectedException is thrown when the instance has already been selected by other participant.
InstanceAlreadySelectedException(String, String) - Constructor for exception fuego.papi.exception.InstanceAlreadySelectedException
Creates a new InstanceAlreadySelectedException with the given process identification, instance internal number, thread internal number and particiant identification.
InstanceAlreadySuspendedException - Exception in fuego.papi.exception
An InstanceAlreadySuspendedException is thrown when the instance has already been suspended by other participant.
InstanceAlreadySuspendedException(String) - Constructor for exception fuego.papi.exception.InstanceAlreadySuspendedException
Creates a new InstanceAlreadySuspendedException with the given instance identification.
InstanceAlreadyTerminatedException - Exception in fuego.papi.exception
An InstanceAlreadyTerminatedException is thrown when the instance has already been terminated.
InstanceAlreadyTerminatedException(String) - Constructor for exception fuego.papi.exception.InstanceAlreadyTerminatedException
Creates a new InstanceAlreadyTerminatedException with the given instance identification.
instanceAttach(InstanceInfo, String, String, String, File) - Method in interface fuego.papi.ProcessServiceSession
Attaches a file attachment to this process instance.
instanceAttach(InstanceInfo, String, String, String, File, String) - Method in interface fuego.papi.ProcessServiceSession
Attaches a file with the specified content type to this process instance.
instanceAttach(InstanceInfo, String, String, String, File, String, Locale) - Method in interface fuego.papi.ProcessServiceSession
Attaches a file with the specified content type to this process instance.
instanceAttach(InstanceInfo, String, String, String, File, String, Locale, AttachmentStorageType) - Method in interface fuego.papi.ProcessServiceSession
Attaches a file with the specified content type to this process instance.
InstanceAutomaticallySentException - Exception in fuego.papi.exception
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 exception fuego.papi.exception.InstanceAutomaticallySentException
Deprecated. use InstanceAutomaticallySentException(InstanceInfo,Arguments) instead
InstanceAutomaticallySentException(InstanceInfo, DynamicObject) - Constructor for exception 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.
instanceCanBeAborted(String) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be aborted.
instanceCanBeAborted(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be aborted.
instanceCanBeBack(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instanceCanBeSentBack(InstanceInfo) instead.
instanceCanBeDelegate(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instanceCanBeDelegated(InstanceInfo) instead.
instanceCanBeDelegated(String) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be delegated.
instanceCanBeDelegated(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be delegated.
instanceCanBeEscalate(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instanceCanBeEscalated(InstanceInfo) instead.
instanceCanBeEscalated(String) - Method in interface fuego.papi.ProcessServiceSession
Returns true if this instance can be escalated.
instanceCanBeEscalated(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if this instance can be escalated.
instanceCanBeProcessed(String) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be processed.
instanceCanBeProcessed(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be processed.
instanceCanBeReassign(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instanceCanBeReassigned(InstanceInfo) instead.
instanceCanBeReassigned(String) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be reassigned.
instanceCanBeReassigned(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be reassigned.
instanceCanBeReassignedToPeer(String) - Method in interface fuego.papi.ProcessServiceSession
Returns true if this instance can be reassigned to a peer.
instanceCanBeReassignedToPeer(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if this instance can be reassigned to a peer.
instanceCanBeResumed(String) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be resumed.
instanceCanBeResumed(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be resumed.
instanceCanBeSelected(String) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be selected by the current participant.
instanceCanBeSelected(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be selected by the current participant.
instanceCanBeSent(String) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be sent.
instanceCanBeSent(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be sent.
instanceCanBeSentBack(String) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be routed back.
instanceCanBeSentBack(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be routed back.
instanceCanBeSuspended(String) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be suspended.
instanceCanBeSuspended(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be suspended.
instanceCanBeUngrabbed(String) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be ungrabbed.
instanceCanBeUngrabbed(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be ungrabbed.
instanceCanBeUnselected(String) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be unselected by the current participant

An instance can be unselected if the instance is currently selected by the participant

instanceCanBeUnselected(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be unselected by the current participant

An instance can be unselected if the instance is currently selected by the participant

InstanceConcurrentExecutionException - Exception in fuego.papi.exception
An InstanceConcurrentExecutionException is thrown as result of reach the limit of executing instances.
InstanceConcurrentExecutionException() - Constructor for exception fuego.papi.exception.InstanceConcurrentExecutionException
Just to serialization
InstanceConcurrentExecutionException(String, String) - Constructor for exception fuego.papi.exception.InstanceConcurrentExecutionException
Creates a new InstanceConcurrentExecutionException with the given process identification and activity name.
InstanceConcurrentExecutionException(String, String, String) - Constructor for exception fuego.papi.exception.InstanceConcurrentExecutionException
Creates a new InstanceConcurrentExecutionException with the given instance identification, process identification and activity id.
InstanceConcurrentExecutionException(String, int) - Constructor for exception fuego.papi.exception.InstanceConcurrentExecutionException
 
InstanceEvent - Class in fuego.papi
Contains a process-instance event basic information.
InstanceEvent() - Constructor for class fuego.papi.InstanceEvent
 
InstanceEventList - Class in fuego.papi.collections
 
instanceGetAttachments(String) - Method in interface fuego.papi.ProcessServiceSession
Returns an array with all the attachments related with the passed instance.
instanceGetAttachments(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Gets all the Attachments associated with this instance.
instanceGetData(String) - Method in interface fuego.papi.ProcessServiceSession
Gets the instance component associated with this instance identification.
The instance component is the instance of the class generated during the deployment.
instanceGetData(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Gets the instance component associated with this instance.
The instance component is the instance of the class generated during the deployment.
instanceGetEvents(String) - Method in interface fuego.papi.ProcessServiceSession
Returns the InstanceEvents for the specified instanceId.
instanceGetEvents(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns the InstanceEvents for the specified instance.
instanceGetGlobalActivities(String) - Method in interface fuego.papi.ProcessServiceSession
Returns all Global activities which can be called for the specified instance.
instanceGetGlobalActivities(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns all Global activities which can be called for the specified instance.
instanceGetLastConsult(String) - Method in interface fuego.papi.ProcessServiceSession
Gets the last Consult associated with the specified instanceId, or null if there is no consultation.
instanceGetLastConsult(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Gets the Consult associated with the specified instanceId, or null if there is no consultation.
instanceGetNotes(String) - Method in interface fuego.papi.ProcessServiceSession
Gets all the Notes associated with the specified instance.
instanceGetNotes(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Gets all the Notes associated with the specified instance.
instanceGetParticipants(String, ParticipantFor) - Method in interface fuego.papi.ProcessServiceSession
Gets a list of participants that the specified instance can be assigned to.
instanceGetParticipants(String, String, ParticipantFor) - Method in interface fuego.papi.ProcessServiceSession
Gets a list of participants that the specified instance can be assigned to.
instanceGetParticipants(InstanceInfo, ParticipantFor) - Method in interface fuego.papi.ProcessServiceSession
Gets a list of participants that the specified instance can be assigned to.
instanceGetProcessId(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Gets the processId from the specified instanceInfo.
instanceGetProcessId(String) - Method in interface fuego.papi.ProcessServiceSession
Gets the processId for the specified InstanceId.
instanceGetVariable(InstanceInfo, String) - Method in interface fuego.papi.ProcessServiceSession
Returns the value of the variable in the given instance.
instanceGetVariable(String, String) - Method in interface fuego.papi.ProcessServiceSession
Returns the value of the variable in the given instance.
instanceGrabbableFrom(String) - Method in interface fuego.papi.ProcessServiceSession
Gets all the grab activities that can grab this instance.
instanceGrabbableFrom(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Gets all the grab activities that can grab this instance.
instanceHasAttachments(String) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the specified instance has attachments.
instanceHasAttachments(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the specified instance has attachments.
instanceHasNotes(String) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the specified instance has notes.
instanceHasNotes(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the specified instance has notes.
instanceId() - Method in exception fuego.papi.exception.CannotRetrieveInstanceAttachmentsException
Return the instance identification where you wanted to get the attachemnts.
InstanceId - Class in fuego.papi
Contains the declaration of an instance.
InstanceId(int, int, int) - Constructor for class fuego.papi.InstanceId
Simple constructor for using key.
instanceIds() - Method in class fuego.papi.collections.InstanceActivityPairSet
 
instanceIn - Variable in class fuego.papi.InstanceEvent
 
InstanceInfo - Class in fuego.papi
 
InstanceInfo() - Constructor for class fuego.papi.InstanceInfo
 
InstanceInfoList - Class in fuego.papi.collections
 
InstanceItemState - Class in fuego.papi
Enumeration of Instance Item State (Task).
Contains all valid status values for a process instance item.
InstanceItemState() - Constructor for class fuego.papi.InstanceItemState
 
instanceLinkExternalAttachment(InstanceInfo, String, AttachmentStorageType) - Method in interface fuego.papi.ProcessServiceSession
Links an external attachment (stored in an external storage repository) to the instance.
InstanceNotAvailableException - Exception in fuego.papi.exception
 
InstanceNotAvailableException(String, Throwable) - Constructor for exception fuego.papi.exception.InstanceNotAvailableException
Creates a new InstanceNotAvailableException with the given instanceId and initial exception.
InstanceNotCompletedException - Exception in fuego.papi.exception
An InstanceNotCompletedException is thrown as a result of an attempt to send the process instance before completeing the activity.
InstanceNotCompletedException(String) - Constructor for exception fuego.papi.exception.InstanceNotCompletedException
Creates a new InstanceNotCompletedException with the given processId, instanceIn and threadIn.
InstanceNotFoundByCorrelationException - Exception in fuego.papi.exception
 
InstanceNotFoundByCorrelationException() - Constructor for exception fuego.papi.exception.InstanceNotFoundByCorrelationException
 
InstanceNotFoundByCorrelationException(String, String, String, String) - Constructor for exception fuego.papi.exception.InstanceNotFoundByCorrelationException
 
InstanceNotFoundByCorrelationException(String, String, String, String, String) - Constructor for exception fuego.papi.exception.InstanceNotFoundByCorrelationException
 
InstanceNotFoundException - Exception in fuego.papi.exception
A InstanceNotFoundException is thrown as a result of an attempt to access an inexistent instance.
InstanceNotFoundException() - Constructor for exception fuego.papi.exception.InstanceNotFoundException
Use message "PAPI-2040".
InstanceNotFoundException(String) - Constructor for exception fuego.papi.exception.InstanceNotFoundException
Use message "PAPI-2041"
InstanceNotFoundException(int, int, int) - Constructor for exception fuego.papi.exception.InstanceNotFoundException
Use message "PAPI-2042"
InstanceNotGrabbedException - Exception in fuego.papi.exception
An InstanceNotGrabbedException is thrown as a result of an attempt to grab an instance that cannot be grabbed.
InstanceNotGrabbedException(String) - Constructor for exception fuego.papi.exception.InstanceNotGrabbedException
Creates a new InstanceNotGrabbedException with the given instance identification.
InstanceNotGrabbedException(String, String) - Constructor for exception fuego.papi.exception.InstanceNotGrabbedException
Creates a new InstanceNotGrabbedException with the given instance identification was grabbed and participant identification that grabbed the instance.
InstanceNotInActivityException - Exception in fuego.papi.exception
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 exception fuego.papi.exception.InstanceNotInActivityException
Just to serialization
InstanceNotInActivityException(String, String, String) - Constructor for exception fuego.papi.exception.InstanceNotInActivityException
Creates a new InstanceNotInActivityException with the given globalInstanceId, last activity and actual activity.
InstanceNotInActivityException(String, String, String, int) - Constructor for exception 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 exception fuego.papi.exception.InstanceNotInActivityException
Creates a new InstanceNotInActivityException with the given globalInstanceId, last activity and actual activity.
InstanceNotInGroupException - Exception in fuego.papi.exception
 
InstanceNotInGroupException() - Constructor for exception fuego.papi.exception.InstanceNotInGroupException
 
InstanceNotInGroupException(String, String) - Constructor for exception fuego.papi.exception.InstanceNotInGroupException
 
InstanceNotRunningException - Exception in fuego.papi.exception
A InstanceNotRunningException is thrown as a result of an attempt to access an instance but it is not running.
InstanceNotRunningException(String) - Constructor for exception fuego.papi.exception.InstanceNotRunningException
Creates a new InstanceNotRunningException with the given instance identification.
InstanceNotSuspendedException - Exception in fuego.papi.exception
An InstanceNotSuspendedException is thrown as a result of an attempt to suspend the instance but it has already suspended.
InstanceNotSuspendedException(String) - Constructor for exception fuego.papi.exception.InstanceNotSuspendedException
Creates a new InstanceNotSuspendedException with the default message.
InstanceOperationException - Exception in fuego.papi.exception
A InstanceOperationException is thrown as a result of an attempt to opetation on a instance and happend unexpected situation.
InstanceOperationException(String) - Constructor for exception fuego.papi.exception.InstanceOperationException
Code of the message is "PAPI-3000"
InstanceOperationException(String, Throwable) - Constructor for exception fuego.papi.exception.InstanceOperationException
Code of the message is "PAPI-3001"
InstanceOperationException(int, int, int) - Constructor for exception fuego.papi.exception.InstanceOperationException
Code of the message is "PAPI-3001"
InstanceOperationException(int, int, int, Throwable) - Constructor for exception fuego.papi.exception.InstanceOperationException
Code of the message is "PAPI-3001"
instanceReassign(InstanceStamp, String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instanceReassign(String, String, String) instead
instanceReassign(String, String, String) - Method in interface fuego.papi.ProcessServiceSession
Reassigns the instance to the specified participant.
instanceReassign(InstanceInfo, String) - Method in interface fuego.papi.ProcessServiceSession
Reassigns the instance to the specified participant.
instanceRefresh(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Forces the reload of the specified InstanceInfo.
instanceRefresh(String) - Method in interface fuego.papi.ProcessServiceSession
Forces the reload of the specified InstanceInfo.
instanceRetrieveProperty(InstanceInfo, String) - Method in interface fuego.papi.ProcessServiceSession
Retrieves an instance scope property from the specified instance.
instanceRetrieveProperty(String, String) - Method in interface fuego.papi.ProcessServiceSession
Retrieves an instance scope property from the specified instance.
INSTANCES_CACHE_SIZE - Static variable in class fuego.papi.ProcessService
Property key for instances cache size.
instancesAbort(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instancesAbort(InstanceActivityPairSet) instead
instancesAbort(InstanceActivityPairSet) - Method in interface fuego.papi.ProcessServiceSession
Aborts the specified instances.
instancesAddBookmark(InstanceActivityPairSet) - Method in interface fuego.papi.ProcessServiceSession
Adds bookmarks.
instancesAddConsult(InstanceStamp[], String, String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instancesAddConsult(InstanceActivityPairSet, String, String) instead
instancesAddConsult(InstanceActivityPairSet, String, String) - Method in interface fuego.papi.ProcessServiceSession
Adds consultations for the specified instances for the specified participant.
instancesAddHistory(InstanceActivityPairSet) - Method in interface fuego.papi.ProcessServiceSession
 
instancesAddNote(InstanceStamp[], String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instancesAddNote(InstanceActivityPairSet, String) instead
instancesAddNote(InstanceActivityPairSet, String) - Method in interface fuego.papi.ProcessServiceSession
Adds a note to the specified instances.
InstanceSelectDisableException - Exception in fuego.papi.exception
A InstanceSelectDisableException is thrown as a result of an attempt to select an instance and it has instance select disable.
InstanceSelectDisableException(String) - Constructor for exception fuego.papi.exception.InstanceSelectDisableException
Creates a new InstanceSelectDisableException with the given instance identification.
InstanceSelectDisableException(String, String) - Constructor for exception fuego.papi.exception.InstanceSelectDisableException
Creates a new InstanceSelectDisableException with the given instance identification, and participant name.
InstanceSelectedByOtherException - Exception in fuego.papi.exception
 
InstanceSelectedByOtherException() - Constructor for exception fuego.papi.exception.InstanceSelectedByOtherException
Creates a new InstanceAlreadySelectedException with a default message.
InstanceSelectedByOtherException(String, String) - Constructor for exception fuego.papi.exception.InstanceSelectedByOtherException
Creates a new InstanceAlreadySelectedException with the given process identification, instance internal number, thread internal number and particiant identification.
InstanceSentByAbortActionException - Exception in fuego.papi.exception
This exception is thrown when the instance was aborted with an action = ABORT.
InstanceSentByAbortActionException(String, String, int, String) - Constructor for exception fuego.papi.exception.InstanceSentByAbortActionException
Deprecated. use InstanceSentByAbortActionException.InstanceSentByAbortActionException(InstanceInfo, String,String,int,String,DynamicObject) instead.
InstanceSentByAbortActionException(InstanceInfo, String, String, int, String, DynamicObject) - Constructor for exception fuego.papi.exception.InstanceSentByAbortActionException
Constructor
InstanceSentByBackOrSkipActionException - Exception in fuego.papi.exception
This exception is thrown when the instance was backed to the previous activity with an action = BACK.
InstanceSentByBackOrSkipActionException() - Constructor for exception fuego.papi.exception.InstanceSentByBackOrSkipActionException
Default contractor
InstanceSentByBackOrSkipActionException(String, String, int, String) - Constructor for exception fuego.papi.exception.InstanceSentByBackOrSkipActionException
Deprecated. use InstanceSentByBackOrSkipActionException.InstanceSentByBackOrSkipActionException(InstanceInfo,String,String, int,String,DynamicObject) instead
InstanceSentByBackOrSkipActionException(InstanceInfo, String, String, int, String, DynamicObject) - Constructor for exception fuego.papi.exception.InstanceSentByBackOrSkipActionException
Constructor
InstanceSentByParametricRoleException - Exception in fuego.papi.exception
 
InstanceSentByParametricRoleException(String, String, int) - Constructor for exception fuego.papi.exception.InstanceSentByParametricRoleException
Deprecated. use InstanceSentByParametricRoleException.InstanceSentByParametricRoleException(InstanceInfo, String, String, int) }
InstanceSentByParametricRoleException(InstanceInfo, String, String, int) - Constructor for exception fuego.papi.exception.InstanceSentByParametricRoleException
Constructor
InstanceSentByThrowException - Exception in fuego.papi.exception
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 exception 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 exception fuego.papi.exception.InstanceSentByThrowException
Constructor
InstanceSentException - Exception in fuego.papi.exception
InstanceSentException Main class, please watch the extended classes.
InstancesException - Exception in fuego.papi.exception
Exception thrown when performing a batch operation and some of the instances (or instance items) could not complete the operation.
InstancesException(InstanceInfo[], Map<String, Throwable>, boolean) - Constructor for exception fuego.papi.exception.InstancesException
 
InstancesException(InstanceInfo[], Map<String, Throwable>, List, ParticipantsForActivities, boolean) - Constructor for exception fuego.papi.exception.InstancesException
 
instancesGetBookmarks() - Method in interface fuego.papi.ProcessServiceSession
Gets bookmarks for the current participant.
instancesGetConsults() - Method in interface fuego.papi.ProcessServiceSession
Gets all the Consults for this session.
instancesGetTargetActivities(InstanceActivityPairSet) - Method in interface fuego.papi.ProcessServiceSession
Returns the activities that can receive the specified group of instances.
instancesGetTargetParticipants(InstanceActivityPairSet) - Method in interface fuego.papi.ProcessServiceSession
Returns the participants who can receive this array of instances.
instancesGetTargetParticipantsForActivity(InstanceActivityPairSet, String, String, int) - Method in interface fuego.papi.ProcessServiceSession
Returns the participants who can receive the specified group of instances in the specified activity.
instancesGrab(InstanceStamp[], String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instancesGrab(InstanceActivityPairSet, String) instead
instancesGrab(InstanceActivityPairSet, String) - Method in interface fuego.papi.ProcessServiceSession
Grabs a group of instances by the specified activity.
InstancesNotAvailableInEngineException - Exception in fuego.papi.exception
A InstancesNotAvailableInEngineException is thrown as a result of a failed attempt to retrieve instances from a particular Engine.
InstancesNotAvailableInEngineException(String, Throwable) - Constructor for exception fuego.papi.exception.InstancesNotAvailableInEngineException
Creates a new InstancesNotAvailableInEngineException with the given engine.
instancesRemoveBookmark(InstanceActivityPairSet) - Method in interface fuego.papi.ProcessServiceSession
Removes bookmarks.
instancesResume(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instancesResume(fuego.papi.collections.InstanceActivityPairSet) instead
instancesResume(InstanceActivityPairSet) - Method in interface fuego.papi.ProcessServiceSession
Resumes a group of instances.
instancesSelect(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instancesSelect(fuego.papi.collections.InstanceActivityPairSet) instead
instancesSelect(InstanceActivityPairSet) - Method in interface fuego.papi.ProcessServiceSession
Selects a group of instances by the current participant.
instancesSend(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instancesSend(InstanceActivityPairSet) instead
instancesSend(InstanceActivityPairSet) - Method in interface fuego.papi.ProcessServiceSession
Sends a group of instances.
instancesSendBack(InstanceStamp[], boolean) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instancesSendBack(InstanceActivityPairSet, boolean) instead
instancesSendBack(InstanceActivityPairSet, boolean) - Method in interface fuego.papi.ProcessServiceSession
Sends back a group of instances.
instancesSendTo(InstanceStamp[], String, String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instancesSendTo(InstanceActivityPairSet, String, String) instead
instancesSendTo(InstanceActivityPairSet, String, String) - Method in interface fuego.papi.ProcessServiceSession
Routes a group of instances to the specified activity and participant.
instancesSendTo(InstanceStamp[], String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instancesSendTo(InstanceActivityPairSet, String) instead
instancesSendTo(InstanceActivityPairSet, String) - Method in interface fuego.papi.ProcessServiceSession
Routes a group of instances to the specified activity.
instancesSuspend(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instancesSuspend(InstanceActivityPairSet) instead
instancesSuspend(InstanceActivityPairSet) - Method in interface fuego.papi.ProcessServiceSession
Suspends a group of instances.
InstanceStamp - Class in fuego.papi
Deprecated. Use InstanceActivityPair instead.
instancesTargetParticipants(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instancesGetTargetParticipants(InstanceActivityPairSet) instead
instanceStoreProperty(InstanceInfo, String, String) - Method in interface fuego.papi.ProcessServiceSession
Stores an instance scope property in the specified instance.
instanceStoreProperty(String, String, String) - Method in interface fuego.papi.ProcessServiceSession
Stores an instance scope property in the specified instance.
instancesUngrab(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instancesUngrab(InstanceActivityPairSet) instead
instancesUngrab(InstanceActivityPairSet) - Method in interface fuego.papi.ProcessServiceSession
Ungrabs a group of instances.
instancesUnselect(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instancesUnselect(InstanceActivityPairSet) instead
instancesUnselect(InstanceActivityPairSet) - Method in interface fuego.papi.ProcessServiceSession
Unselects a group of instances.
InstanceSuspendedException - Exception in fuego.papi.exception
 
InstanceSuspendedException(String) - Constructor for exception fuego.papi.exception.InstanceSuspendedException
 
InstancesView - Interface in fuego.papi
 
InstanceTimeoutException - Exception in fuego.papi.exception
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 exception fuego.papi.exception.InstanceTimeoutException
 
INT - Static variable in class fuego.lang.Kind
Type is Int which can be represented by objects of any integral type java.lang.{Long,Integer,Short, Byte}
INTERACTIVE - Static variable in class fuego.processmodel.Activity
Interactive activity, generally used to run client-side interactive components
INTERACTIVE_COMPONENT_CALL - Static variable in class fuego.processmodel.Activity
Interactive component call activity, used to run a client-side interactive component
INTERACTIVE_GRAB - Static variable in class fuego.processmodel.Activity
Field INTERACTIVE_GRAB
intersecParticipantsForActivities(ParticipantsForActivities, ParticipantsForActivities) - Static method in class fuego.papi.ParticipantsForActivities
Intersect the participantsForActivities Source with the toAdd ones.
Interval - Class in fuego.lang
Space of time between any two points or events.
Interval() - Constructor for class fuego.lang.Interval
 
INTERVAL - Static variable in class fuego.lang.Kind
Type is time interval, which can be represented by objects of class fuego.type.Interval
Interval.Holder - Class in fuego.lang
 
Interval.Holder() - Constructor for class fuego.lang.Interval.Holder
 
Interval.Holder(Interval) - Constructor for class fuego.lang.Interval.Holder
 
intervalValue() - Method in class fuego.lang.DynamicObject
Returns this DynamicObject as an Interval.
intValue() - Method in class fuego.lang.DynamicObject
Returns this DynamicObject as an int
intValue() - Method in class fuego.lang.Interval
Number of seconds that the interval represents
intValue() - Method in class fuego.lang.Time
Number of seconds that the time represents since January 1st, 1970.
InvalidActivityException - Exception in fuego.papi.exception
 
InvalidActivityException(String, String) - Constructor for exception fuego.papi.exception.InvalidActivityException
Code of the message is "PAPI-3140"
InvalidActivityException(String, String, Throwable) - Constructor for exception fuego.papi.exception.InvalidActivityException
 
InvalidActivityToGrabException - Exception in fuego.papi.exception
 
InvalidActivityToGrabException(String, String) - Constructor for exception fuego.papi.exception.InvalidActivityToGrabException
Creates a new InvalidActivityToGrabException with the given instance identification and activity identification
InvalidActivityTypeException - Exception in fuego.papi.exception
 
InvalidActivityTypeException(String, String) - Constructor for exception fuego.papi.exception.InvalidActivityTypeException
 
InvalidArgumentException - Exception in fuego.papi.exception
 
InvalidArgumentException(Msg) - Constructor for exception fuego.papi.exception.InvalidArgumentException
 
InvalidArgumentSetNameException - Exception in fuego.papi.exception
 
InvalidArgumentSetNameException(String) - Constructor for exception fuego.papi.exception.InvalidArgumentSetNameException
 
InvalidArgumentType - Exception in fuego.papi.exception
 
InvalidArgumentType() - Constructor for exception fuego.papi.exception.InvalidArgumentType
 
InvalidArgumentType(Msg) - Constructor for exception fuego.papi.exception.InvalidArgumentType
 
InvalidArgumentType(String, String) - Constructor for exception fuego.papi.exception.InvalidArgumentType
to throw when the argument type is wrong
invalidateTask(int) - Method in class fuego.papi.InstanceInfo
This method invalidates the specific task index
InvalidAttachmentArgumentLengthException - Exception in fuego.papi.exception
This exception is thrown when any argument of the attachment exceeds the limit of the argument length.
InvalidAttachmentArgumentLengthException(String, int) - Constructor for exception fuego.papi.exception.InvalidAttachmentArgumentLengthException
This contructor is used when you know the argument and the attachment identification.
invalidIdCharacters() - Static method in class fuego.papi.ProcessService
Returns an array of characters that are invalid for identifiers, including view and presentation identifiers.
This list is not exhaustive; id characters cannot be non-ascii characters.
InvalidNoteIdException - Exception in fuego.papi.exception
 
InvalidNoteIdException(String) - Constructor for exception fuego.papi.exception.InvalidNoteIdException
 
InvalidNotificationTargetException - Exception in fuego.papi.exception
 
InvalidNotificationTargetException(String, String) - Constructor for exception fuego.papi.exception.InvalidNotificationTargetException
 
InvalidProcessDeadlineValueException - Exception in fuego.papi.exception
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 exception fuego.papi.exception.InvalidProcessDeadlineValueException
 
InvalidProcessIdException - Exception in fuego.papi.exception
 
InvalidProcessIdException(String) - Constructor for exception fuego.papi.exception.InvalidProcessIdException
 
InvalidTaskNumberException - Exception in fuego.papi.exception
 
InvalidTaskNumberException(int, String) - Constructor for exception fuego.papi.exception.InvalidTaskNumberException
Use message PAPI-1670
InvalidVariableIdException - Exception in fuego.papi.exception
 
InvalidVariableIdException(String, boolean, String) - Constructor for exception fuego.papi.exception.InvalidVariableIdException
InvalidVariableIdException Message PAPI-8050 (for activity) or PAPI-8060 (for instance).
InvalidViewIdValueRuntimeException - Exception in fuego.papi.exception
 
InvalidViewIdValueRuntimeException(String) - Constructor for exception fuego.papi.exception.InvalidViewIdValueRuntimeException
Constructor InvalidViewIdValueRuntimeException.
InvalidViewTypeException - Exception in fuego.papi.exception
 
InvalidViewTypeException(ViewType) - Constructor for exception fuego.papi.exception.InvalidViewTypeException
 
InvalidViewTypeException(ViewType, ViewType) - Constructor for exception fuego.papi.exception.InvalidViewTypeException
 
Invocation - Interface in fuego.papi
 
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
Returns if the mask contains the instance state number.
isAborted() - Method in class fuego.papi.InstanceInfo
Returns whether or not the process instance is aborted
isAborted() - Method in enum fuego.papi.StatusScope
 
isAbortEnabled() - Method in class fuego.papi.Activity
Returns whether or not instances in this activity can be aborted
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
isAm() - Method in class fuego.lang.Time
Is the Time AM or not? Holds "true": when the time is AM Holds "false": when the time is PM
isAnonymous() - Method in interface fuego.lang.ConnectionPassport
 
isAscending() - Method in class fuego.papi.Ordering.Entry
 
isAssociativeArray() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents a Map.
isAtomic(int) - Static method in class fuego.lang.Kind
 
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.
isBinary() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents a Binary.
isBookmark() - Method in enum fuego.papi.ViewType
 
isBool() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents a Bool.
isCaseSensitive() - Method in interface fuego.papi.Filter
Return if this filter is case sensitive or not.
isChangeParticipantPasswordSupported() - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.participantChangePasswordEnabled() instead
isCompleted() - Method in class fuego.papi.InstanceInfo
Returns whether or not the process instance is completed
isCompleted() - Method in enum fuego.papi.StatusScope
 
isComposite() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents a Composite Object.
isConsultation() - Method in enum fuego.papi.ViewType
 
isCustom() - Method in enum fuego.papi.ColumnFormatType
Is custom format type ?
isCustom() - Method in interface fuego.papi.View
Returns if this view was created by the user
isDecimal() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents a Decimal.
isDecision() - Method in interface fuego.papi.Task
Retruns true if this is a decision task
isEmpty() - Method in interface fuego.papi.collections.ElementIdSet
 
isEmpty() - Method in class fuego.papi.collections.InstanceActivityPairSet
 
isEmpty() - Method in class fuego.papi.collections.ProcessIdSet
 
isEmpty() - Method in class fuego.papi.Ordering
 
isException() - Method in class fuego.papi.InstanceInfo
Returns whether or not the process instance is an exception
isExecuting() - Method in class fuego.papi.InstanceInfo
Returns if this instance is executing or not.
isExpanded() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns if this node was expanded 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
isHistory() - Method in enum fuego.papi.ViewType
 
isIn() - Method in interface fuego.papi.TaskArgument
Returns true if this argument is an input one.
isInProcess() - Method in enum fuego.papi.StatusScope
 
isInstancePresentation() - Method in class fuego.papi.Activity
Return whether o not global activity is used to show the instance details
isInt() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents an Int.
isInterval() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents a Interval.
isLeaf() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns if this node is a leaf
isLeaf() - Method in class fuego.papi.utils.TreeView.NodeView
Returns if this node is a leaf or not.
isList() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents a List.
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
Returns if this filter has match all or not.
isNumber(int) - Static method in class fuego.lang.Kind
 
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.
isOpened() - Method in interface fuego.papi.ProcessServiceSession
Returns true if this session is open.
isOpenNewWindow() - Method in interface fuego.papi.Task
 
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
Return if any attribute is parametric or not.
isParametric() - Method in interface fuego.papi.FilterAttribute
Return if is parametric or not.
isPending() - Method in class fuego.papi.InstanceInfo
Returns whether or not the process instance is pending
isPredefined() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject predefined.
isPredefined(int) - Static method in class fuego.lang.Kind
 
isProcessId(String) - Static method in class fuego.papi.InstanceId
Returns if a specific string could be a process identification or not.
isQuoted() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject is quoted.
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
isReal() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents a Real.
isReassignEnabled() - Method in class fuego.papi.Activity
Returns the status of the activity option "Reasign"
isRepeatable() - Method in interface fuego.papi.Task
Returns whether or not this activity item is repeatable
isResaignEnabled() - Method in class fuego.papi.Activity
Deprecated. use Activity.isReassignEnabled() intead
isRoot() - Method in class fuego.papi.utils.TreeView.NodeView
Returns if this node is a root or not.
isRunning() - Method in class fuego.papi.InstanceInfo
Returns whether or not the process instance is running
isSameParticipant() - Method in exception fuego.papi.exception.CannotLockInstanceException
Return true if the instance is locked by the same participant
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
isSelectEnabled() - Method in class fuego.papi.Activity
Returns true if the instances in this activity can be selected.
isShowBrowserFullFunc() - Method in interface fuego.papi.Task
 
isString() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents a String.
isSubflowLoaded() - Method in class fuego.papi.utils.AuditTrail.AuditNode
 
isSubtype(ViewType, ViewType) - Static method in enum fuego.papi.ViewType
 
isSuspended() - Method in class fuego.papi.InstanceInfo
Returns whether or not the process instance is suspended
isSuspendEnabled() - Method in class fuego.papi.Activity
Returns whether or not instances in this activity can be aborted
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
isTaskValid(int) - Method in class fuego.papi.InstanceInfo
Returns if the specific task index is valid or not in this instance
isTextComparisonOnly() - Method in enum fuego.papi.Comparison
 
isTime() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents a Time.
isTimeComparisonOnly() - Method in enum fuego.papi.Comparison
 
isTransient() - Method in interface fuego.papi.View
Returns if was stored or not
isType(PresentationType) - Method in enum fuego.papi.PresentationType
 
isType(ViewType) - Method in enum 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 enum fuego.papi.PresentationType
 
isValidInstanceId(String) - Static method in class fuego.papi.InstanceId
Validates the correct sintax of a specific Instance Id.
isVisible() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns if this node is visible or not.
isVisible() - Method in class fuego.papi.utils.TreeView.NodeView
Returns if this node is visible or not.
isVisibleTo(Participant) - Method in interface fuego.papi.Process
Returns true if the participant has any role in this process, otherwise false.
ITEM_EXECUTED - Static variable in class fuego.papi.EventType
Instance item executed.
ITEM_SELECTED - Static variable in class fuego.papi.EventType
Instance item selected.
ITEM_UNSELECTED - Static variable in class fuego.papi.EventType
Instance item unselected.
ITERATOR - Static variable in class fuego.lang.Kind
 
iterator() - Method in class fuego.papi.collections.InstanceActivityPairSet
 
iterator() - Method in class fuego.papi.collections.ProcessIdSet
 
iterator() - Method in class fuego.papi.utils.AuditTrail
Return san Iterator over the graph

J

JOIN - Static variable in class fuego.processmodel.Activity
Automatic activity, used to join multiple threads

K

Kind - Class in fuego.lang
This class describes the kinds (numeric codes) for the differen types.
Kind() - Constructor for class fuego.lang.Kind
 

L

last() - Method in class fuego.papi.collections.ActivityList
 
last() - Method in class fuego.papi.collections.AttachmentList
 
last() - Method in class fuego.papi.collections.ConsultList
 
last() - Method in class fuego.papi.collections.InstanceEventList
 
last() - Method in class fuego.papi.collections.InstanceInfoList
 
last() - Method in class fuego.papi.collections.NoteList
 
last() - Method in class fuego.papi.collections.ParticipantList
 
last() - Method in class fuego.papi.collections.ProcessList
 
last() - Method in class fuego.papi.collections.StorageTypeList
 
last() - Method in class fuego.papi.collections.VarDefinitionList
 
LAST_PREDEFINED - Static variable in class fuego.lang.Kind
Field LAST_PREDEFINED
lastAction - Variable in class fuego.papi.ConnectedClientInfo
 
LIMIT_RUN_INSTANCES - Static variable in exception fuego.papi.exception.NoPermissionException
 
load(InstanceEvent[]) - Method in class fuego.papi.utils.AuditTrail
Deprecated. use #load(List) instead
load(List<InstanceEvent>) - Method in class fuego.papi.utils.AuditTrail
Generates the graph from the events
load(ProcessServiceSession) - Method in class fuego.papi.utils.AuditTrail
Loads the instance events and generate the graph.
load() - Method in class fuego.papi.utils.AuditTrail
Loads the instance events and generate the graph.
LOCKER_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Locker" for an Attachment
LONG - Static variable in class fuego.lang.Time
Constant for long style pattern.
longValue() - Method in class fuego.lang.DynamicObject
Returns this DynamicObject as a long.
LOW - Static variable in class fuego.papi.Priority
Low priority.
LOWEST - Static variable in class fuego.papi.Priority
Lowest priority.

M

MAIN_TASK_PARTICIPANT_ID - Static variable in class fuego.papi.VarDefinition
The participant which has the instance main task selected
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, 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) - Method in class fuego.papi.InstanceId
Through this method a new instance id will be retrieved for the given process id
makeId(String, int, int) - Static method in class fuego.papi.InstanceInfo
Build the instance id based on the different values.
instanceId = "PrcessId/InstanceIn/ThreadIn"
makeKey(int, int) - Static method in class fuego.papi.InstanceInfo
 
MalformedURLException - Exception in fuego.papi.exception
 
MalformedURLException(String) - Constructor for exception fuego.papi.exception.MalformedURLException
 
MalformedURLException(String, Throwable) - Constructor for exception fuego.papi.exception.MalformedURLException
 
MAP - Static variable in class fuego.lang.Kind
Type is a Map
MarshallingException - Exception in fuego.papi.exception
This exception may be thrown while attempting to execute a runsOnServer method of a Fuego Object.
MarshallingException(ClassNotFoundException) - Constructor for exception fuego.papi.exception.MarshallingException
 
MarshallingException(IOException) - Constructor for exception fuego.papi.exception.MarshallingException
 
match(InstanceInfo, Participant) - Method in interface fuego.papi.Filter
Check if this filter match with the instance or not.
max(Interval) - Method in class fuego.lang.Interval
Compares this object with the argument and returns the higher.
max(Time) - Method in class fuego.lang.Time
Compares this object with the argument and returns the higher.
MAX_VALUE - Static variable in class fuego.lang.Time
Max value of Time allowed
MaxAllowedParticipantConnectedException - Exception in fuego.papi.exception
 
MaxAllowedParticipantConnectedException(int) - Constructor for exception fuego.papi.exception.MaxAllowedParticipantConnectedException
 
MaxSizeParticipantsExceededException - Exception in fuego.papi.exception
 
MaxSizeParticipantsExceededException(int) - Constructor for exception fuego.papi.exception.MaxSizeParticipantsExceededException
 
MDObject - Interface in fuego.papi
Contains the methods that must be implemented by any metadata object.
MEASUREMENT_START - Static variable in class fuego.papi.EventType
Measurement mark started.
MEASUREMENT_START_NODE - Static variable in class fuego.papi.utils.AuditTrail
 
MEASUREMENT_START_STOP - Static variable in class fuego.papi.EventType
Measurement mark start-stop.
MEASUREMENT_START_STOP_NODE - Static variable in class fuego.papi.utils.AuditTrail
 
MEASUREMENT_STOP - Static variable in class fuego.papi.EventType
Measurement mark stopped.
MEASUREMENT_STOP_NODE - Static variable in class fuego.papi.utils.AuditTrail
 
mergeParticipantsForActivities(ParticipantsForActivities, ParticipantsForActivities) - Static method in class fuego.papi.ParticipantsForActivities
Merges the participantsForActivities Source with the toAdd ones.
METHOD - Static variable in class fuego.lang.Kind
Type is an object's method
microSecondsOnly(Interval, long) - Static method in class fuego.lang.Interval
Sets only microsecond value to an Interval object
milliSecondsOnly(Interval, long) - Static method in class fuego.lang.Interval
Sets only milliseconds value to an Interval object
min(Interval) - Method in class fuego.lang.Interval
Compares this object with the argument and returns the lower.
min(Time) - Method in class fuego.lang.Time
Compares this object with the argument and returns the lower.
MIN_VALUE - Static variable in class fuego.lang.Time
Min value of Time allowed
minute(Time, int) - Static method in class fuego.lang.Time
 
minutesOnly(Interval, int) - Static method in class fuego.lang.Interval
Sets only the minute value to an Interval object
month(Time, int) - Static method in class fuego.lang.Time
 
monthsOnly(Interval, int) - Static method in class fuego.lang.Interval
Sets only the month value to an Interval object
monthsSince(Time) - Method in class fuego.lang.Time
Return number of months between this time and the given time.

N

name - Variable in class fuego.papi.ConnectedClientInfo
 
NAME_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Name" for an Attachment
NAME_SEPARATOR - Static variable in class fuego.papi.InstanceId
 
negate(Interval) - Static method in class fuego.lang.Interval
 
negate() - Method in class fuego.lang.Interval
Returns a Interval whose value is (-this).
next(Day) - Method in class fuego.lang.Time
 
next() - Method in interface fuego.papi.Execution
Returns the next client-side invocation that must be performed.
NoInstanceParameterValueException - Exception in fuego.papi.exception
A NoInstanceParameterValueException is thrown when the instance not contain the parameter value for a parametric role.
NoInstanceParameterValueException(String, String) - Constructor for exception fuego.papi.exception.NoInstanceParameterValueException
Creates a new NoInstanceParameterValueException with the message code 'PAPI-3610' and the given role and instance identification.
NONE - Static variable in class fuego.lang.Kind
Type is unknown
NONE - Static variable in class fuego.papi.ProcessInstanceState
Instance without status assigned.
NonReadOnlyTaskException - Exception in fuego.papi.exception
Created by IntelliJ IDEA.
NonReadOnlyTaskException(String) - Constructor for exception fuego.papi.exception.NonReadOnlyTaskException
 
NoParametricRoleException - Exception in fuego.papi.exception
A NoParametricRoleException is thrown when the parameter for a parametric role is not valid.
NoParametricRoleException(String, String, String) - Constructor for exception fuego.papi.exception.NoParametricRoleException
Creates a new NoParametricRoleException with the given role and parameter.
NoParticipantMatchesRole - Exception in fuego.papi.exception
Created by IntelliJ IDEA.
NoParticipantMatchesRole() - Constructor for exception fuego.papi.exception.NoParticipantMatchesRole
 
NoPermissionException - Exception in fuego.papi.exception
A NoPermissionException is thrown when the participant has not permission to abort."
NoPermissionException(String) - Constructor for exception fuego.papi.exception.NoPermissionException
Creates a new NoPermissionException with the given participant.
NoPermissionException(int, String) - Constructor for exception fuego.papi.exception.NoPermissionException
Creates a new NoPermissionException with the given msgCode and participant.
NoPermissionException(int, String, String) - Constructor for exception fuego.papi.exception.NoPermissionException
Creates a new NoPermissionException with the given msgCode, participant and role.
NoPermissionException(String, String, String) - Constructor for exception fuego.papi.exception.NoPermissionException
Creates a new NoPermissionException with the given msgCode, participant and role.
NORMAL - Static variable in class fuego.papi.Priority
Normal priority.
normalizedValueOf(long) - Static method in class fuego.lang.Interval
 
NoRoleException - Exception in fuego.papi.exception
A NoRoleException is thrown when the participant has not determined role.
NoRoleException(String, String) - Constructor for exception fuego.papi.exception.NoRoleException
Creates a new NoRoleException with the given participant and role.
NoSuchArgumentException - Exception in fuego.papi.exception
 
NoSuchArgumentException(String) - Constructor for exception fuego.papi.exception.NoSuchArgumentException
 
NoTasksRunningException - Exception in fuego.papi.exception
 
NoTasksRunningException(String, String) - Constructor for exception fuego.papi.exception.NoTasksRunningException
Creates a new NoTasksRunningException with the instancea and the activity.
Note - Interface in fuego.papi
 
noteGet(String) - Method in interface fuego.papi.ProcessServiceSession
Gets the Note specified by this noteId.
NoteInterface - Interface in fuego.papi
 
NoteList - Class in fuego.papi.collections
 
NotExternalTaskException - Exception in fuego.papi.exception
A NotExternalTaskException is thrown when a regular task is called using prepareExternalTask() or commitExternalTask().
NotExternalTaskException(String, String, int) - Constructor for exception fuego.papi.exception.NotExternalTaskException
Creates a new NotExternalTaskException
NOTIFICATION_WAIT - Static variable in class fuego.processmodel.Activity
Automatic activity, used to wait for a notification from another process
NotUniqueParticipantException - Exception in fuego.papi.exception
A NotUniqueParticipantException is thrown as a result of an attempt to create an existent participant.
NotUniqueParticipantException(String, Participant[]) - Constructor for exception fuego.papi.exception.NotUniqueParticipantException
Creates a new NotUniqueParticipantException with the given participant.
NotUniqueTransitionException - Exception in fuego.papi.exception
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<String>) - Constructor for exception fuego.papi.exception.NotUniqueTransitionException
Creates a new NotUniqueTransitionException with the given candidates.
NoValidTransitionAvailableException - Exception in fuego.papi.exception
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 exception fuego.papi.exception.NoValidTransitionAvailableException
Creates a new NoValidTransitionAvailableException with the given sourceActivity and targetActivity.
now() - Static method in class fuego.lang.Time
Return the system's current time.
nowSeconds() - Static method in class fuego.lang.Time
 
NULL - Static variable in class fuego.lang.DynamicObject
 
NULL - Static variable in class fuego.lang.Kind
 

O

OBJECT - Static variable in class fuego.lang.Kind
Type is opaque object, which can be represented by objects of class Object
objectValue() - Method in class fuego.lang.DynamicObject
Returns the Object that best represents this DynamicObject.
obtainEditionLock(Attachment) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.attachmentEdit(Attachment) instead
ONE_DAY - Static variable in class fuego.lang.Interval
A One day Inteval
ONE_HOUR - Static variable in class fuego.lang.Interval
A One hour Inteval
ONE_MINUTE - Static variable in class fuego.lang.Interval
A One minute Inteval
ONE_MONTH - Static variable in class fuego.lang.Interval
A One month Inteval
ONE_SECOND - Static variable in class fuego.lang.Interval
A One second Inteval
ONE_WEEK - Static variable in class fuego.lang.Interval
A One week Inteval
OperationException - Exception in fuego.papi
Every PAPI method that throw an instance, throws an OperationException, or some heir of this one.
OperationException() - Constructor for exception fuego.papi.OperationException
 
OperationException(Throwable) - Constructor for exception fuego.papi.OperationException
 
OperationRuntimeException - Exception in fuego.papi
This exception is thrown for any runtime error while PAPI is running
OperationRuntimeException() - Constructor for exception fuego.papi.OperationRuntimeException
 
OperationRuntimeException(Throwable) - Constructor for exception fuego.papi.OperationRuntimeException
 
OperationRuntimeException(Msg) - Constructor for exception fuego.papi.OperationRuntimeException
 
OperationRuntimeException(Msg, Throwable) - Constructor for exception fuego.papi.OperationRuntimeException
 
Ordering - Class in fuego.papi
 
Ordering() - Constructor for class fuego.papi.Ordering
 
Ordering.Entry - Class in fuego.papi
 
Ordering.Entry(VarDefinition, boolean) - Constructor for class fuego.papi.Ordering.Entry
 
Ordering.Entry(String, boolean) - Constructor for class fuego.papi.Ordering.Entry
 
organization() - Method in interface fuego.papi.ProcessServiceSession
Gets the organization name.
ORGANIZATION_SEPARATOR - Static variable in class fuego.papi.InstanceId
 

P

PARENT_COPY_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Parent copy or thread" for an Instance
PARENT_REFERENCE_FIELD - Static variable in class fuego.lang.DynamicObject
 
parseFrom(String) - Static method in class fuego.lang.Time
the dateFormat of the string is yyyyMMddHHmmssz
parseFrom(String, String) - Static method in class fuego.lang.Time
the dateFormat of the string is the one specified in the second argument
Participant - Class in fuego.papi
It represents a Participant, it contains the participant metadata.
This information can be obtained from a PAPI session.
Participant.RoleAssignment - Class in fuego.papi
 
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
 
PARTICIPANT_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Participant"
ParticipantAlreadyConnectedException - Exception in fuego.papi.exception
A ParticipantAlreadyConnectedException is thrown when the participant has already connected.
ParticipantAlreadyConnectedException() - Constructor for exception fuego.papi.exception.ParticipantAlreadyConnectedException
Creates a new ParticipantAlreadyConnectedException with a default message.
ParticipantAlreadyConnectedException(String) - Constructor for exception fuego.papi.exception.ParticipantAlreadyConnectedException
Creates a new ParticipantAlreadyConnectedException with the given participant.
ParticipantAlreadyConnectedException(String, String) - Constructor for exception fuego.papi.exception.ParticipantAlreadyConnectedException
Creates a new ParticipantAlreadyConnectedException with the given participant and prodess identification.
participantCalendar() - Method in interface fuego.papi.ProcessServiceSession
Gets the calendar set with the session Locale and TimeZone.
participantChangePasswordEnabled() - Method in interface fuego.papi.ProcessServiceSession
Returns true if the directory supports changing the current participant password.
participantCurrent() - Method in interface fuego.papi.ProcessServiceSession
Gets the Participant for this session.
participantEnableMailReception(boolean) - Method in interface fuego.papi.ProcessServiceSession
Sets whether or not the current participant can receive mail.
ParticipantException - Exception in fuego.papi
This exception is the root for others more specific exceptions thrown during a operation which involves a Participant.
ParticipantException(String) - Constructor for exception fuego.papi.ParticipantException
 
ParticipantException(String, Throwable) - Constructor for exception fuego.papi.ParticipantException
 
participantFind(String) - Method in interface fuego.papi.ProcessServiceSession
Gets the Participant specified by participantUid.
participantFindByName(String) - Method in interface fuego.papi.ProcessServiceSession
Returns an array of Participants that match the specified name using a substring search.
ParticipantFor - Enum in fuego.papi
 
ParticipantHasNotRoleInProcessException - Exception in fuego.papi.exception
 
ParticipantHasNotRoleInProcessException() - Constructor for exception fuego.papi.exception.ParticipantHasNotRoleInProcessException
 
ParticipantHasNotRoleInProcessException(String, String) - Constructor for exception fuego.papi.exception.ParticipantHasNotRoleInProcessException
 
participantHost() - Method in interface fuego.papi.ProcessServiceSession
Returns the host where the owner of this session is connected from.
participantId - Variable in class fuego.papi.InstanceEvent
 
participantIn - Variable in class fuego.papi.InstanceEvent
 
ParticipantList - Class in fuego.papi.collections
 
participantLocale() - Method in interface fuego.papi.ProcessServiceSession
Returns the current participant Locale.
ParticipantNotFoundException - Exception in fuego.papi.exception
A ParticipantNotFoundException is thrown as a result of an attempt to access an inexistent participant.
ParticipantNotFoundException(String) - Constructor for exception fuego.papi.exception.ParticipantNotFoundException
Creates a new ParticipantNotFoundException with the given participant.
ParticipantNotFoundException(String, Throwable) - Constructor for exception fuego.papi.exception.ParticipantNotFoundException
Creates a new ParticipantNotFoundException with the given participant.
ParticipantNotInRoleException - Exception in fuego.papi.exception
A ParticipantNotInRoleException is thrown when a participant not pertain to a role.
ParticipantNotInRoleException(String, String) - Constructor for exception fuego.papi.exception.ParticipantNotInRoleException
Creates a new ParticipantNotFoundException with the given participant and role.
ParticipantNotInTargetRoleException - Exception in fuego.papi.exception
A ParticipantNotInTargetRoleException is thrown when a participant is not in a target role.
ParticipantNotInTargetRoleException(String, String) - Constructor for exception fuego.papi.exception.ParticipantNotInTargetRoleException
Creates a new ParticipantNotInTargetRoleException with the participant and role.
participantRetrieveProperties(String) - Method in interface fuego.papi.ProcessServiceSession
Returns a Map with all participant properties for the specified category.
participantRetrieveProperty(String, String) - Method in interface fuego.papi.ProcessServiceSession
Returns a participant property.
participants_d - Variable in class fuego.papi.ParticipantsForActivities
 
ParticipantScope - Enum in fuego.papi
 
ParticipantsForActivities - Class in fuego.papi
Used to match group of Paticipants with Activities.
ParticipantsForActivities() - Constructor for class fuego.papi.ParticipantsForActivities
 
ParticipantsForActivities(String[], String[][]) - Constructor for class fuego.papi.ParticipantsForActivities
 
participantStoreProperties(String, Map<String, Object>) - Method in interface fuego.papi.ProcessServiceSession
Stores current participant properties.
participantStoreProperty(String, String, Object) - Method in interface fuego.papi.ProcessServiceSession
Stores current participant property.
participantTimeZone() - Method in interface fuego.papi.ProcessServiceSession
Gets the TimeZone for the current participant.
participantUpdateLocale(Locale) - Method in interface fuego.papi.ProcessServiceSession
Updates the current participant locale and stores it.
participantUpdatePassword(String, String) - Method in interface fuego.papi.ProcessServiceSession
Updates the current participant password.
participantUpdateTimeZone(TimeZone) - Method in interface fuego.papi.ProcessServiceSession
Updates the current participant time zone and stores it.
PENDING - Static variable in class fuego.papi.InstanceItemState
Task pending to execute.
permissions - Variable in class fuego.papi.Participant.RoleAssignment
 
prepareExternalActivity(String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityPrepare(String, String, Arguments) instead
prepareExternalActivity(String, String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityPrepare(String, String, Arguments) instead
prepareExternalActivity(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityPrepare(String, String, Arguments) instead
Presentation - Interface in fuego.papi
 
Presentation.Column - Class in fuego.papi
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
 
Presentation.Column(String, int, ColumnFormat) - Constructor for class fuego.papi.Presentation.Column
 
Presentation.DefaultPresentationColumnFormat - Class in fuego.papi
 
Presentation.DefaultPresentationColumnFormat() - Constructor for class fuego.papi.Presentation.DefaultPresentationColumnFormat
 
PresentationColumnFormat - Interface in fuego.papi
PresentationColumnFormat defines the programming interface for formatting locale-sensitive presentation column values into Strings.
presentationCreate(PresentationType, String, Presentation.Column[]) - Method in interface fuego.papi.ProcessServiceSession
Creates a Presentation.
presentationGet(String) - Method in interface fuego.papi.ProcessServiceSession
Gets the Presentation specified by this presentationId.
presentationGet(PresentationType, String) - Method in interface fuego.papi.ProcessServiceSession
Gets the Presentation for the specified PresentationType and presentationId.
presentationGet(ViewType, String) - Method in interface fuego.papi.ProcessServiceSession
Gets the Presentation for the specified ViewType and presentationId.
presentationGetDefault(PresentationType) - Method in interface fuego.papi.ProcessServiceSession
Gets the predefined default Presentation for the specified PresentationType.
presentationGetDefault(ViewType) - Method in interface fuego.papi.ProcessServiceSession
Gets the default Presentation for the specified viewType.
PresentationNotFoundException - Exception in fuego.papi.exception
 
PresentationNotFoundException(String, PresentationType) - Constructor for exception fuego.papi.exception.PresentationNotFoundException
PresentationNotFoundException Message PAPI-8100.
presentationRefresh(String) - Method in interface fuego.papi.ProcessServiceSession
Forces the reload of the specified Presentation.
presentationRemove(String) - Method in interface fuego.papi.ProcessServiceSession
Removes the presentation specified by presentationId.
presentationsGetIds(PresentationType) - Method in interface fuego.papi.ProcessServiceSession
Gets all the presentationIds for the specified PresentationType.
presentationStore(Presentation) - Method in interface fuego.papi.ProcessServiceSession
Stores a presentation.
PresentationType - Enum in fuego.papi
 
print(PrintStream, String) - Method in class fuego.papi.utils.AuditTrail.AuditNode
Prints the node
print(PrintStream) - Method in class fuego.papi.utils.AuditTrail
Prints the graph over the PrintStream
Priority - Class in fuego.papi
Enumeration of instance priorities.
Priority() - Constructor for class fuego.papi.Priority
 
PRIORITY_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Priority"
PrivilegedOperationException - Exception in fuego.papi.exception
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 exception fuego.papi.exception.PrivilegedOperationException
Creates a new PrivilegedOperationException with the default message.
PrivilegedOperationException(String) - Constructor for exception fuego.papi.exception.PrivilegedOperationException
 
PROCEDURE - Static variable in interface fuego.papi.Task
 
Process - Interface in fuego.papi
Contains the metadata of a particular Process.
PROCESS_CREATION - Static variable in class fuego.processmodel.Activity
Automatic activity, used to create an instance in another process
PROCESS_DEADLINE_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Process Deadline"
PROCESS_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Process"
PROCESS_NOTIFICATION - Static variable in class fuego.processmodel.Activity
Automatic activity, used to send a notification to another process
ProcessControlLockedException - Exception in fuego.papi.exception
 
ProcessControlLockedException(String) - Constructor for exception fuego.papi.exception.ProcessControlLockedException
Code of the message is 'PAPI-2120'
ProcessControlNotAvailableException - Exception in fuego.papi.exception
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 exception fuego.papi.exception.ProcessControlNotAvailableException
Code of the message is 'PAPI-2100'.
ProcessControlNotAvailableException(String, Throwable) - Constructor for exception fuego.papi.exception.ProcessControlNotAvailableException
Code of the message is 'PAPI-2100'.
ProcessControlNotAvailableException(String, int) - Constructor for exception fuego.papi.exception.ProcessControlNotAvailableException
Code of the message is 'PAPI-2102'.
ProcessControlNotAvailableException(String, int, int) - Constructor for exception fuego.papi.exception.ProcessControlNotAvailableException
Code of the message is 'PAPI-2101'.
ProcessControlNotFoundException - Exception in fuego.papi.exception
 
ProcessControlNotFoundException() - Constructor for exception fuego.papi.exception.ProcessControlNotFoundException
 
ProcessControlNotFoundException(String) - Constructor for exception fuego.papi.exception.ProcessControlNotFoundException
 
processCreateInstance(String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Creates a new process instance by running the Begin activity with the specified Arguments in the specified Process.
processCreateInstance(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Creates a new process instance by running the Begin activity with the specified Arguments in the specified Process with the specified argument set name.
ProcessDeprecatedException - Exception in fuego.papi.exception
 
ProcessDeprecatedException(String) - Constructor for exception fuego.papi.exception.ProcessDeprecatedException
 
ProcessDiagram - Interface in fuego.papi
This interface represents the diagram of a given process.
processesGet(boolean) - Method in interface fuego.papi.ProcessServiceSession
Gets all deployed Processes for the session.
processesGet(boolean, boolean) - Method in interface fuego.papi.ProcessServiceSession
Gets all deployed Processes for the session.
processesGetAllVersions(ProcessIdSet) - Method in interface fuego.papi.ProcessServiceSession
Returns all process identifications for the specific processes.
processesGetApplications(ProcessIdSet) - Method in interface fuego.papi.ProcessServiceSession
Gets all the Interactive Global Activities for the specified processes, not include Global Automatic and Global with instance access.
processesGetGlobalActivities(ProcessIdSet, int, boolean) - Method in interface fuego.papi.ProcessServiceSession
Gets all the Global Activities for the specified processes, type, and instance access.
processesGetGlobalActivities(ProcessIdSet) - Method in interface fuego.papi.ProcessServiceSession
Gets all Global Activities (Activity.GLOBAL, Activity.GLOBAL_AUTOMATIC and Activity.GLOBAL_CREATION) for the specified processes.
processesGetGlobalActivities(ProcessIdSet, boolean) - Method in interface fuego.papi.ProcessServiceSession
Gets all Global Activities (Activity.GLOBAL, Activity.GLOBAL_AUTOMATIC and Activity.GLOBAL_CREATION) for the specified processes and instance access.
processesGetIds() - Method in interface fuego.papi.ProcessServiceSession
Gets the Ids of all deployed processes (Active and Deprecated versions) for this session.
processesGetIds(boolean) - Method in interface fuego.papi.ProcessServiceSession
Gets the Ids of all deployed processes for this session, and optionally only active processes.
processesGetInstancesByFilter(ProcessIdSet, Filter) - Method in interface fuego.papi.ProcessServiceSession
Gets InstanceInfos from the specified ProcessIds and match with the specified Filter.
ProcessesNotAvailableException - Exception in fuego.papi.exception
Class ProcessesNotAvailableException This exception is thrown when not all the processes requested are available.
ProcessesNotAvailableException(Object[], Map<String, Throwable>) - Constructor for exception fuego.papi.exception.ProcessesNotAvailableException
Constructs a ProcessesNotAvailableException.
ProcessesNotAvailableException(List<Process>, Map<String, Throwable>) - Constructor for exception fuego.papi.exception.ProcessesNotAvailableException
 
processGet(int) - Method in interface fuego.papi.ProcessServiceSession
Gets the Process for this process identification number.
processGet(String) - Method in interface fuego.papi.ProcessServiceSession
Returns a Process object for the specified process identification or for the active process if you use the consolidated process id.
processGetActiveVersion(String) - Method in interface fuego.papi.ProcessServiceSession
Gets the full active process identification for the specific process from the consolidated process Id or full process Id.
For example, the consolidated process id could be "/East/Expense", and the active process id "/East/Expense#Default-2.1";
or the process id could be "/East/Expense#Default-1.0", and the active process id "/East/Expense#Default-2.1".
processGetAllVersions(String) - Method in interface fuego.papi.ProcessServiceSession
Returns all process Id versions for the specified process.
processGetDiagram(String) - Method in interface fuego.papi.ProcessServiceSession
Gets the ProcessDiagram for the specified processId.
processGetDiagram(Process) - Method in interface fuego.papi.ProcessServiceSession
Gets the ProcessDiagram for the specified process.
processGetDocumentation(String, Locale) - Method in interface fuego.papi.ProcessServiceSession
Gets the local path of the process documentation, created in Studio, for the specified locale.
processGetId(int) - Method in interface fuego.papi.ProcessServiceSession
Gets the processId from the specified process identification number.
processGetIn(String) - Method in interface fuego.papi.ProcessServiceSession
Gets the process identification number for this processId.
processGetInstance(String, String) - Method in interface fuego.papi.ProcessServiceSession
Gets the InstanceInfo specified by this Instance identification and the activity where the instance is supposed to be.
processGetInstance(String) - Method in interface fuego.papi.ProcessServiceSession
Gets the InstanceInfo specified by instanceId.
processGetInstanceByCorrelation(String, String, Object[]) - Method in interface fuego.papi.ProcessServiceSession
Gets the instance specified by the process id, correlation name, and correlation values.
processGetInstances(String) - Method in interface fuego.papi.ProcessServiceSession
Gets the InstanceInfos from the specified Process or Consolidated Process.
processGetVisibleActivities(String) - Method in interface fuego.papi.ProcessServiceSession
Gets all the activities visible to the current participant in the specified process.
processGetWorkingAttachments(String) - Method in interface fuego.papi.ProcessServiceSession
Returns all Attachments locked by the current participant in the specified process.
ProcessIdSet - Class in fuego.papi.collections
This class represents a set of processes.
processIn - Variable in class fuego.papi.InstanceEvent
 
ProcessInstanceState - Class in fuego.papi
Enumerates the different process instance's status.
ProcessInstanceState() - Constructor for class fuego.papi.ProcessInstanceState
 
ProcessList - Class in fuego.papi.collections
 
ProcessLockedException - Exception in fuego.papi.exception
A ProcessLockedException is thrown as a result of an attempt to access to a process and it is locked.
ProcessLockedException(String) - Constructor for exception fuego.papi.exception.ProcessLockedException
Creates a new ProcessLockedException with the given process identification.
ProcessNotAvailableException - Exception in fuego.papi
Thrown when a Process is not available.
ProcessNotAvailableException() - Constructor for exception fuego.papi.ProcessNotAvailableException
 
ProcessNotAvailableException(String) - Constructor for exception fuego.papi.ProcessNotAvailableException
 
ProcessNotAvailableException(String, String) - Constructor for exception fuego.papi.ProcessNotAvailableException
 
ProcessNotAvailableException(String, String, Throwable) - Constructor for exception fuego.papi.ProcessNotAvailableException
 
ProcessNotAvailableException(String, Throwable) - Constructor for exception fuego.papi.ProcessNotAvailableException
 
ProcessNotFoundException - Exception in fuego.papi.exception
A ProcessNotFoundException is thrown as a result of an attempt to access an inexistent process.
ProcessNotFoundException(String) - Constructor for exception fuego.papi.exception.ProcessNotFoundException
Creates a new ProcessNotFoundException with the given process identification.
ProcessNotFoundException(String, Throwable) - Constructor for exception fuego.papi.exception.ProcessNotFoundException
Creates a new ProcessNotFoundException with the given process identification.
ProcessNotFoundException(String, String) - Constructor for exception fuego.papi.exception.ProcessNotFoundException
Creates a new ProcessNotFoundException.
ProcessNotFoundException(String, String, Throwable) - Constructor for exception fuego.papi.exception.ProcessNotFoundException
Creates a new ProcessNotFoundException.
ProcessNotVisibleException - Exception in fuego.papi.exception
 
ProcessNotVisibleException(String, String) - Constructor for exception fuego.papi.exception.ProcessNotVisibleException
Creates a new ProcessNotVisibleException with the given process identification and participant identification that can not see the process.
ProcessOperationException - Exception in fuego.papi
Thrown when a operation over a Process could not be performed succedfully.
ProcessOperationException(String) - Constructor for exception fuego.papi.ProcessOperationException
Code of the message is 'PAPI-2000'
ProcessOperationException(String, Throwable) - Constructor for exception fuego.papi.ProcessOperationException
Code of the message is 'PAPI-2000'
processRun(String, String, Arguments, long) - Method in interface fuego.papi.ProcessServiceSession
Creates a new process instance in the specified Process and waits for the instance to reach the End activity up to the specified timeout.
processSendNotification(String, String, String, Arguments, String) - Method in interface fuego.papi.ProcessServiceSession
Sends a notification to a process in a parent/child relationship or for an external wait/interruption with the specified argument set.
processSendNotification(String, String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Sends a external notification to a process instance.
ProcessService - Class in fuego.papi
Main class in Process API (PAPI) framework.

This service provides the connection with the ALBPM Engine.

ProcessService() - Constructor for class fuego.papi.ProcessService
 
ProcessService.Factory - Interface in fuego.papi
 
ProcessServiceSession - Interface in fuego.papi
ProcessServiceSession contains methods for creating, storing and managing views and presentations, for getting activities, attachments, instances, notes, and processes, for adding attachments and notes, and for processing activities and instances.
ProcessUndeployedException - Exception in fuego.papi.exception
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 exception fuego.papi.exception.ProcessUndeployedException
Creates a new ProcessUndeployedException with the given process identification.
PropertyOperationException - Exception in fuego.papi
A Property is associated with a participant in the Directory service.
PropertyOperationException(String, Throwable) - Constructor for exception fuego.papi.PropertyOperationException
 
PropertyValueSerializationException - Exception in fuego.papi.exception
A PropertyValueSerializationException is thrown when there is a invalid property value.
PropertyValueSerializationException(String, String) - Constructor for exception fuego.papi.exception.PropertyValueSerializationException
Creates a new PropertyValueSerializationException with the given participant name and property key.
ProtocolNotSupportedException - Exception in fuego.papi.exception
 
ProtocolNotSupportedException() - Constructor for exception fuego.papi.exception.ProtocolNotSupportedException
 
ProtocolNotSupportedException(Throwable) - Constructor for exception fuego.papi.exception.ProtocolNotSupportedException
 
ProtocolNotSupportedException(String) - Constructor for exception fuego.papi.exception.ProtocolNotSupportedException
 
ProtocolNotSupportedException(String, Throwable) - Constructor for exception fuego.papi.exception.ProtocolNotSupportedException
 
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
putProperties(Properties) - Method in interface fuego.lang.ConnectionPassport
 
putProperty(String, Object) - Method in interface fuego.lang.ConnectionPassport
 
putSession(ProcessServiceSession) - Method in class fuego.papi.utils.SessionCache
Adds a session to the cache.
putSessionProperty(String, Object) - Method in interface fuego.papi.ProcessServiceSession
Puts PAPI Session scope property.

Q

quote() - Method in class fuego.lang.DynamicObject
Returns a new Quoted DynamicObject

R

REAL - Static variable in class fuego.lang.Kind
Type is Real which can be represented by any floating point type java.lang.{Double, Float}
RECEIVED_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Received"
receiveTime - Variable in class fuego.papi.InstanceEvent
 
refresh(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instanceRefresh(InstanceInfo) instead
ReleaseAttachmentException - Exception in fuego.papi.exception
A ReleaseAttachmentException is thrown when something wrong happen when trying to release an attachment.
ReleaseAttachmentException(String, String, Throwable) - Constructor for exception fuego.papi.exception.ReleaseAttachmentException
To throw when the release fail.
releaseEditionLock(Attachment, File) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.attachmentRelease(Attachment, File) instead
releaseEditionLock(Attachment) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.attachmentRelease(Attachment) instead
reload(ProcessServiceSession) - Method in class fuego.papi.utils.TreeView
Regenerates the tree, reloading the views from the user session.
REMARK_LENGTH - Static variable in interface fuego.papi.Attachment
 
removeAttribute(FilterAttribute) - Method in interface fuego.papi.Filter
Remove an attribute fron the filter.
removeAttributes(String) - Method in interface fuego.papi.Filter
Remove all attribute for an specific variable id.
removeBookmarks(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.instancesRemoveBookmark(InstanceActivityPairSet) instead
removeElementAt(int) - Method in class fuego.lang.DynamicObject
Removes the element at the specified position.
removeEntry(String) - Method in class fuego.papi.Ordering
 
removeEntry(Ordering.Entry) - Method in class fuego.papi.Ordering
 
removeEntry(int) - Method in class fuego.papi.Ordering
 
removeFilter(Filter) - Method in interface fuego.papi.Filter
Removes a filter addet to this filter.
removeLabel(Locale) - Method in interface fuego.papi.EditableView
Remove the label for a specific locale.
removePresentation(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.presentationRemove(String) instead
removeSession(String) - Method in class fuego.papi.utils.SessionCache
Closes the session associated with the given session id and removes it from the cache.
removeView(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.viewRemove(String) instead
replaceArguments(DynamicObject) - Method in class fuego.papi.Arguments
Replace all arguments of this Argument object with the DynamicObject (composite) values.
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.
retrieveRoleProperties(String, String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.roleRetrieveProperties(String, String) instead
retrieveUserProperties(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.participantRetrieveProperties(String) instead
retrieveUserStringProperty(String, String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.participantRetrieveProperty(String, String) instead
retryAt() - Method in class fuego.lang.Time
Deprecated. Maintained for backwards compatibility
retryIn() - Method in class fuego.lang.Interval
 
roleRetrieveProperties(String, String) - Method in interface fuego.papi.ProcessServiceSession
Returns a Map with all properties for the specified category for the specified role.
ROOT_NODE - Static variable in class fuego.papi.utils.AuditTrail
 
roundDownToSeconds() - Method in class fuego.lang.Time
Returns the value of this object rounded to seconds
roundToSeconds() - Method in class fuego.lang.Time
Returns the value of this object rounded to seconds
ROUTING_AUTOMATIC - Static variable in exception fuego.papi.exception.NoPermissionException
 
runActivity(String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityExecute(String, String, Arguments) instead
runActivity(String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityExecute(String, String, int, Arguments) instead
runActivity(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityExecute(String, String, Arguments) instead
runActivity(String, String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityExecute(String, String, int, Arguments) instead
runGlobal(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityExecute(String, String, Arguments) instead
runGlobalActivity(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityExecuteApplication(String, String) instead
runGlobalActivity(String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.activityExecuteApplication(String, String, Arguments) instead
RUNNING - Static variable in class fuego.papi.InstanceItemState
Task running.
RUNNING - Static variable in class fuego.papi.ProcessInstanceState
The instance is beeing executed.
runProcess(String, String, Arguments, long) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processRun(String, String, Arguments, long) instead

S

saveAs(String, File) - Method in interface fuego.papi.Attachment
Saves the given file copying it from the specified directory.
SCREENFLOW - Static variable in interface fuego.papi.Task
 
searchParticipantsByName(String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.participantFindByName(String) instead
SearchScope - Class in fuego.papi
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.
second(Time, int) - Static method in class fuego.lang.Time
 
secondsOnly(Interval, int) - Static method in class fuego.lang.Interval
 
SELECTED - Static variable in class fuego.papi.InstanceItemState
Task selected.
SELECTED_BY_OTHER - Static variable in exception fuego.papi.exception.NoPermissionException
 
sendNotification(String, String, String, Arguments, String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processSendNotification(String, String, String, Arguments, String) instead
sendNotification(String, String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.processSendNotification(String, String, String, Arguments) instead
SEPARATOR - Static variable in interface fuego.papi.collections.ElementIdSet
 
serialCheck - Static variable in interface fuego.lang.ArgumentMap
 
serialCheck - Static variable in interface fuego.papi.ActivityView
 
serialCheck - Static variable in interface fuego.papi.ApplicationsView
 
serialCheck - Static variable in interface fuego.papi.AttachmentsView
 
serialCheck - Static variable in interface fuego.papi.BookmarkView
 
serialCheck - Static variable in interface fuego.papi.ConsultationsView
 
serialCheck - Static variable in interface fuego.papi.EditableActivityView
 
serialCheck - Static variable in interface fuego.papi.EditableApplicationsView
 
serialCheck - Static variable in interface fuego.papi.EditableAttachmentsView
 
serialCheck - Static variable in interface fuego.papi.EditableBookmarkView
 
serialCheck - Static variable in interface fuego.papi.EditableConsultationsView
 
serialCheck - Static variable in interface fuego.papi.EditableFolderView
 
serialCheck - Static variable in interface fuego.papi.EditableHistoryView
 
serialCheck - Static variable in interface fuego.papi.EditableInstancesView
 
serialCheck - Static variable in interface fuego.papi.EditablePresentation
 
serialCheck - Static variable in interface fuego.papi.EditableView
 
serialCheck - Static variable in interface fuego.papi.Filter
 
serialCheck - Static variable in interface fuego.papi.FilterAttribute
 
serialCheck - Static variable in interface fuego.papi.FolderView
 
serialCheck - Static variable in interface fuego.papi.HistoryView
 
serialCheck - Static variable in interface fuego.papi.InstancesView
 
serialCheck - Static variable in interface fuego.papi.Presentation
 
serialCheck - Static variable in interface fuego.papi.ProcessServiceSession
 
serialCheck - Static variable in interface fuego.papi.View
 
serialize(Serializer) - Method in class fuego.lang.DynamicObject
Serialize this DynamicObject using the specified Serializer.
serialVersionUID - Static variable in interface fuego.lang.ArgumentMap
 
serialVersionUID - Static variable in interface fuego.papi.ActivityView
 
serialVersionUID - Static variable in interface fuego.papi.ApplicationsView
 
serialVersionUID - Static variable in interface fuego.papi.AttachmentsView
 
serialVersionUID - Static variable in interface fuego.papi.BookmarkView
 
serialVersionUID - Static variable in interface fuego.papi.ConsultationsView
 
serialVersionUID - Static variable in interface fuego.papi.EditableActivityView
 
serialVersionUID - Static variable in interface fuego.papi.EditableApplicationsView
 
serialVersionUID - Static variable in interface fuego.papi.EditableAttachmentsView
 
serialVersionUID - Static variable in interface fuego.papi.EditableBookmarkView
 
serialVersionUID - Static variable in interface fuego.papi.EditableConsultationsView
 
serialVersionUID - Static variable in interface fuego.papi.EditableFolderView
 
serialVersionUID - Static variable in interface fuego.papi.EditableHistoryView
 
serialVersionUID - Static variable in interface fuego.papi.EditableInstancesView
 
serialVersionUID - Static variable in interface fuego.papi.EditablePresentation
 
serialVersionUID - Static variable in interface fuego.papi.EditableView
 
serialVersionUID - Static variable in interface fuego.papi.Filter
 
serialVersionUID - Static variable in interface fuego.papi.FilterAttribute
 
serialVersionUID - Static variable in interface fuego.papi.FolderView
 
serialVersionUID - Static variable in interface fuego.papi.HistoryView
 
serialVersionUID - Static variable in interface fuego.papi.InstancesView
 
serialVersionUID - Static variable in interface fuego.papi.Presentation
 
serialVersionUID - Static variable in interface fuego.papi.ProcessServiceSession
 
serialVersionUID - Static variable in interface fuego.papi.View
 
SessionCache - Class in fuego.papi.utils
 
SessionClosedException - Exception in fuego.papi.exception
 
SessionClosedException() - Constructor for exception fuego.papi.exception.SessionClosedException
 
set(IntervalUnit, long) - Method in class fuego.lang.Interval
 
SET - Static variable in class fuego.lang.Kind
 
setActivity(Activity) - Method in interface fuego.papi.EditableActivityView
Sets the activity associated to this view.
setActivityName(String) - Method in interface fuego.papi.EditableActivityView
Sets the activity associated to this view
setActivityScope(String) - Method in class fuego.papi.SearchScope
Sets a new activity scope
setActivityType(int) - Method in interface fuego.papi.EditableActivityView
Sets the type of the activity associated to this view.
setArgument(String, boolean) - Method in interface fuego.lang.ArgumentMap
 
setArgument(String, byte) - Method in interface fuego.lang.ArgumentMap
 
setArgument(String, char) - Method in interface fuego.lang.ArgumentMap
 
setArgument(String, short) - Method in interface fuego.lang.ArgumentMap
 
setArgument(String, int) - Method in interface fuego.lang.ArgumentMap
 
setArgument(String, long) - Method in interface fuego.lang.ArgumentMap
 
setArgument(String, float) - Method in interface fuego.lang.ArgumentMap
 
setArgument(String, double) - Method in interface fuego.lang.ArgumentMap
 
setArgument(String, Object) - Method in interface fuego.lang.ArgumentMap
 
setArgument(String, boolean) - Method in class fuego.lang.DynamicObject
 
setArgument(String, byte) - Method in class fuego.lang.DynamicObject
 
setArgument(String, char) - Method in class fuego.lang.DynamicObject
 
setArgument(String, short) - Method in class fuego.lang.DynamicObject
 
setArgument(String, int) - Method in class fuego.lang.DynamicObject
 
setArgument(String, long) - Method in class fuego.lang.DynamicObject
 
setArgument(String, float) - Method in class fuego.lang.DynamicObject
 
setArgument(String, double) - Method in class fuego.lang.DynamicObject
 
setArgument(String, Object) - Method in class fuego.lang.DynamicObject
 
setAvailableProcesses(Object[]) - Method in exception 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
Deprecated. use ProcessServiceSession.participantEnableMailReception(boolean) instead
setCaseSensitive(boolean) - Method in interface fuego.papi.Filter
Define if this filter is case sensitive or not.
setColumnFormat(ColumnFormat) - Method in class fuego.papi.Presentation.Column
Sets the format of this column
setColumns(Presentation.Column[]) - Method in interface fuego.papi.EditablePresentation
Set columns for this presentation
setComparison(Comparison) - Method in interface fuego.papi.FilterAttribute
Change the comparison of the expression.
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.ProcessServiceSession
Deprecated. use ProcessServiceSession.viewsSetDefaultOrder(String, boolean) instead
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(LocaleStringMap) - 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
setElement(Object, Object) - Method in class fuego.lang.DynamicObject
Associates the specified value with the specified key.
setElementAt(int, Object) - Method in class fuego.lang.DynamicObject
Replaces the element located at the specified index with the specified value.
setException(Throwable) - Method in interface fuego.papi.Execution
Sets the exception thrown by the last invocation
setField(String, Object) - Method in class fuego.lang.DynamicObject
Assigns a value to the specified field.
setField(String, boolean) - Method in class fuego.lang.DynamicObject
Assigns a value to the specified field.
setField(String, long) - Method in class fuego.lang.DynamicObject
Assigns the specified value to the field.
setField(String, double) - Method in class fuego.lang.DynamicObject
Assigns the specified value to the field.
setFieldQ(String, Object) - Method in class fuego.lang.DynamicObject
Assigns a value to the specified field.
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.
setHeadless(boolean) - Method in interface fuego.papi.ProcessDiagram
 
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
setJavaClassName(String) - Method in class fuego.lang.DynamicObject
Sets a java class name to this dynamic object.
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) - Static method in class fuego.lang.Time
 
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, ProcessServiceSession) - Method in class fuego.papi.ProcessService
Sets the locale for messages from the engine.
setLocale(Locale) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.participantUpdateLocale(Locale) instead
setMatchAll(boolean) - Method in interface fuego.papi.Filter
Set if the instances must match with all attributes of the filter or not.
setName(String) - Method in interface fuego.papi.Filter
Define a name for this filter.
setOnly(IntervalUnit, long) - Method in class fuego.lang.Interval
 
setOrdering(Ordering) - Method in interface fuego.papi.Filter
Set the order of the instances that match with this filter.
setOrdering(Ordering) - Method in interface fuego.papi.Presentation
Sets the colums which will be use to sort this presentation.
setParametric(boolean) - Method in interface fuego.papi.FilterAttribute
Set if this FilterAttribute is parametric or not.
setParticipant(String) - Method in interface fuego.lang.ConnectionPassport
 
setParticipantScope(ParticipantScope) - Method in class fuego.papi.SearchScope
Sets a new participant scope.
setPassword(String) - Method in interface fuego.lang.ConnectionPassport
 
setPresentation(String) - Method in interface fuego.papi.EditableView
Set the presentation for this view
setPrevious(Object) - Method in class fuego.lang.DynamicObject
 
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
Set the scope of the 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.

In case the type of the varible is DECIMAL, the value passed to this method represents both int + fraction size.

setStatusScope(StatusScope) - Method in class fuego.papi.SearchScope
Sets a new status scope.
setSubflowLoaded(boolean) - Method in class fuego.papi.utils.AuditTrail.AuditNode
 
setTheme(String) - Method in interface fuego.papi.ProcessDiagram
Sets the theme to be used in the drawing
setTimeZone(TimeZone) - Static method in class fuego.lang.Time
 
setTimeZone(TimeZone) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.participantUpdateTimeZone(TimeZone) instead
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
Deprecated. use ProcessService.DOCUMENTATION_FOLDER property.
setValue(Object) - Method in interface fuego.papi.FilterAttribute
Set the value to use in the expression.
setVarDefinition(VarDefinition) - Method in class fuego.papi.Presentation.Column
 
setVariable(VarDefinition) - Method in class fuego.papi.Ordering.Entry
 
setVariableName(String) - Method in class fuego.papi.utils.AuditTrail.MeasureVariableNode
Sets the messure variable Name
setVariableValue(Object) - Method in class fuego.papi.utils.AuditTrail.MeasureVariableNode
Sets the measure value
setViewComparator(TreeView.ViewComparator) - Method in class fuego.papi.utils.TreeView
Sets the tree comparator to sort the views
setVisible(boolean) - Method in class fuego.papi.utils.TreeView.NodeView
Sets if this node is visible or not.
SharedParentInstanceBusyException - Exception in fuego.papi.exception
A SharedParentInstanceBusyException is thrown when a task failed to be executed because another instance copy is executing a task over shared instance.
SharedParentInstanceBusyException(int, String, String) - Constructor for exception fuego.papi.exception.SharedParentInstanceBusyException
Creates a new SharedParentInstanceBusyException
SHORT - Static variable in class fuego.lang.Time
Constant for short style pattern.
show() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Shows node
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
 
showIconInActivity(String, Image) - 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.
size() - Method in interface fuego.papi.collections.ElementIdSet
 
size() - Method in class fuego.papi.collections.InstanceActivityPairSet
 
size() - Method in class fuego.papi.collections.ProcessIdSet
 
SIZE_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Size" for an Attachment
sleep() - Method in class fuego.lang.Interval
Causes the current execution to sleep for the milliseconds value of this object.
SPLIT - Static variable in class fuego.processmodel.Activity
Automatic activity, used to create multiple threads
SPLIT_N - Static variable in class fuego.processmodel.Activity
Automatic activity, used to create multiple threads over the same activity block
sqlDateValue() - Method in class fuego.lang.Time
Returns Java SQL's Date representing this object
sqlTimestampValue() - Method in class fuego.lang.Time
Returns Java SQL's Timestamp representing this object
sqlTimeValue() - Method in class fuego.lang.Time
Returns Java SQL's Time representing this object
START_TASK_EXECUTION - Static variable in class fuego.papi.EventType
Start task execution
startUpdater(long) - Method in class fuego.papi.ProcessService
Starts the updater to synchronize directory changes for views, presentations, variable definitions and groups.
startUpdater(ConnectionPassport, long) - Method in class fuego.papi.ProcessService
Starts the updater to synchronize directory changes for views, presentations, variable definitions and groups.
STATUS_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Status"
StatusScope - Enum in fuego.papi
Enumeration that represents the possible combination of instances status to set in a search filter Possible values are: - ONLY_INPROCESS: Only instances that are In Process - ONLY_COMPLETED: Only instances that are Completed - ONLY_ABORTED: Only instances that are Aborted - INPROCESS_AND_COMPLETED: Instances that are Completed or In Process - INPROCESS_AND_ABORTED: Instances that are In Process or Aborted - ABORTED_AND_COMPLETED: Instances that are Aborted or Completed - ALL: Instances in any status
stopUpdater() - Method in class fuego.papi.ProcessService
Stops the updater.
StorageTypeList - Class in fuego.papi.collections
 
storePresentation(Presentation) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.presentationStore(Presentation) instead
storeUserProperties(String, Map<String, Object>) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use #participantStoreProperties(String, Map) instead
storeView(View) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.viewStore(View) instead
STRING - Static variable in class fuego.lang.Kind
Type is string, which can be represented by objects of class java.lang.String
sub(Interval, Interval) - Static method in class fuego.lang.Interval
Substracts two Intervals
sub(Interval) - Method in class fuego.lang.Interval
Substracts an Interval.
sub(Time, Time) - Static method in class fuego.lang.Time
Returns the value of subtraction between the fisrt value with the second one as an Interval object
sub(Time, Interval) - Static method in class fuego.lang.Time
Substract an Interval from a Time
sub(Time) - Method in class fuego.lang.Time
Substracts a given Time to this object.
sub(Interval) - Method in class fuego.lang.Time
Subtracts an Interval from the Time object.
SUBFLOW - Static variable in class fuego.processmodel.Activity
Automatic activity, used to create a child instance in another process
SUBFLOW_INSTANCE_CREATED - Static variable in class fuego.papi.EventType
Subflow instance created.
subFrom(Time) - Method in class fuego.lang.Interval
Substract from a Time.
SUBPROCESS - Static variable in class fuego.processmodel.Activity
Automatic activity, used to create an instance in another process
SUSPENDED - Static variable in class fuego.papi.ProcessInstanceState
The instance was suspended.

T

Task - Interface in fuego.papi
This class contains the metadata information about an Activity Task.
TASK_EXECUTION_RESULT - Static variable in class fuego.papi.InstanceEvent
 
TASK_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Task" for an Activity
TASK_NAME - Static variable in class fuego.papi.InstanceEvent
 
TASK_NUMBER - Static variable in class fuego.papi.InstanceEvent
 
TASK_STATE - Static variable in class fuego.papi.InstanceEvent
 
TaskAlreadySelectedException - Exception in fuego.papi.exception
A TaskAlreadySelectedException is thrown when the task has already been selected by other participant.
TaskAlreadySelectedException(String, String, int, String) - Constructor for exception fuego.papi.exception.TaskAlreadySelectedException
Creates a new TaskAlreadySelectedException with the given processId, instanceIn, theadIn, taskNumber and user.
TaskArgument - Interface in fuego.papi
A TaskArgument represents an argument of a activity task.
taskCanBeProcessed(int, String, String) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the specified task for this instance can be executed by the current participant.
taskCanBeProcessed(InstanceInfo, int) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the specified task for this instance can be executed by the current participant.
taskCanBeSelected(int, String, String) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the specified task for this instance can be selected by the current participant.
taskCanBeSelected(InstanceInfo, int) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the specified task for this instance can be selected by the current participant.
taskCanBeUnselected(int, String, String) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the specified task for this instance can be unselected by the current participant.
taskCanBeUnselected(InstanceInfo, int) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the specified task for this instance can be unselected by the current participant.
TaskCompletedException - Exception in fuego.papi.exception
A TaskCompletedException is thrown when the task has already been completed by other participant.
TaskCompletedException(String, String, int) - Constructor for exception fuego.papi.exception.TaskCompletedException
Creates a new TaskCompletedException with the given processId, intanceIn, theadIn and taskNumber.
TaskCompletedException(String, String, int, String) - Constructor for exception fuego.papi.exception.TaskCompletedException
Creates a new TaskCompletedException with the given processId, intanceIn, theadIn and taskNumber.
TaskExecution - Interface in fuego.papi
 
taskFailed() - Method in class fuego.papi.utils.AuditTrail.ItemExecutedNode
Returns if the task failed or not.
TaskFailedException - Exception in fuego.papi.exception
A TaskFailedException is thrown whenever a task execution over an instance fails.
TaskNotFoundException - Exception in fuego.papi.exception
A TaskNotFoundException is thrown as a result of an attempt to access an inexistent task.
TaskNotFoundException(String, int, String) - Constructor for exception fuego.papi.exception.TaskNotFoundException
Creates a new TaskNotFoundException with the default message.
TaskNotFoundException(String, String, String) - Constructor for exception fuego.papi.exception.TaskNotFoundException
Creates a new TaskNotFoundException with the default message.
TaskNotRunningException - Exception in fuego.papi.exception
A TaskNotRunningException is thrown as a result of an attempt to access a task that no running.
TaskNotRunningException(String, String, int) - Constructor for exception fuego.papi.exception.TaskNotRunningException
Creates a new TaskNotRunningException with the process identification, instance internal number, thread internal number and task internal number.
TaskNotRunningException(int, String, String) - Constructor for exception fuego.papi.exception.TaskNotRunningException
Deprecated.  
TaskNotUnselectedException - Exception in fuego.papi.exception
 
TaskNotUnselectedException(String, String, int) - Constructor for exception fuego.papi.exception.TaskNotUnselectedException
 
TaskOperationException - Exception in fuego.papi.exception
A TaskOperationException is thrown when task operation error occurs.
TaskOperationException(String, String, int, Throwable) - Constructor for exception fuego.papi.exception.TaskOperationException
Creates a new TaskOperationException with the given taskNumber and the given cause.
TaskOperationException(String, String, int) - Constructor for exception fuego.papi.exception.TaskOperationException
Creates a new TaskOperationException with the given msgCode, instanceId and taskNumber.
TaskSelectedByOtherException - Exception in fuego.papi.exception
 
TaskSelectedByOtherException() - Constructor for exception fuego.papi.exception.TaskSelectedByOtherException
Creates a new TaskSelectedByOtherException with a default message.
TaskSelectedByOtherException(String, String, int, String) - Constructor for exception fuego.papi.exception.TaskSelectedByOtherException
Creates a new TaskSelectedByOtherException with the given processId, instanceIn, theadIn, taskNumber and user.
TasksException - Exception in fuego.papi.exception
 
TasksException() - Constructor for exception fuego.papi.exception.TasksException
 
TasksException(Map<String, Throwable>, boolean) - Constructor for exception fuego.papi.exception.TasksException
 
tasksSelect(String, String, int[]) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.tasksSelect(int[], String, String) instead
tasksSelect(int[], String, String) - Method in interface fuego.papi.ProcessServiceSession
Selects a process instance item.
Selected items can only be processed by the participant which has them selected.
Repeatable process instance items can be selected even if they have already been completed
Note: Status is not changed to SELECTED when selecting a COMPLETED process instance item.
tasksSelect(InstanceInfo, int[]) - Method in interface fuego.papi.ProcessServiceSession
Selects a process instance item.
Selected items can only be processed by the participant which has them selected.
Repeatable process instance items can be selected even if they have already been completed
Note: Status is not changed to SELECTED when selecting a COMPLETED process instance item.
tasksUnselect(String, String, int[]) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.tasksUnselect(int[], String, String) instead
tasksUnselect(int[], String, String) - Method in interface fuego.papi.ProcessServiceSession
Uselects this process instance item.
Process instance items that are not selected by any participant can be processed by any participant in the role of the current activity.
Repeatable process instance items can be selected even if they have already been completed.
Note: Status is not changed to PENDING when unselecting a COMPLETED process instance item.
tasksUnselect(InstanceInfo, int[]) - Method in interface fuego.papi.ProcessServiceSession
Uselects this process instance item.
Process instance items that are not selected by any participant can be processed by any participant in the role of the current activity.
Repeatable process instance items can be selected even if they have already been completed.
Note: Status is not changed to PENDING when unselecting a COMPLETED process instance item.
TaskTimeoutException - Exception in fuego.papi.exception
A TaskTimeoutException is thrown when a task timeout expires while it is being executed.
TaskTimeoutException(String, int, String, String, Throwable) - Constructor for exception fuego.papi.exception.TaskTimeoutException
 
TaskUserDisconnectedException - Exception in fuego.papi.exception
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 exception fuego.papi.exception.TaskUserDisconnectedException
 
TaskUserTimeoutException - Exception in fuego.papi.exception
A TaskUserTimeoutException is thrown when a task fails because a user timeout has expired.
TaskUserTimeoutException(String, int, String, String, Throwable) - Constructor for exception fuego.papi.exception.TaskUserTimeoutException
 
TERMINATION_WAIT - Static variable in class fuego.processmodel.Activity
Automatic activity, used to wait the termination of a previously created subprocess
text - Variable in class fuego.lang.DynamicObject.X
 
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
 
themes - Static variable in interface fuego.papi.ProcessDiagram
 
THREAD_NODE - Static variable in class fuego.papi.utils.AuditTrail
 
threadIn - Variable in class fuego.papi.InstanceEvent
 
TIME - Static variable in class fuego.lang.Kind
Type is time, which can be represented by objects of class fuego.type.Time
Time - Class in fuego.lang
Time objects carry a single long that represents the amount of microseconds elapsed since January 1st, 1970 GMT.
Time() - Constructor for class fuego.lang.Time
Constructs a Time object with the current time.
Time(int, int, int) - Constructor for class fuego.lang.Time
Constructs a Time object initialized with the given values for the year, month, and day of month.
Time.Holder - Class in fuego.lang
 
Time.Holder() - Constructor for class fuego.lang.Time.Holder
 
Time.Holder(Time) - Constructor for class fuego.lang.Time.Holder
 
TIME_ONLY - Static variable in class fuego.lang.Time
Constant for TIME ONLY format
timeStamp - Variable in class fuego.papi.InstanceEvent
 
timeValue() - Method in class fuego.lang.DynamicObject
Returns this DynamicObject as a Time.
toArray() - Method in class fuego.papi.collections.ActivityList
 
toArray() - Method in class fuego.papi.collections.AttachmentList
 
toArray() - Method in class fuego.papi.collections.ConsultList
 
toArray() - Method in interface fuego.papi.collections.ElementIdSet
Returns an array containing the elements of the set.
toArray() - Method in class fuego.papi.collections.InstanceActivityPairSet
Returns an array with all items in the set.
toArray() - Method in class fuego.papi.collections.InstanceEventList
 
toArray() - Method in class fuego.papi.collections.InstanceInfoList
 
toArray() - Method in class fuego.papi.collections.NoteList
 
toArray() - Method in class fuego.papi.collections.ParticipantList
 
toArray() - Method in class fuego.papi.collections.ProcessIdSet
Returns an array containing all of the elements in this set.
toArray() - Method in class fuego.papi.collections.ProcessList
 
toArray() - Method in class fuego.papi.collections.StorageTypeList
 
toArray() - Method in class fuego.papi.collections.VarDefinitionList
 
toArray() - Method in class fuego.papi.Ordering
 
toDateString() - Method in class fuego.lang.Time
 
toDateTimeString() - Method in class fuego.lang.Time
 
toGMonthDayString() - Method in class fuego.lang.Time
Returns an XMLSchema gMonthDay string For Example, for the date US locale Mar 30, 2005, it returns "--03-30"
toGMT(Time) - Static method in class fuego.lang.Time
Returns the time ignoring the current user Timezone
toGMT() - Method in class fuego.lang.Time
Returns the time ignoring the current user Timezone
toGYearMonthString() - Method in class fuego.lang.Time
Returns an XMLSchema GYearMonth represenation of this Time For Example, for the date US locale Mar 30, 2005, it returns "2005-03"
toString() - Method in class fuego.lang.Interval
Returns a string representation of a value
toString() - Method in class fuego.lang.Time
Returns an ISO standard string representation of a time value
toString() - Method in class fuego.lang.Void
 
toString() - Method in class fuego.papi.collections.InstanceActivityPair
Returns a string representation of the object.
toString() - Method in class fuego.papi.InstanceEvent
Gets the representation of the instance as a String
toString() - Method in class fuego.papi.InstanceId
Returns a string representation of the object.
toString() - Method in class fuego.papi.InstanceInfo
 
toString() - Method in class fuego.papi.ProcessService
Returns information about the directory url, working folder, and number of active sessions.
toString() - Method in interface fuego.papi.ProcessServiceSession
Returns the name of the class.
toString() - Method in class fuego.papi.utils.AuditTrail.MeasureVariableNode
Returns a String with "'varibleName' = varialbeValue"
toTime() - Method in class fuego.lang.Time
Returns the Time object
toTimeString() - Method in class fuego.lang.Time
Returns an XMLSchema Time represenation of this Time
toXMLString() - Method in class fuego.lang.Interval
Returns an XML string representation of an interval value
toXMLString() - Method in class fuego.lang.Time
Returns an ISO standard string representation of a time value
TRANSFORM - Static variable in class fuego.lang.Kind
 
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
 
TransitionFailedException - Exception in fuego.papi.exception
 
TreeView - Class in fuego.papi.utils
 
TreeView(ProcessServiceSession) - Constructor for class fuego.papi.utils.TreeView
Creates a new TreeNode
TreeView(ProcessServiceSession, TreeView.ViewComparator) - Constructor for class fuego.papi.utils.TreeView
Creates a new TreeNode
TreeView(ProcessServiceSession, TreeView.ViewComparator, TreeView.ViewFilter) - Constructor for class fuego.papi.utils.TreeView
Creates a new TreeNode
TreeView.NodeView - Class in fuego.papi.utils
 
TreeView.ViewComparator - Interface in fuego.papi.utils
 
TreeView.ViewFilter - Interface in fuego.papi.utils
 
type - Variable in class fuego.papi.InstanceEvent
 

U

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
UNGRAB_BY_OTHER - Static variable in exception fuego.papi.exception.NoPermissionException
 
update(String, boolean) - Method in class fuego.papi.Ordering
Updates the ascending order for the specified variable.
update(VarDefinition, boolean) - Method in class fuego.papi.Ordering
Updates the ascending order for the specified variable.
UPDATE_SESSIONS_VIEWS - Static variable in class fuego.papi.ProcessService
Deprecated. all views are updated when an instance is updated.
updateOrganizationalInformationFromDirectory() - Static method in class fuego.papi.ProcessService
Synchronizes directory changes for views, presentations, varible definitions and groups.
The operation will be executed only if you started the updater ProcessService.startUpdater(fuego.lang.ConnectionPassport, long).
updateOrgInfo() - Method in interface fuego.papi.ProcessService.Factory
 
updateUserLocale(Locale) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.participantUpdateLocale(java.util.Locale) instead
updateUserPassword(String, String) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.participantUpdatePassword(String, String) instead
updateUserTimeZone(TimeZone) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.participantUpdateTimeZone(java.util.TimeZone) instead
USER_DOCUMENTATION_FOLDER - Static variable in class fuego.papi.ProcessService
Deprecated. use ProcessService.DOCUMENTATION_FOLDER instead
USER_EVENT - Static variable in class fuego.papi.EventType
User event.

V

value - Variable in class fuego.lang.DynamicObject.Quote
Field value
value - Variable in class fuego.lang.Interval.Holder
 
value - Variable in class fuego.lang.Time.Holder
 
valueOf(long) - Static method in class fuego.lang.DynamicObject
Returns the DynamicObject representation of the specified argument.
valueOf(double) - Static method in class fuego.lang.DynamicObject
Returns the DynamicObject representation of the specified argument.
valueOf(boolean) - Static method in class fuego.lang.DynamicObject
Returns the DynamicObject representation of the specified argument.
valueOf(Object) - Static method in class fuego.lang.DynamicObject
Returns the DynamicObject representation of the specified argument.
valueOf(Object, boolean) - Static method in class fuego.lang.DynamicObject
 
valueOf(Object, boolean, Map<Object, Object>) - Static method in class fuego.lang.DynamicObject
 
valueOf(Time) - Static method in class fuego.lang.Interval
Constructs an interval from a Time object.
valueOf(Object) - Static method in class fuego.lang.Interval
Constructs an interval from another Object (eg: Interval, Time, Number or String)
valueOf(Number) - Static method in class fuego.lang.Interval
 
valueOf(String) - Static method in class fuego.lang.Interval
Parses a string with one of the following formats:

-? {tmspec}+ -? {num}:{num}(:{num}(.{num})?)?

Where {tmspec} is one of:

{num}{ws}*M --> months {num}{ws}*d --> days {num}{ws}*h --> hours {num}{ws}*m --> minutes {num}{ws}*s --> seconds {num}{ws}*x --> microseconds

and {num} is a number with an optional decimal part

For example:

1M10d2s --> 1 month, 10 days, 2 seconds 10 d 2.5 m --> 10 days, 2 minutes, 30 seconds 365.25d 10h 3s 3.5s --> 365 days, 16 hours, 6 seconds, 500000 microseconds 10 d 2.5 --> FormatException

valueOf(BigDecimal) - Static method in class fuego.lang.Interval
Constructor from a number of microseconds
valueOf(double) - Static method in class fuego.lang.Interval
Constructor from a number of microseconds(from a double)
valueOf(long) - Static method in class fuego.lang.Interval
Constructor from a number of microseconds (from a long)
valueOf(Time, Time) - Static method in class fuego.lang.Interval
Returns the subtraction between two Times as an Interval object
valueOf(int, int, long) - Static method in class fuego.lang.Interval
Constructor from a number of months and a number of microseconds
valueOf(BigDecimal) - Static method in class fuego.lang.Time
Constructs a Time from a microseconds given value.
valueOf(double) - Static method in class fuego.lang.Time
Constructs a Time from a microseconds given value.
valueOf(long) - Static method in class fuego.lang.Time
Constructs a Time from a microseconds given value.
valueOf(Calendar) - Static method in class fuego.lang.Time
Constructs a Time from a calendar
valueOf(String) - Static method in class fuego.lang.Time
Parses a String for a time object.
valueOf(Date) - Static method in class fuego.lang.Time
Converts to Time from Java's Date class.
valueOf(Time) - Static method in class fuego.lang.Time
Convert from Java's java.sql.Time class.
valueOf(Timestamp) - Static method in class fuego.lang.Time
Converts to Time from Java's java.sql.Timestamp class.
valueOf(Interval) - Static method in class fuego.lang.Time
Constructs a Time from an interval.
valueOf(Object) - Static method in class fuego.lang.Time
 
valueOf(Number) - Static method in class fuego.lang.Time
 
valueOf(int, int) - Static method in class fuego.lang.Time
Constructs a time from an hour, minutes
valueOf(int, int, int) - Static method in class fuego.lang.Time
Constructs a time from an hour, minutes & seconds
valueOf(int, Month, int) - Static method in class fuego.lang.Time
Constructs a Time from year, month and day.
valueOf(int, int, int, int) - Static method in class fuego.lang.Time
Constructs a Time from am hour, minutes, seconds & microseconds
valueOf(Day, Week, Month, int) - Static method in class fuego.lang.Time
Constructs a Time from day, week, month and year.
valueOf(int, int, int, int, int, int) - Static method in class fuego.lang.Time
Constructs a Time from year, month, day of month, hour of day, minute & second.
valueOf(int, int, int, int, int, int, int) - Static method in class fuego.lang.Time
Constructs a Time from year, month and date.
valueOf(String) - Static method in enum fuego.papi.attachment.AttachmentStorageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class fuego.papi.collections.InstanceActivityPair
Returns an InstanceActivityPair created from the given String.
valueOf(String, String) - Static method in class fuego.papi.collections.InstanceActivityPair
Returns an InstanceActivityPair created from the given instances identification and activity name.
valueOf(String) - Static method in enum fuego.papi.ColumnFormatType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fuego.papi.Comparison
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class fuego.papi.EventType
Returns the event type number of the specified event type Id.
valueOf(String) - Static method in enum fuego.papi.ExecutionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class fuego.papi.InstanceItemState
Returns the state number for the specified state Id.
valueOf(String) - Static method in enum fuego.papi.ParticipantFor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fuego.papi.ParticipantScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fuego.papi.PresentationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class fuego.papi.Priority
Returns the priority for the specified priority Id.
valueOf(String) - Static method in class fuego.papi.ProcessInstanceState
Returns the state number for the specified state Id.
valueOf(String) - Static method in enum fuego.papi.StatusScope
Returns the enum constant of this type with the specified name.
valueOf(boolean, boolean, boolean) - Static method in enum fuego.papi.StatusScope
Creates a StatusScope with the combination of boolean values recieved as parameters.
valueOf(String) - Static method in enum fuego.papi.ViewType
Returns the enum constant of this type with the specified name.
values() - Static method in enum fuego.papi.attachment.AttachmentStorageType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum fuego.papi.ColumnFormatType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum fuego.papi.Comparison
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum fuego.papi.ExecutionType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum fuego.papi.ParticipantFor
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum fuego.papi.ParticipantScope
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum fuego.papi.PresentationType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum fuego.papi.StatusScope
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum fuego.papi.ViewType
Returns an array containing the constants of this enum type, in the order they're declared.
VarDefinition - Class in fuego.papi
This class contains all the information related with a process variable.
VarDefinition(String, int, String, int, Map) - Constructor for class fuego.papi.VarDefinition
 
VarDefinition(String, int, String, int, int, Map) - Constructor for class fuego.papi.VarDefinition
 
VarDefinitionList - Class in fuego.papi.collections
 
VARIABLE_MEASUREMENT - Static variable in class fuego.papi.EventType
Measurement mark created.
variableGet(String) - Method in interface fuego.papi.ProcessServiceSession
Gets a VarDefinition from the loaded processes in this session.
variablesGet() - Method in interface fuego.papi.ProcessServiceSession
Returns all the variable definitions from all the processes in this session.
VERSION_ID - Static variable in class fuego.papi.VarDefinition
The id of the default variable "Version" for an Attachment
View - Interface in fuego.papi
This class is used to show information with a specific representation.
ViewAlreadyExistException - Exception in fuego.papi.exception
 
ViewAlreadyExistException(String) - Constructor for exception fuego.papi.exception.ViewAlreadyExistException
ViewAlreadyExistException Create the exception and set the message PAPI-8110.
viewCreate(ViewType, String, String[]) - Method in interface fuego.papi.ProcessServiceSession
Creates an EditableView.
viewEdit(View) - Method in interface fuego.papi.ProcessServiceSession
Gets an EditableView from a View.
ViewFilterNotAvailableException - Exception in fuego.papi.exception
 
ViewFilterNotAvailableException(String) - Constructor for exception fuego.papi.exception.ViewFilterNotAvailableException
ViewFilterNotAvailableException: Create the exception and set the message PAPI-8210.
viewGet(String) - Method in interface fuego.papi.ProcessServiceSession
Returns the View specified by viewId.
viewGetActivity(ActivityView) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. The ActivityScope is deprecated
viewGetApplications(ApplicationsView) - Method in interface fuego.papi.ProcessServiceSession
Returns all Global Activities (Activity.GLOBAL and Activity.GLOBAL_CREATION) for the specified ApplicationsView.
viewGetApplications(String) - Method in interface fuego.papi.ProcessServiceSession
Returns all the Global Activities for a given ApplicationsView
viewGetAttachments(AttachmentsView) - Method in interface fuego.papi.ProcessServiceSession
Gets the Attachments from this AttachmentsView.
viewGetChildren(String) - Method in interface fuego.papi.ProcessServiceSession
Gets the children views of the view specified by view Id.
viewGetInstances(String) - Method in interface fuego.papi.ProcessServiceSession
Gets the InstanceInfos from the specified instances view.
viewGetInstances(InstancesView) - Method in interface fuego.papi.ProcessServiceSession
Gets the InstanceInfos from the specified instances view.
viewGetParent(String) - Method in interface fuego.papi.ProcessServiceSession
Gets the parent View of the specified View.
viewGetParent(View) - Method in interface fuego.papi.ProcessServiceSession
Gets the parent View of the specified View.
viewGetParentId(String) - Method in interface fuego.papi.ProcessServiceSession
Gets the parent id of the specified view.
ViewHasChildrenException - Exception in fuego.papi.exception
 
ViewHasChildrenException(String) - Constructor for exception fuego.papi.exception.ViewHasChildrenException
 
viewHasNewInstances(String) - Method in interface fuego.papi.ProcessServiceSession
Returns true if this view has new instances since the last access.
ViewNotFoundException - Exception in fuego.papi.exception
 
ViewNotFoundException(String) - Constructor for exception fuego.papi.exception.ViewNotFoundException
ViewNotFoundException: Create the exception and set the message PAPI-8205.
ViewNotFoundException(String, Throwable) - Constructor for exception fuego.papi.exception.ViewNotFoundException
ViewNotFoundException: Create the exception and set the message PAPI-8205.
ViewOperationException - Exception in fuego.papi
Main Class for view exceptions.
ViewOperationException(String) - Constructor for exception fuego.papi.ViewOperationException
Construct the ViewOperationException with the message PAPI-8001.
viewRefresh(String) - Method in interface fuego.papi.ProcessServiceSession
Forces the reload of the specified View.
viewRemove(String) - Method in interface fuego.papi.ProcessServiceSession
Removes the view specified by viewId.
ViewsForTypeNotAvailableException - Exception in fuego.papi.exception
 
ViewsForTypeNotAvailableException(String, Throwable) - Constructor for exception fuego.papi.exception.ViewsForTypeNotAvailableException
Creates a new ViewsForTypeNotAvailableException with the given viewType and initial exception.
viewsGetIds() - Method in interface fuego.papi.ProcessServiceSession
Gets all the viewIds available to the current participant.
viewsHaveNewInstances() - Method in interface fuego.papi.ProcessServiceSession
Returns true if any view has new instances since the last access to it.
viewsSetDefaultOrder(String, boolean) - Method in interface fuego.papi.ProcessServiceSession
Sets the default sort order for instance views.
viewStore(View) - Method in interface fuego.papi.ProcessServiceSession
Stores the specified view.
ViewType - Enum in fuego.papi
 
VOID - Static variable in class fuego.lang.Kind
No type
Void - Class in fuego.lang
This class represents an Empty object.

W

WAS_COMPLETED - Static variable in class fuego.papi.InstanceItemState
Repeatable task executed.
WORKING_FOLDER - Static variable in class fuego.papi.ProcessService
Property key for working folder.
wrap(Throwable) - Static method in exception fuego.papi.OperationException
 

Y

year(Time, int) - Static method in class fuego.lang.Time
 
yearsOnly(Interval, int) - Static method in class fuego.lang.Interval
Sets only the year value to an Interval object
yearsSince(Time) - Method in class fuego.lang.Time
Return number of years between

Z

ZERO - Static variable in class fuego.lang.Interval
Zero Inteval

A B C D E F G H I J K L M N O P Q R S T U V W Y Z
ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved