ALBPM Process API (PAPI)
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

ABORTED - Static variable in class fuego.papi.ProcessInstanceState
The instance was aborted.
ABORTING - Static variable in interface fuego.papi.ProcessDiagramPath
 
ACTION - Static variable in class fuego.papi.Arguments
Argument ACTION contains the value of the predefined instance variable action.
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_DEADLINE_ID45 - Static variable in class fuego.papi.VarDefinition
Deprecated. use ACTIVITY_DEADLINE_ID instead
ACTIVITY_ID - Static variable in class fuego.papi.VarDefinition
The ID of the default variable "Activity".
ACTIVITY_ID45 - Static variable in class fuego.papi.VarDefinition
Deprecated. use ACTIVITY_ID instead
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 class fuego.papi.exception.NoPermissionException
 
ACTIVITY_NOT_SUSPEND - Static variable in class fuego.papi.exception.NoPermissionException
 
ACTIVITY_OUT - Static variable in class fuego.papi.EventType
Instance went out of the activity.
AD - Static variable in class fuego.lang.Time
Field AD
ANOTHER_USER_RUN - Static variable in class fuego.papi.exception.NoPermissionException
 
ANY - Static variable in class fuego.lang.Kind
 
APPLICATIONS_DEFAUTL_ID - Static variable in interface fuego.papi.View
 
ARRAY - Static variable in class fuego.lang.Kind
Type is an Array
ATTACHMENTS_DEFAULT_ID - Static variable in interface fuego.papi.View
 
ATTACHMENT_DESCRIPTION - Static variable in class fuego.papi.exception.InvalidAttachmentArgumentLengthException
 
ATTACHMENT_FILENAME - Static variable in class fuego.papi.exception.InvalidAttachmentArgumentLengthException
 
ATTACHMENT_REMARK - Static variable in class fuego.papi.exception.InvalidAttachmentArgumentLengthException
 
ATTRIBUTE - Static variable in class fuego.lang.Kind
 
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.
AUTOMATIC - Static variable in class fuego.processmodel.Activity
Automatic activity, generally used to run server-side components
AUTOSELECT - Static variable in class fuego.papi.exception.NoPermissionException
 
AUTO_RESUME_INST - Static variable in class fuego.papi.exception.NoPermissionException
 
AbsentParticipantException - class fuego.papi.exception.AbsentParticipantException.
An AbsentParticipantException is thrown as a result of an attempt to access an absent participant.
AbsentParticipantException(String) - Constructor for class fuego.papi.exception.AbsentParticipantException
Creates a AbsentParticipantException with the given participant.
AbsentParticipantWithoutReplacementException - class fuego.papi.exception.AbsentParticipantWithoutReplacementException.
An AbsentParticipantWithoutReplacementException is thrown as a result of an attempt to route an instance/s to a given participant who is absent and has no replacement assigned.
AbsentParticipantWithoutReplacementException(String) - Constructor for class fuego.papi.exception.AbsentParticipantWithoutReplacementException
Creates a AbsentParticipantException with the given participant.
Activity - class fuego.papi.Activity.
Activity in a Process.
Activity() - Constructor for class fuego.papi.Activity
 
Activity - class fuego.processmodel.Activity.
 
Activity() - Constructor for class fuego.processmodel.Activity
 
ActivityFailedException - class fuego.papi.exception.ActivityFailedException.
A ActivityFailedException is thrown when the activity to create an instance failed.
ActivityNotFoundException - class fuego.papi.exception.ActivityNotFoundException.
A ActivityNotFoundException is thrown as a result of an attempt to access an inexistent activity.
ActivityNotFoundException() - Constructor for class fuego.papi.exception.ActivityNotFoundException
Creates a new ActivityNotFoundException with the default message.
ActivityNotFoundException(String) - Constructor for class fuego.papi.exception.ActivityNotFoundException
Creates a new ActivityNotFoundException with the given activity identification.
ActivityNotFoundException(String, Throwable) - Constructor for class fuego.papi.exception.ActivityNotFoundException
Creates a new ActivityNotFoundException with the given activity identification and the initial exception.
ActivityNotFoundException(String, String) - Constructor for class fuego.papi.exception.ActivityNotFoundException
 
ActivityNotFoundException(String, String, Throwable) - Constructor for class fuego.papi.exception.ActivityNotFoundException
 
ActivityTimeoutException - class fuego.papi.exception.ActivityTimeoutException.
An ActivityTimeoutException is thrown when the time to execute an activity expired before its execution finished.
ActivityTimeoutException(String, String, Throwable) - Constructor for class fuego.papi.exception.ActivityTimeoutException
Code of the message is 'PAPI-2310'
ActivityUserDisconnectedException - class fuego.papi.exception.ActivityUserDisconnectedException.
 
ActivityUserDisconnectedException(String, String, Throwable) - Constructor for class fuego.papi.exception.ActivityUserDisconnectedException
 
ActivityUserTimeoutException - class fuego.papi.exception.ActivityUserTimeoutException.
 
ActivityUserTimeoutException(String, String, Throwable) - Constructor for class fuego.papi.exception.ActivityUserTimeoutException
 
ActivityView - interface fuego.papi.ActivityView.
ActivityView contains and handle instances located in the given activity.
ApplicationsNotAvailableException - class fuego.papi.exception.ApplicationsNotAvailableException.
Class ApplicationsNotAvailableException This exception is thrown when not all the applications (activities) requested are available, this could happen when not all the processes are available.
ApplicationsNotAvailableException(Activity[], Map) - Constructor for class fuego.papi.exception.ApplicationsNotAvailableException
Constructs a ApplicationsNotAvailableException.
ApplicationsNotAvailableInProcessException - class fuego.papi.exception.ApplicationsNotAvailableInProcessException.
A ApplicationsNotAvailableInProcessException is thrown as result of an attempt to access a application of a process.
ApplicationsNotAvailableInProcessException() - Constructor for class fuego.papi.exception.ApplicationsNotAvailableInProcessException
 
ApplicationsNotAvailableInProcessException(String, Throwable) - Constructor for class fuego.papi.exception.ApplicationsNotAvailableInProcessException
Creates a new ApplicationsNotAvailableInProcessException with the given processId and initial exception.
ApplicationsView - interface fuego.papi.ApplicationsView.
This View handle information related to Applications (Global Activities).
It keeps a list of the applications that the participant can execute.
It has a default presentation.
ArgumentMap - interface fuego.lang.ArgumentMap.
 
ArgumentSet - interface fuego.papi.ArgumentSet.
Represents an ArgumentSet defined in the process.
ArgumentSet.Argument - interface fuego.papi.ArgumentSet.Argument.
Represents an argument of an ArgumentSet
Arguments - class fuego.papi.Arguments.
Represents the arguments for an ArgumentSet for an Activity.
Attachment - interface fuego.papi.Attachment.
Represents an Attachment associated with an instance.
AttachmentEditionNotPossibleException - class fuego.papi.exception.AttachmentEditionNotPossibleException.
A AttachmentEditionNotPossibleException is thrown as a result of an attempt to edit an attachment that has been locked or it is not the last version.
AttachmentEditionNotPossibleException(String) - Constructor for class fuego.papi.exception.AttachmentEditionNotPossibleException
Creates a new AttachmentEditionNotPossibleException with the given attachment.
AttachmentFileNotFoundException - class fuego.papi.exception.AttachmentFileNotFoundException.
 
AttachmentFileNotFoundException(String, String) - Constructor for class fuego.papi.exception.AttachmentFileNotFoundException
 
AttachmentInterface - interface fuego.papi.AttachmentInterface.
Represents an Attachment associated with an instance.
This class is for internal use only.
AttachmentLockedException - class fuego.papi.exception.AttachmentLockedException.
This exception is thrown when you want to get an attachment but the attachment is locked by another user.
AttachmentLockedException(String, String) - Constructor for class fuego.papi.exception.AttachmentLockedException
This contructor is used when you know the attachement identification and the participant that is locking the attachment.
AttachmentNotFoundException - class fuego.papi.exception.AttachmentNotFoundException.
A AttachmentNotFoundException is thrown as a result of an attempt to access an inexistent attachment.
AttachmentNotFoundException(String) - Constructor for class fuego.papi.exception.AttachmentNotFoundException
Creates a new AttachmentNotFoundException with the given attachment name.
AttachmentOperationException - class fuego.papi.AttachmentOperationException.
This exception can be thronw by any method who performs any operation over an Attachment.
AttachmentOperationException() - Constructor for class fuego.papi.AttachmentOperationException
just for serialization purposes
AttachmentOperationException(String, Throwable) - Constructor for class fuego.papi.AttachmentOperationException
Construct the exception with the attachment identification where the operation failed.
AttachmentOperationException(String, String, Throwable) - Constructor for class fuego.papi.AttachmentOperationException
 
AttachmentsNotAvailableException - class fuego.papi.exception.AttachmentsNotAvailableException.
Class AttachmentsNotAvailableException This exception is thrown when not all the attachments requested are available, this could happen when not all the processes are available (may be some engine could be down, and can't provide the data).
AttachmentsNotAvailableException(Attachment[], Map) - Constructor for class fuego.papi.exception.AttachmentsNotAvailableException
Constructs an AttachmentsNotAvailableException.
AttachmentsNotAvailableInProcessException - class fuego.papi.exception.AttachmentsNotAvailableInProcessException.
A AttachmentsNotAvailableInProcessException is thrown as result an attempt to access to the attachments of the a process and the process of it is not available.
AttachmentsNotAvailableInProcessException(String, Throwable) - Constructor for class fuego.papi.exception.AttachmentsNotAvailableInProcessException
Creates a new AttachmentsNotAvailableInProcessException with the given processId and initial exception.
AttachmentsView - interface fuego.papi.AttachmentsView.
This View handle information related to Attachments.
It keeps a list of attachments locked by this participant.
It has a default presentation.
AuditTrail - class fuego.papi.utils.AuditTrail.
 
AuditTrail(ProcessServiceNESession, 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 fuego.papi.utils.AuditTrail.AuditNode.
This class represent a Node in the AuditTrail Graph.
AuditTrail.ItemExecutedNode - class fuego.papi.utils.AuditTrail.ItemExecutedNode.
 
AuditTrail.ItemSelectedNode - class fuego.papi.utils.AuditTrail.ItemSelectedNode.
 
AuditTrail.ItemUnselectedNode - class fuego.papi.utils.AuditTrail.ItemUnselectedNode.
 
AuditTrail.MeasureVariableNode - class fuego.papi.utils.AuditTrail.MeasureVariableNode.
This class represents a Measure Varible Node.
AuditTrail.SubFlowNode - class fuego.papi.utils.AuditTrail.SubFlowNode.
 
AuthenticationException - class fuego.papi.exception.AuthenticationException.
 
AuthenticationException() - Constructor for class fuego.papi.exception.AuthenticationException
 
AuthenticationException(Throwable) - Constructor for class fuego.papi.exception.AuthenticationException
 
AuthenticationException(String) - Constructor for class fuego.papi.exception.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for class fuego.papi.exception.AuthenticationException
 
abortActivity(String, String, int) - Method in interface fuego.papi.ProcessServiceSession
Locates instance identified by instanceId in activity activityName and aborts the running task identified by taskIn.
abs() - Method in class fuego.lang.Interval
Absolute value of this object.
activate() - Method in interface fuego.papi.Process
For internal use only.
activationTime - Variable in class fuego.papi.InstanceEvent
Time when the main task of the current activity started to execute.
activities_d - Variable in class fuego.papi.ParticipantsForActivities
 
activity - Variable in class fuego.papi.InstanceEvent
Activity where the event was generated.
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 an 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(VarDefinition, boolean) - Method in class fuego.papi.Ordering
Appends the specified VarDefinition to sort and if sorting in ascending order.
add(String, boolean) - Method in class fuego.papi.Ordering
Appends the specified variable Id to sort and if sorting in ascending order.
add(Ordering.Entry) - Method in class fuego.papi.Ordering
Appends the specified Ordering.Entry to sort.
addAttribute(VarDefinition, Comparison, Object) - Method in interface fuego.papi.Filter
Adds a new FilterAttribute to the filter.
In this case you define the variable, the comparison and the value to compare.
addAttribute(VarDefinition, Comparison, boolean) - Method in interface fuego.papi.Filter
Adds a new parametric FilterAttribute to the filter.
In this case you define the variable, the comparison and if the filter attribute is parametric or not.
addAttribute(VarDefinition, Comparison, Object, boolean) - Method in interface fuego.papi.Filter
Adds a new parametric FilterAttribute to the filter.
In this case you define the variable, the comparison, the value to compare and if the filter attribute is parametric or not.
addAttribute(FilterAttribute) - Method in interface fuego.papi.Filter
Adds a new FilterAttribute to the filter.
This FilterAttribute will define a new condition for the filter.
addBookmarks(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Adds bookmarks.
addChildren(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
Adds a new Filter to the Filter.
This filter added will define a new condition for the filter.
addHistories(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceNESession
For Internal use only.
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 interval
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
addRefineInstance(InstanceId) - Method in interface fuego.papi.Filter
Deprecated. Adds a new filter into this filter with the instance to refine (Filter.addFilter(Filter)).
addSeconds(long) - Method in class fuego.lang.Interval
Adds seconds to this interval
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 interval.
addYears(int) - Method in class fuego.lang.Time
Adds years to this time
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 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 role
assignRoles(String[]) - Method in interface fuego.papi.EditableView
Assign more than one role

B

BC - Static variable in class fuego.lang.Time
Eras (GregorianCalendar-specific)
BEGIN - Static variable in class fuego.processmodel.Activity
Automatic activity, the first activity in a process
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
 
BOOL - Static variable in class fuego.lang.Kind
Type is boolean, which can be represented by objects of class java.lang.Boolean
BatchOperationException - class fuego.papi.BatchOperationException.
Thrown when not all requested objects were retrieved or the executed operation was not performed correctly over every object.
BookmarkView - interface fuego.papi.BookmarkView.
A View to keep the Instances that are bookmarked.
BusinessParameterNotFoundException - class fuego.papi.exception.BusinessParameterNotFoundException.
An BusinessParameterNotFoundException is thrown as a result of an attempt get a Business Parameter with an invalid value as a Business Parameter Name.
BusinessParameterNotFoundException(String) - Constructor for class fuego.papi.exception.BusinessParameterNotFoundException
 
between(Time, Time) - Method in class fuego.lang.Time
Allows to know if current Time object is between from and to values.
booleanValue() - Method in class fuego.lang.DynamicObject
Returns this DynamicObject as a boolean.
bussinesVariablesIds - Variable in class fuego.papi.InstanceEvent
External varible ids in the event.
bussinesVariablesValues - Variable in class fuego.papi.InstanceEvent
External varible values in the event.

C

CAN_NOT_A - Static variable in class fuego.papi.exception.NoPermissionException
 
CAN_NOT_CREATE_SUBFLOW - Static variable in class fuego.papi.exception.NoPermissionException
 
CAN_NOT_R - Static variable in class fuego.papi.exception.NoPermissionException
 
CAN_NOT_S - Static variable in class fuego.papi.exception.NoPermissionException
 
CAN_NOT_STORE - Static variable in class fuego.papi.exception.NoPermissionException
 
CAN_NOT_X - Static variable in class fuego.papi.exception.NoPermissionException
 
CAN_NOT_X_BEGIN - Static variable in class fuego.papi.exception.NoPermissionException
 
CIL - Static variable in interface fuego.papi.Task
Process Business Language method task type
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
Process Business Language Component task type
CONDITIONAL - Static variable in class fuego.processmodel.Activity
Conditional and automatic acitivity
CONSULTATIONS_DEFAUTL_ID - Static variable in interface fuego.papi.View
 
COPY_ID - Static variable in class fuego.papi.VarDefinition
The ID of the default variable "Copy".
COPY_ID45 - Static variable in class fuego.papi.VarDefinition
Deprecated. use COPY_ID 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.
CREATOR_ID45 - Static variable in class fuego.papi.VarDefinition
Deprecated. use CREATOR_ID instead
CURRENT_USER - Static variable in interface fuego.papi.FilterAttribute
Special participant value, this value represent the participant which execute the filter.
CannotCreateInstanceException - class fuego.papi.exception.CannotCreateInstanceException.
Exception thrown if was not possible to create a new instance because the the process instance count is equal to process instance limit or the instance failed in the creation.
With IPC/B2B this exception can be thrown because the child instance was not created.
CannotCreateInstanceException() - Constructor for class fuego.papi.exception.CannotCreateInstanceException
 
CannotCreateInstanceException(String) - Constructor for class fuego.papi.exception.CannotCreateInstanceException
Creates a new CannotCreateInstanceException with the default message (PAPI-2100).
CannotCreateInstanceException(String, int) - Constructor for class fuego.papi.exception.CannotCreateInstanceException
Creates a new CannotCreateInstanceException with the given process label and process identification.
CannotCreateInstanceException(String, String, String, Throwable) - Constructor for class fuego.papi.exception.CannotCreateInstanceException
Creates a new CannotCreatInstanceException because of IPC/B2B problem.
CannotGetWorkingAttachmentsException - class fuego.papi.exception.CannotGetWorkingAttachmentsException.
A CannotGetWorkingAttachmentsException is thrown when something wrong happen when getting working attachments.
CannotGetWorkingAttachmentsException(String, String, Throwable) - Constructor for class fuego.papi.exception.CannotGetWorkingAttachmentsException
To throw when the checkIn of an attachment fail.
CannotLockInstanceException - class fuego.papi.exception.CannotLockInstanceException.
A CannotLockInstanceException is thrown as a result of an attempt to lock an instance.
CannotLockInstanceException(String) - Constructor for class fuego.papi.exception.CannotLockInstanceException
Creates a new CannotLockInstanceException with the given instanceId.
CannotLockInstanceException(String, String, boolean) - Constructor for class fuego.papi.exception.CannotLockInstanceException
Creates a new CannotLockInstanceException with the given instance and instanceOuner.
CannotObtainAttachmentContentException - class fuego.papi.exception.CannotObtainAttachmentContentException.
This exception was thrown when the engine can not obtain the content of the attachment.
CannotObtainAttachmentContentException(String) - Constructor for class fuego.papi.exception.CannotObtainAttachmentContentException
Constructor with the attachment indentification.
CannotRemoveViewException - class fuego.papi.exception.CannotRemoveViewException.
 
CannotRemoveViewException(String, Throwable) - Constructor for class fuego.papi.exception.CannotRemoveViewException
 
CannotRetrieveInstanceAttachmentsException - class fuego.papi.exception.CannotRetrieveInstanceAttachmentsException.
A CannotRetrieveInstanceAttachmentsException is thrown when something wrong with getInstanceAttachments.
CannotRetrieveInstanceAttachmentsException(String, Throwable) - Constructor for class fuego.papi.exception.CannotRetrieveInstanceAttachmentsException
To throw when the something wrong with getInstanceAttachments.
CannotSendNotificationException - class fuego.papi.exception.CannotSendNotificationException.
Created by IntelliJ IDEA.
CannotSendNotificationException(String, Throwable) - Constructor for class fuego.papi.exception.CannotSendNotificationException
 
CannotStoreNotificationException - class fuego.papi.exception.CannotStoreNotificationException.
A CannotStoreNotificationException is thrown when an attempt to notify a process fails
CannotStoreNotificationException() - Constructor for class fuego.papi.exception.CannotStoreNotificationException
Constructor with message "PAPI-2030"
CannotStoreNotificationException(Throwable) - Constructor for class fuego.papi.exception.CannotStoreNotificationException
Constructor with message "PAPI-2030"
CannotStoreNotificationException(String, Throwable) - Constructor for class fuego.papi.exception.CannotStoreNotificationException
Constructor with message "PAPI-2031"
CannotStoreNotificationException(String, String, String, String) - Constructor for class fuego.papi.exception.CannotStoreNotificationException
Constructor with message "PAPI-2032"
CannotStoreNotificationException(String, String, String, String, Throwable) - Constructor for class fuego.papi.exception.CannotStoreNotificationException
Constructor with message "PAPI-2032"
CheckInAttachmentException - class fuego.papi.exception.CheckInAttachmentException.
A CheckInAttachmentException is thrown as result an attempt to make a check-in of an attachment.
CheckInAttachmentException(String, Throwable) - Constructor for class fuego.papi.exception.CheckInAttachmentException
To throw when the checkIn of an attachment fail.
CheckOutAttachmentException - class fuego.papi.exception.CheckOutAttachmentException.
A CheckOutAttachmentException is thrown as result an attempt to make a check-out of an attachment.
CheckOutAttachmentException(String, Throwable) - Constructor for class fuego.papi.exception.CheckOutAttachmentException
To throw when the checkOut of an attachment fail.
ColumnFormat - class fuego.papi.ColumnFormat.
ColumnFormat is the format of the presentation column.
CommunicationException - class fuego.papi.CommunicationException.
Thrown when any PAPI method can not communicate with the Directory.
CommunicationException() - Constructor for class fuego.papi.CommunicationException
Creates a new CommunicationException object.
CommunicationException(Throwable) - Constructor for class fuego.papi.CommunicationException
Creates a new CommunicationException object.
ConnectedClientInfo - class fuego.papi.ConnectedClientInfo.
 
ConnectedClientInfo() - Constructor for class fuego.papi.ConnectedClientInfo
 
ConnectionPassport - interface fuego.lang.ConnectionPassport.
 
Consult - interface fuego.papi.Consult.
Consult is a consultation- a Note sent to another Participant to ask a question about a process instance.
ConsultationsView - interface fuego.papi.ConsultationsView.
View that handle the information of the instances that have at least one consultation.
canBeGrabbedBy(Activity) - Method in class fuego.papi.Activity
Returns if this activity can be grabbed by the specified activity.
If grabActivity is a defined grab, it must have an incoming transition from this activity.
canBeSeenByParticipant(Participant) - Method in class fuego.papi.Activity
Returns if the specified Participants can see this activity.
canBeSeenByRole(String) - Method in class fuego.papi.Activity
Returns if this activity can be seen by the specified role.
canGrab(String) - Method in class fuego.papi.Activity
Returns if this activity can grab from the activity specified by the given Id.
cannotFindEJB(String, String, Throwable) - Static method in class fuego.papi.ProcessNotAvailableException
For internal use only.
category - Variable in class fuego.papi.InstanceEvent
Category of the event.
category - Variable in class fuego.papi.Participant.RoleAssignment
Role category
checkInAttachment(Attachment, String, File) - Method in interface fuego.papi.ProcessServiceSession
Checks in an attachment.
If successful, this will always generate a new attachment version.
checkOutAttachment(Attachment, String) - Method in interface fuego.papi.ProcessServiceSession
Writes the attachment to the specified directory.
checkOutAttachmentToStream(Attachment, OutputStream) - Method in interface fuego.papi.ProcessServiceSession
Writes the attachment to the specified output stream.
classCastOnNarrow(String, String, ClassCastException) - Static method in class fuego.papi.ProcessNotAvailableException
For internal use only.
clear() - Method in class fuego.papi.Ordering
Removes all of the elements from this list.
clearLabels() - Method in interface fuego.papi.EditableView
Remove all labels assigned.
clonePresentation(String) - Method in interface fuego.papi.ProcessServiceNESession
Clone an existing Presentation.
close() - Method in class fuego.papi.ProcessService
Closes this service, and disconnects all the sessions that are still connected.
close() - Method in interface fuego.papi.ProcessServiceNESession
Closes the session.
collapse() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Collapse node - Hide childrens
commitExternalActivity(String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the commit method of an external activity using the specified InstanceStampId and task identification number.
commitExternalActivity(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the commit method of the main task of an external activity using the specified instanceId and activityId.
commitExternalActivity(String, String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the commit method of an external activity using the specified instanceId, activityId, and task identification number.
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 cronologically.
compare(InstanceId, InstanceId) - Static method in class fuego.papi.InstanceId
Compares two InstanceIds
compareParticipantCategoryWith(Participant, String) - Method in class fuego.papi.Participant
Compares the role category of the specified participant and role to this 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 cronologically.
compareTo(Object) - Method in class fuego.papi.InstanceEvent
Compares this object with the specified object for order.
compareTo(Object) - Method in class fuego.papi.InstanceId
Implementation of the compareTo method from the Comparable interface.
compareTo(Object) - Method in class fuego.papi.Participant
Compares this object with the specified object for order.
connectedSince - Variable in class fuego.papi.ConnectedClientInfo
 
contains(String) - Method in interface fuego.lang.ArgumentMap
 
contains(String) - Method in class fuego.lang.DynamicObject
 
contains(String) - Method in class fuego.papi.Ordering
Returns true if this list contains the specified variable Id.
contains(Ordering.Entry) - Method in class fuego.papi.Ordering
Returns true if this list contains the specified Ordering.Entry.
containsArgument(String) - Method in class fuego.papi.Arguments
Returns if this object contains the specified argument name
containsDocumentation(Locale) - Method in class fuego.papi.Activity
Returns if this activity contains documentation in the specified locale.
containsDocumentation(Locale) - Method in interface fuego.papi.MDObject
Returns if the documentation for the given locale was already loaded
containsDocumentation(Locale) - Method in interface fuego.papi.Process
Returns if the process contains documentation for an specific locale.
containsDocumentation(Locale) - Method in interface fuego.papi.Task
Deprecated. no documentation for tasks
convertTo(Class) - Method in class fuego.lang.DynamicObject
 
convertTo(Class, Map) - Method in class fuego.lang.DynamicObject
Converts this DynamicObject to the specified target class.
convertTo(Class, Class, Map) - Method in class fuego.lang.DynamicObject
 
convertTo(Field) - Method in class fuego.lang.DynamicObject
Converts this DynamicObject to the specified field type
copy() - Method in class fuego.papi.Ordering
Returns a copy of the current instance.
copy(String) - Method in interface fuego.papi.Presentation
Retuns a new Presentation which is a copy of this instance of Presentation with the specified Id.
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 with the values of the specified ArgumentMap.
create(RuntimeException, Locale) - Static method in class fuego.papi.EngineRuntimeException
Returns a new EngineRuntimeException with the given RuntimeException and locale.
create(String, String) - Static method in class fuego.papi.InstanceStamp
Creates an InstanceStamp object.
create(String) - Static method in class fuego.papi.InstanceStamp
Creates an InstanceStam from an StampId
create(Properties) - Method in interface fuego.papi.ProcessService.Factory
 
create(ConnectionPassport, Properties) - Method in interface fuego.papi.ProcessService.Factory
 
create(String, String, String, int) - Method in interface fuego.papi.ProcessService.Factory
 
create(ConnectionPassport, String, String, int) - Method in interface fuego.papi.ProcessService.Factory
 
create(String) - Static method in class fuego.papi.ProcessService
Deprecated. Use ProcessService.create(Properties) or ProcessService.create(fuego.lang.ConnectionPassport, java.util.Properties) instead.
create(Properties) - Static method in class fuego.papi.ProcessService
Recommended method to create a ProcessService.
create(String, String) - Static method in class fuego.papi.ProcessService
Deprecated. Use ProcessService.create(Properties) instead.
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(String, String, int) - Static method in class fuego.papi.ProcessService
Deprecated. Use ProcessService.create(Properties) instead.
create(ConnectionPassport, String, int) - Static method in class fuego.papi.ProcessService
Deprecated. Use ProcessService.create(ConnectionPassport, Properties) instead.
create(String, String, String, int) - Static method in class fuego.papi.ProcessService
Deprecated. Use ProcessService.create(Properties) instead.
create(String, String, Throwable) - Static method in class fuego.papi.exception.ActivityFailedException
This method generates a ActivityFailException from the cause of the problem
create(String, int, String, String, Throwable) - Static method in class fuego.papi.exception.TaskFailedException
 
createActivityView(Activity) - Method in interface fuego.papi.InstancesView
Create a new ActivityView from this view
createActivityView(String) - Method in interface fuego.papi.InstancesView
Create a new ActivityView from this view
createApplicationDefaults() - Static method in class fuego.papi.VarDefinition
Creates the default variable definitions for an application.
createAttachmentDefaults() - Static method in class fuego.papi.VarDefinition
Creates the default variable definitions for an attachment.
createFilter() - Method in interface fuego.papi.ProcessService.Factory
 
createFilter() - Static method in class fuego.papi.ProcessService
Creates a Filter for use in getting InstanceInfo.
createFilter(int) - Static method in class fuego.papi.ProcessService
Deprecated. Use ProcessService.createFilter() instead.
createInstanceDefaults() - Static method in class fuego.papi.VarDefinition
Creates 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
createNESession(ConnectionPassport, String) - Method in class fuego.papi.ProcessService
Deprecated. all sessions are non exclusive now. Besides, all operations can be executed with a non exclusive session. Use ProcessService.createSession(ConnectionPassport, String) instead.
createNESession(String, String, String) - Method in class fuego.papi.ProcessService
Deprecated. all sessions are non exclusive now. Besides, all operations can be executed with a non exclusive session. Use ProcessService.createSession(String, String, String) instead.
createNESession(ConnectionPassport, String, boolean) - Method in class fuego.papi.ProcessService
Deprecated. all sessions are non exclusive now. Besides, all operations can be executed with a non exclusive session. Use ProcessService.createSession(ConnectionPassport, String) instead.
createNESession(String, String, String, boolean) - Method in class fuego.papi.ProcessService
Deprecated. all sessions are non exclusive now. Besides, all operations can be executed with a non exclusive session. Use ProcessService.createSession(String, String, String) instead.
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.ProcessServiceNESession
Creates a Presentation.
createProcessInstance(String, Arguments) - Method in interface fuego.papi.ProcessServiceNESession
Creates a new process instance by running the Begin activity with the specified Arguments in the specified Process.
createProcessInstance(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceNESession
Creates a new process instance by running the Begin activity with the specified Arguments in the specified Process with the specified argument set name.
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.
createSession(ConnectionPassport, String, boolean) - Method in class fuego.papi.ProcessService
Deprecated. takeOver argument is not longer supported. Use ProcessService.createSession(ConnectionPassport, String) instead.
createSession(String, String, String, boolean) - Method in class fuego.papi.ProcessService
Deprecated. takeOver argument is not longer supported. Use ProcessService.createSession(String, String, String) instead.
createView(ViewType, String, String[]) - Method in interface fuego.papi.ProcessServiceNESession
Creates an EditableView.
createWithId(String) - Static method in class fuego.papi.ProcessService
Deprecated. Use ProcessService.create(Properties) instead.
createWithId(String, String) - Static method in class fuego.papi.ProcessService
Deprecated. Use ProcessService.create(Properties) instead.
createWithId(String, String, int) - Static method in class fuego.papi.ProcessService
Deprecated. Use ProcessService.create(Properties) instead.
customRunActivity(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.
customRunActivity(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.
customRunGlobal(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the specified Global Activity for this instance using an instanceId and activityName.
Allows a PAPI client to customize client-side invocations.
customRunGlobalActivity(String, Arguments) - Method in interface fuego.papi.ProcessServiceNESession
Runs a global activity and returns a GlobalExecution to complete the activity.
customRunGlobalActivity can have user interaction, whereas runGlobalActivity cannot.
customRunTask(String, String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.customRunActivity(String,String,int,Arguments) instead
customRunTask(String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the specified task for this instance using an instanceStampId and task identification number.
Allows a PAPI client to customize client-side invocations.

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
DEADLINE_ID - Static variable in class fuego.papi.VarDefinition
The ID of the default variable "Deadline".
DEADLINE_ID45 - Static variable in class fuego.papi.VarDefinition
Deprecated. use DEADLINE_ID instead
DECIMAL - Static variable in class fuego.lang.Kind
Type is Decimal Fixed it can be represented by objects of class java.math.BigDecimal
DEFAULT - Static variable in class fuego.lang.Time
Constant for medium/default style pattern.
DEFAULT - Static variable in class fuego.papi.exception.NoPermissionException
 
DEFAULT_ACTIVITY_ID - Static variable in interface fuego.papi.Presentation
Id of the default activity view presentation.
DEFAULT_APPLICATIONS_ID - Static variable in interface fuego.papi.Presentation
Id of the default applications view presentation.
DEFAULT_ATTACHMENTS_ID - Static variable in interface fuego.papi.Presentation
Id of the default attachments view presentation.
DEFAULT_CACHE_SIZE - Static variable in class fuego.papi.ProcessService
Default value for the property key INSTANCES_CACHE_SIZE.
DEFAULT_DIRECTORY_ID - Static variable in class fuego.papi.ProcessService
Default value for the property key DIRECTORY_ID.
DEFAULT_DIRECTORY_PROPERTIES_FILE - Static variable in class fuego.papi.ProcessService
Default value for the property key DIRECTORY_PROPERTIES_FILE.
DEFAULT_FOLDER_ID - Static variable in interface fuego.papi.Presentation
Id of the default folder view presentation.
DEFAULT_ID - Static variable in interface fuego.papi.Presentation
Id of the default presentation.
DEFAULT_INSTANCES_ID - Static variable in interface fuego.papi.Presentation
Id of the default instances view presentation.
DEFAULT_OWNER - Static variable in interface fuego.papi.Presentation
Id of the default owner.
DEFAULT_OWNER - Static variable in interface fuego.papi.View
 
DEFAULT_WORKING_DIRECTORY - Static variable in class fuego.papi.ProcessService
Default value for the property key WORKING_FOLDER.
DESCRIPTION_ID - Static variable in class fuego.papi.VarDefinition
The ID of the default variable "Description".
DESCRIPTION_ID45 - Static variable in class fuego.papi.VarDefinition
Deprecated. use DESCRIPTION_ID instead
DESCRIPT_LENGTH - Static variable in interface fuego.papi.Attachment
Constant for the maximum length of 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.
DISPLAY - Static variable in interface fuego.papi.Task
Display task type
DISPLAY_INSTANCE - Static variable in interface fuego.papi.Task
Display instance task type
DYNAMIC - Static variable in class fuego.lang.Kind
 
DeprecatedViewException - class fuego.papi.exception.DeprecatedViewException.
 
DeprecatedViewException(String) - Constructor for class fuego.papi.exception.DeprecatedViewException
 
DirectoryServiceNotAvailableException - class fuego.papi.exception.DirectoryServiceNotAvailableException.
Exception thrown by all those methods who communicates with the Directory Service.
DirectoryServiceNotAvailableException() - Constructor for class fuego.papi.exception.DirectoryServiceNotAvailableException
 
DirectoryServiceNotAvailableException(String) - Constructor for class fuego.papi.exception.DirectoryServiceNotAvailableException
 
DirectoryServiceNotAvailableException(String, Throwable) - Constructor for class fuego.papi.exception.DirectoryServiceNotAvailableException
 
DynamicObject - class fuego.lang.DynamicObject.
 
DynamicObject() - Constructor for class fuego.lang.DynamicObject
 
DynamicObject.Dynamizable - interface fuego.lang.DynamicObject.Dynamizable.
Interface Dynamizable
DynamicObject.Quote - class fuego.lang.DynamicObject.Quote.
This class allow the quoting of dynamic objects
DynamicObject.Quote() - Constructor for class fuego.lang.DynamicObject.Quote
 
DynamicObject.X - class fuego.lang.DynamicObject.X.
 
DynamicObject.X() - Constructor for class fuego.lang.DynamicObject.X
 
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.
decimalValue() - Method in class fuego.lang.DynamicObject
Returns this BigDecimal as a long.
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) - Static method in class fuego.lang.DynamicObject
 
deprecate() - Method in interface fuego.papi.Process
For internal use only.
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.

E

END - Static variable in class fuego.processmodel.Activity
Automatic activity, the last activity in a process
ENUM - Static variable in class fuego.lang.Kind
 
EPOCH - Static variable in class fuego.lang.Time
The date used as the "beginning of time" for timestamps.
EVENT_NODE - Static variable in class fuego.papi.utils.AuditTrail
 
EXCEPTION - Static variable in class fuego.papi.ProcessInstanceState
The instance was sent to an exception (in an exception flow).
EXTERNAL - Static variable in interface fuego.papi.Task
External task type
EditAttachmentException - class fuego.papi.exception.EditAttachmentException.
A EditAttachmentException is thrown when something wrong happen when editing an attachment.
EditAttachmentException(String, String, Throwable) - Constructor for class fuego.papi.exception.EditAttachmentException
To throw when the checkIn of an attachment fail.
EditableActivityView - interface fuego.papi.EditableActivityView.
ActivityView that can be edited.
EditableApplicationsView - interface fuego.papi.EditableApplicationsView.
ApplicationsView that can be edited.
EditableAttachmentsView - interface fuego.papi.EditableAttachmentsView.
AttachmentsView that can be edited.
EditableBookmarkView - interface fuego.papi.EditableBookmarkView.
This is a BookmarkView that can be edited.
EditableConsultationsView - interface fuego.papi.EditableConsultationsView.
ConsultationsView that can be edited.
EditableFolderView - interface fuego.papi.EditableFolderView.
This is a Folder View that can be modified, if it is needed a read-only Folder View use FolderView instead.
EditableHistoryView - interface fuego.papi.EditableHistoryView.
HistoryView that can be edited.
EditableInstancesView - interface fuego.papi.EditableInstancesView.
InstancesView that can be edited.
EditablePresentation - interface fuego.papi.EditablePresentation.
 
EditableView - interface fuego.papi.EditableView.
This View can be modified, if it is needed a read-only View use View instead.
EngineException - class fuego.papi.EngineException.
Thrown when PAPI can not connect with the ALBPM Engine.
EngineRuntimeException - class fuego.papi.EngineRuntimeException.
No RuntimeException thrown while executing an engine operation should "travel" to PAPI.
EngineRuntimeException() - Constructor for class fuego.papi.EngineRuntimeException
Creates a new EngineRuntimeException with the default message.
EngineRuntimeException(fuego.resources.Msg) - Constructor for class fuego.papi.EngineRuntimeException
Creates a new EngineRuntimeException with the specified message.
EventType - class fuego.papi.EventType.
Enumeration of type of events over an instance.
EventType() - Constructor for class fuego.papi.EventType
 
Execution - interface fuego.papi.Execution.
Allows advanced users to customize invocations on client-side components.
ExternalTaskException - class fuego.papi.exception.ExternalTaskException.
An ExternalTaskException is thrown when an external task is called using runTask() or runActivity().
ExternalTaskException(String, String, int) - Constructor for class fuego.papi.exception.ExternalTaskException
Creates a new ExternalTaskException
enumValue(Class) - Method in class fuego.lang.DynamicObject
Returns this DynamicObject as an Enum.
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(InstanceId, InstanceId) - Static method in class fuego.papi.InstanceId
Returns true if the specified InstanceIds are equal.
equals(Object) - Method in class fuego.papi.InstanceId
Returns true if the specified Object is equal to this instanceId.
equals(Object) - Method in class fuego.papi.Ordering.Entry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class fuego.papi.Participant
Indicates whether some other object is "equal to" this one.
eventData - Variable in class fuego.papi.InstanceEvent
Information of the event.
existsFile(String) - Method in interface fuego.papi.Attachment
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
expandAll() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Expands all nodes recursively.

F

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_ID45 - Static variable in class fuego.papi.VarDefinition
Deprecated. use FILENAME_ID instead
FILENAME_LENGTH - Static variable in interface fuego.papi.Attachment
Constant for the maximum length of a filename.
FIRST_PREDEFINED - Static variable in class fuego.lang.Kind
No type
FULL - Static variable in class fuego.lang.Time
Constant for full style pattern.
Filter - interface fuego.papi.Filter.
Filter is used to define a subset of instances returned from a View or set of Processes.
FilterAttribute - interface fuego.papi.FilterAttribute.
Represents a single condition in a Filter.
FilterBatchOperationException - class fuego.papi.exception.FilterBatchOperationException.
 
FilterBatchOperationException(InstanceInfo[], Map) - Constructor for class fuego.papi.exception.FilterBatchOperationException
 
FilterDescriptor - class fuego.papi.utils.FilterDescriptor.
 
FilterDescriptor() - Constructor for class fuego.papi.utils.FilterDescriptor
 
FilterDescriptor.FilterDescriptionInformation - interface fuego.papi.utils.FilterDescriptor.FilterDescriptionInformation.
 
FolderView - interface fuego.papi.FolderView.
To group a list of Views.
failAll() - Method in class fuego.papi.BatchOperationException
Returns if the operation failed over every object.
failAll() - Method in class fuego.papi.exception.TasksException
 
failAllInstances() - Method in class fuego.papi.exception.InstancesException
 
failAllProcesses() - Method in class fuego.papi.exception.ApplicationsNotAvailableException
 
failAllProcesses() - Method in class fuego.papi.exception.AttachmentsNotAvailableException
 
failAllProcesses() - Method in class fuego.papi.exception.FilterBatchOperationException
 
failAllProcesses() - Method in class fuego.papi.exception.ProcessesNotAvailableException
 
failAllViews() - Method in class fuego.papi.exception.ViewsNotAvailableException
 
fillPassport() - Method in interface fuego.lang.ConnectionPassport
 
format(IntervalUnit, IntervalUnit) - Method in class fuego.lang.Interval
Formats the interval showing the interval units included in the from/to range.
format() - Method in class fuego.lang.Interval
Formats the interval.
format(Time) - Static method in class fuego.lang.Time
Formats a Time with default mask
format(DateFormat) - Method in class fuego.lang.Time
Formats this date-time with DateFormat using default time zone
format(DateFormat, TimeZone, Locale) - Method in class fuego.lang.Time
Formats this date-time with an specified formatter using provided time zone and locale It returns a String containing the representation of the Time object formatted by applying the specified formatter and the time zone and locate provided.
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(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(String, TimeZone, Locale) - Method in class fuego.lang.Time
Formats this date-time with mask using provided time zone and locale
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() - Method in class fuego.lang.Time
Formats this date-time with default mask
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 localized string.
formatDate(int) - Method in class fuego.lang.Time
Formats this date with the given date formatting style for the default locale.
formatDate() - Method in class fuego.lang.Time
Formats this date with default mask 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(int) - Method in class fuego.lang.Time
Formats this time as a time only as a time only, with no time zone correction, applying the specified style.
formatTimeOnly() - Method in class fuego.lang.Time
Formats this time with the default as a time only, with no time zone correction.
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 access to business processes deployed on ALBPM Process Execution Engines.
fuego.papi.exception - package fuego.papi.exception
Contains all the subclasses of any papi OperationException.
fuego.papi.utils - package fuego.papi.utils
 

G

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.
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
GlobalExecution - interface fuego.papi.GlobalExecution.
Allows advanced users to customize invocations of Global Activities on client-side components.
get(IntervalUnit) - Method in class fuego.lang.Interval
 
getAMPM() - Method in class fuego.lang.Time
The Time object AM - PM value.
getActiveProcessId(String) - Method in interface fuego.papi.ProcessServiceNESession
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".
getActiveProcessIdsByView(View) - Method in interface fuego.papi.ProcessServiceNESession
Gets the ids of the processes that are active in the specified View.
getActivities() - Method in class fuego.papi.ParticipantsForActivities
Gets the activities array
getActivities() - Method in interface fuego.papi.Process
Gets all activities of the process.
getActivitiesForParticipant(Participant) - Method in interface fuego.papi.Process
Gets the visible activities in the process for the given participant
getActivitiesForRoles(String[]) - Method in interface fuego.papi.Process
Gets all activities in the process that can be see for these roles
getActivity() - Method in class fuego.papi.InstanceInfo
Gets the Activity for this instance.
getActivity(String) - Method in interface fuego.papi.Process
Gets an specified activity in the process.
getActivity() - Method in interface fuego.papi.Task
Gets the parent activity.
getActivity() - Method in class fuego.papi.exception.InstanceConcurrentExecutionException
 
getActivityDeadline() - Method in class fuego.papi.InstanceInfo
Gets the deadline to complete the current activity.
getActivityDocumentation(String, Locale) - Method in interface fuego.papi.ProcessServiceNESession
Gets the full path to the localized documentation for the specified activityId and Locale.
getActivityForView(ActivityView) - Method in interface fuego.papi.ProcessServiceNESession
Gets the Activity associated with this ActivityView.
getActivityId() - Method in class fuego.papi.InstanceInfo
Gets the Id of the Activity for this instance.
getActivityId() - Method in interface fuego.papi.ProcessDiagramPath
 
getActivityId() - Method in interface fuego.papi.Task
Gets the ID of the parent activity.
getActivityId() - Method in class fuego.papi.exception.ActivityFailedException
Returns the activity identification where this exception was generated.
getActivityId() - Method in class fuego.papi.exception.ActivityNotFoundException
 
getActivityId() - Method in class fuego.papi.exception.InstanceSentByBackOrSkipActionException
Returns the activity identification of the task executed.
getActivityId() - Method in class fuego.papi.exception.InvalidActivityException
Returns the invalid activity
getActivityId() - Method in class fuego.papi.exception.InvalidTaskNumberException
 
getActivityId() - Method in class fuego.papi.exception.TaskNotFoundException
 
getActivityId() - Method in class fuego.papi.exception.TaskOperationException
 
getActivityName() - Method in class fuego.papi.Activity
Gets the activity name.
getActivityName(String) - Static method in class fuego.papi.Activity
Gets the activity name from the activity id.
getActivityName() - Method in interface fuego.papi.ActivityView
Gets the name of the activity defined for this view.
getActivityName() - Method in class fuego.papi.InstanceInfo
Gets the name of the Activity for this instance.
getActivityName() - Method in class fuego.papi.InstanceStamp
Returns the activity name where the carried instance is suposed to be.
getActivityName() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the activity name where the node is.
getActivityScope() - Method in class fuego.papi.SearchScope
Deprecated. do not use activity scope
getActivityStatus() - Method in interface fuego.papi.ProcessDiagramPath
 
getActivityType() - Method in interface fuego.papi.ActivityView
Gets the type of activity defined for this view.
getActivityType() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the activity type where the node is.
getAllProcessVersions(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns all process Id versions for the specified process.
getApplicationRoles() - Method in interface fuego.papi.Process
Gets all roles with global activities (not include global automatic) in the process.
getApplicationsByView(ApplicationsView) - Method in interface fuego.papi.ProcessServiceNESession
Returns all Global Activities (Activity.GLOBAL and Activity.GLOBAL_CREATION) for the specified ApplicationsView.
getAproximateTotal(IntervalUnit) - Method in class fuego.lang.Interval
 
getArgument(String, Class) - Method in interface fuego.lang.ArgumentMap
 
getArgument(String, Class) - Method in class fuego.lang.DynamicObject
 
getArgument(String) - Method in class fuego.papi.Arguments
Gets the argument value
getArgument() - Method in class fuego.papi.exception.InvalidAttachmentArgumentLengthException
Argument that exceeds the limit of the length.
getArgumentSetName() - Method in class fuego.papi.exception.InvalidArgumentSetNameException
 
getArgumentSets() - Method in interface fuego.papi.Process
Gets all ArgumentSet for the begin activity of the process.
getArgumentSets(String) - Method in interface fuego.papi.Process
Gets all ArgumentSet for a given activity name.
getArguments() - Method in interface fuego.papi.ArgumentSet
Gets the arguments assigned to this ArgumentSet.
getArguments() - Method in class fuego.papi.Arguments
Gets the all arguments contained this Arguments.
getArguments() - Method in interface fuego.papi.Execution
Returns the original Arguments object passed to this task.
getArguments() - Method in interface fuego.papi.Task
Gets the arguments associated with this task.
getArgumentsName() - Method in class fuego.papi.Arguments
Gets all argument names contained this Arguments.
getAssignedProcesses() - Method in interface fuego.papi.View
Gets the processes assigned to this view.
getAssignedRoles() - Method in interface fuego.papi.View
Gets the roles assigned to this view.
getAttachementId() - Method in class fuego.papi.AttachmentOperationException
Returns the attachemnt identification where the operation was executed and the exception was thrown.
getAttachment(String) - Method in interface fuego.papi.ProcessServiceNESession
Gets the Attachment for this attachmentId.
getAttachmentLastVersion(String) - Method in interface fuego.papi.ProcessServiceNESession
Gets the last version of the Attachment specified by attachmentId.
getAttachmentVersions(String) - Method in interface fuego.papi.ProcessServiceNESession
Gets all the Attachments associated with this attachment.
getAttachmentsByInstance(String) - Method in interface fuego.papi.ProcessServiceNESession
Gets all the Attachments associated with this instance.
getAttachmentsByView(AttachmentsView) - Method in interface fuego.papi.ProcessServiceNESession
Gets the Attachments from this AttachmentsView.
getAttributes() - Method in interface fuego.papi.Filter
Gets all attributes added to the filter
getAttributesByVariable() - Method in interface fuego.papi.Filter
Gets all attributes added to the filter, grouped by VarDefinition Id.
getAttributesByVariable(String) - Method in interface fuego.papi.Filter
Gets all attributes added to the filter for the specified variable.
getAttributesDescription(Filter, String[], ProcessServiceNESession) - Static method in class fuego.papi.utils.FilterDescriptor
 
getAttributesDescription(Filter, List, ProcessServiceNESession) - Static method in class fuego.papi.utils.FilterDescriptor
 
getAttributesDescription(Filter, List, FilterDescriptor.FilterDescriptionInformation) - Static method in class fuego.papi.utils.FilterDescriptor
 
getAuthor() - Method in class fuego.papi.InstanceInfo
Gets the identification number of the instance creator.
getAuthorId() - Method in class fuego.papi.InstanceInfo
Gets the Participant Uid of the instance author.
getAvailableApplications() - Method in class fuego.papi.exception.ApplicationsNotAvailableException
This method returns an array with the returned value for those available applications.
getAvailableAttachments() - Method in class fuego.papi.exception.AttachmentsNotAvailableException
This method returns an array with the returned value for those available attachments.
getAvailableInstances() - Method in class fuego.papi.exception.FilterBatchOperationException
 
getAvailableInstances() - Method in class fuego.papi.exception.InstancesException
This method returns an array of instances.
getAvailableObjects() - Method in class fuego.papi.BatchOperationException
Gets the valid returned values from the operation.
getAvailableProcesses() - Method in class fuego.papi.exception.ProcessesNotAvailableException
This method returns an array with the returned value for those available processes.
getAvailableResults() - Method in class fuego.papi.exception.IncompleteJobsException
 
getAvailableViewIds() - Method in class fuego.papi.exception.ViewsNotAvailableException
This method returns an array with the returned value for those available view ids.
getAvailableViews() - Method in class fuego.papi.exception.ViewsNotAvailableException
 
getBeginActivity() - Method in interface fuego.papi.Process
Gets the begin activity of the process.
getBookmarks() - Method in interface fuego.papi.ProcessServiceNESession
Gets bookmarks for the current participant.
getBooleanArgument(String) - Method in class fuego.papi.Arguments
Gets the argument value
getCILArguments() - Method in class fuego.papi.Arguments
For internal use only.
getCILName() - Method in class fuego.papi.exception.InstanceSentByBackOrSkipActionException
Returns the name of the CIL executed where the action was generated.
getCalendar() - Method in interface fuego.papi.ProcessServiceNESession
Gets the calendar set with the session Locale and TimeZone.
getCatalogIn() - Method in interface fuego.papi.Process
Gets the process' catalog identification number.
getChangeEngineStatus() - Method in class fuego.papi.exception.ProcessControlNotAvailableException
 
getChildInstanceId() - Method in class fuego.papi.utils.AuditTrail.SubFlowNode
Returns the child created in the subflow
getChildren() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the children of the node
getChildrenViews(String) - Method in interface fuego.papi.ProcessServiceNESession
Gets the child views of the view specified by view Id.
getColumnFormat() - Method in class fuego.papi.Presentation.Column
Gets the format of this column
getColumns() - Method in interface fuego.papi.Presentation
Gets the columns of this presentation.
getComparator(Locale) - Method in interface fuego.papi.Filter
Gets the java.util.Comparator generated by this filter.
getComparison() - Method in interface fuego.papi.FilterAttribute
Gets the comparison of the expression
getConnectedSince() - Method in class fuego.papi.ConnectedClientInfo
 
getConsolidatedId() - Method in interface fuego.papi.Process
Gets the consolidated process Id.
A process id is of the form:
getConsult(String) - Method in interface fuego.papi.ProcessServiceNESession
Gets the Consult associated with the specified instanceId, or null if there is no consultation.
getConsults() - Method in interface fuego.papi.ProcessServiceNESession
Gets all the Consults for this session.
getContent() - Method in interface fuego.papi.Note
Gets the content of this note (usually as a String object).
getContent() - Method in interface fuego.papi.NoteInterface
Gets the content of this note (usually as a String object).
getContentSize() - Method in interface fuego.papi.Attachment
Gets the content size in bytes.
getContentSize() - Method in interface fuego.papi.AttachmentInterface
Gets the content size in bytes.
getContentType() - Method in interface fuego.papi.Attachment
Gets the file content type.
getContentType() - Method in interface fuego.papi.AttachmentInterface
Gets the file content type.
getCreationTime() - Method in interface fuego.papi.Attachment
Gets the attachment creation time.
getCreationTime() - Method in interface fuego.papi.AttachmentInterface
Gets the attachment creation time.
getCreationTime() - Method in class fuego.papi.InstanceInfo
Gets the instance creation time.
getCreationTime() - Method in interface fuego.papi.Note
Gets the creation time of this Note.
getCreationTime() - Method in interface fuego.papi.NoteInterface
Gets the creation time of this Note.
getCreatorName() - Method in interface fuego.papi.Attachment
Gets the Id of the participant who created this attachment.
getCreatorName() - Method in interface fuego.papi.AttachmentInterface
Gets the uid of the participant who created this attachment.
getCurrentActivity() - Method in class fuego.papi.exception.InstanceNotInActivityException
Where the instance is now.
getCurrentEngineStatus() - Method in class fuego.papi.exception.ProcessControlNotAvailableException
 
getCurrentInstance() - Method in class fuego.papi.exception.InstanceNotInActivityException
 
getDatabaseColumnName(String) - Static method in class fuego.papi.VarDefinition
Gets 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, Locale) - Static method in class fuego.lang.Time
Returns an appropiate DateFormat based on the time object parts, an style and a locale required.
getDateFormat(int, int) - Static method in class fuego.lang.Time
Returns an appropiate DateFormat based on the time object parts, an style.
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
Gets the deadline for this instance in its current activity.
The deadline is the minor between the activity deadline and the process deadline.
getDefaultPresentation(PresentationType) - Method in interface fuego.papi.ProcessServiceNESession
Gets the predefined default Presentation for the specified PresentationType.
getDefaultVarDefinition() - Static method in class fuego.papi.VarDefinition
Gets all default variable definitions.
getDefaultVarDefinition(String) - Static method in class fuego.papi.VarDefinition
Gets a specific VarDefinition for default variables.
getDelegateParticipants(InstanceStamp) - Method in interface fuego.papi.ProcessServiceSession
Gets a list of participants that this instance can be delegated to.
getDeployedEngine() - Method in interface fuego.papi.Process
Gets the engine Id where the 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
Gets the localized activity description.
getDescription() - Method in interface fuego.papi.Attachment
Gets the attachment description.
getDescription() - Method in interface fuego.papi.AttachmentInterface
Gets the attachment description.
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
Gets the description of this 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
Gets 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
Gets the localized 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
Gets the process' localized description.
If the localized process' description is not available, its name is returned.
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
Gets the task description.
getDescription(Locale) - Method in interface fuego.papi.Task
Gets the localized description.
getDescription() - Method in interface fuego.papi.TaskArgument
Gets the argument description.
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 class fuego.papi.AttachmentOperationException
This method return the detail of the exception.
getDetail(Locale) - Method in class fuego.papi.ProcessNotAvailableException
Returns the detail of the exception.
getDetail(Locale) - Method in class fuego.papi.exception.ApplicationsNotAvailableInProcessException
This method return the detail of the exception.
getDetail(Locale) - Method in class fuego.papi.exception.InstanceNotAvailableException
This method return the detail of the exception.
getDetail(Locale) - Method in class fuego.papi.exception.InstancesNotAvailableInEngineException
This method return the detail of the exception.
getDetail(Locale) - Method in class fuego.papi.exception.ViewsForTypeNotAvailableException
This method return the detail of the exception.
getDirectoryURL() - Method in class fuego.papi.exception.DirectoryServiceNotAvailableException
 
getDirectoryURL() - Method in class fuego.papi.exception.ProcessNotFoundException
 
getDocumentation(Locale) - Method in class fuego.papi.Activity
Deprecated. use ProcessServiceNESession.getActivityDocumentation(String, java.util.Locale) instead.
getDocumentation(Locale) - Method in interface fuego.papi.MDObject
Gets the path of the localized documentation HTML.
If the localized documentation is not available, null must be returned.
getDocumentation(Locale) - Method in interface fuego.papi.Process
Deprecated. use ProcessServiceNESession.getProcessDocumentation(String, java.util.Locale)
getDocumentation(Locale) - Method in interface fuego.papi.Task
Deprecated. no documentation for tasks
getDocumentationMap() - Method in class fuego.papi.Activity
Gets the documentation map.
getDocumentationMap() - Method in interface fuego.papi.Process
For internal use only.
getDoubleArgument(String) - Method in class fuego.papi.Arguments
Gets the argument value
getDynamicObject() - Method in class fuego.papi.Arguments
Gets the DynamicObject that represent this object
getDynamicObjectArgument(String) - Method in class fuego.papi.Arguments
Gets 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.ProcessServiceNESession
Gets an EditableView from a View.
getEditionTime() - Method in interface fuego.papi.Attachment
Gets the edition time, which is the version creation time.
getEditionTime() - Method in interface fuego.papi.AttachmentInterface
Gets the edition time, which is the version creation time.
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 class fuego.papi.exception.InstancesNotAvailableInEngineException
Returns the engine where didn't obtain the instances
getEntry(int) - Method in class fuego.papi.Ordering
Returns the element at the specified position in this list.
getEntryCount() - Method in class fuego.papi.Ordering
Returns the number of elements in this list.
getErrorsMessage() - Method in class fuego.papi.exception.FilterBatchOperationException
This method is mainly to be used in logs.
getErrorsMessage() - Method in class fuego.papi.exception.InstancesException
This method returns a string message with all the errors.
getEscalateParticipants(InstanceStamp) - Method in interface fuego.papi.ProcessServiceSession
Gets a list of participants that this instance can be escalated to.
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.utils.AuditTrail.AuditNode
Returns the information of the node
getEventDataValue(String) - Method in class fuego.papi.InstanceEvent
Gets the value of the key, which is defined in the event data.
getEventType() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the event type of the node
getExternalUrl() - Method in interface fuego.papi.Task
Gets the configuration URL associated with this task.
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 class fuego.papi.exception.AttachmentFileNotFoundException
 
getFileExtension() - Method in interface fuego.papi.Attachment
Gets the file extension, for example txt, doc.
getFileName() - Method in interface fuego.papi.Attachment
Gets the filename used to save the attachment to disk.
getFilter() - Method in interface fuego.papi.InstancesView
Gets the associated filter
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
Gets the first name of this participant.
getFolderName() - Method in class fuego.papi.Activity
Gets the name of the activity folder in the documentation folder.
getFolderName() - Method in interface fuego.papi.MDObject
Getss 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
Gets the name of the process folder into the working folder.
getFolderName() - Method in interface fuego.papi.Task
Deprecated. no documentation for tasks
getFormat(Locale) - Method in class fuego.papi.ColumnFormat
Gets the Format object for the given locale
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
Gets the size of the fractional part of the instance variable.
getGlobalActivities(Process[], int, boolean) - Method in interface fuego.papi.ProcessServiceNESession
Gets all the Global Activities for the specified processes, type, and instance access.
getGlobalActivities(Process[]) - Method in interface fuego.papi.ProcessServiceNESession
Gets all Global Activities (Activity.GLOBAL, Activity.GLOBAL_AUTOMATIC and Activity.GLOBAL_CREATION) for the specified processes.
getGlobalActivities(String[], int, boolean) - Method in interface fuego.papi.ProcessServiceNESession
Gets all the Global Activities for the specified processes, type, and instance access.
getGlobalActivities(String[]) - Method in interface fuego.papi.ProcessServiceNESession
Gets all the Global Activities for the specified processIds.
getGlobalCreationRoles() - Method in interface fuego.papi.Process
Gets all roles Ids with global creation activities (not include global automatic) in the process.
getGrabActivitiesForActivity(String) - Method in interface fuego.papi.Process
Gets all grab activities where the instances in the given activity can be grabbed.
getGrabActivitiesForInstance(InstanceInfo) - Method in interface fuego.papi.ProcessServiceNESession
Gets all the grab activities that can grab this instance.
getGrabActivityName() - Method in interface fuego.papi.Filter
Deprecated.  
getGrabbableInstances(String) - Method in interface fuego.papi.ProcessServiceSession
Returns all the instances that can be grabbed from the activity specified by the activity ID.
getHost() - Method in class fuego.papi.ConnectedClientInfo
 
getHost() - Method in interface fuego.papi.ProcessServiceNESession
Returns the host where the owner of this session is connected from.
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
Gets the activity Id.
The activity Id is in the format "ProcessId/ActivityName"
getId() - Method in interface fuego.papi.Attachment
Gets the attachment Id.
getId() - Method in interface fuego.papi.AttachmentInterface
Gets the attachment Id.
getId(int) - Static method in class fuego.papi.EventType
Gets the event type Id of the specified event type number.
getId() - Method in class fuego.papi.InstanceInfo
Gets the instance Id.
getId(int) - Static method in class fuego.papi.InstanceItemState
Gets the Id of the specified state number.
getId() - Method in class fuego.papi.InstanceStamp
Returns the identificator for this stamp.
getId() - Method in interface fuego.papi.MDObject
Gets the deployment Id (LogicalId) of this object
getId() - Method in interface fuego.papi.Note
Gets the Id of this note.
getId() - Method in class fuego.papi.Presentation.Column
Returns the key of this column.
getId() - Method in interface fuego.papi.Presentation
Gets the Id of the presentation.
getId(int) - Static method in class fuego.papi.Priority
Gets the Id of the specified priority.
getId() - Method in interface fuego.papi.Process
Gets the process' id.
A process id is of the form:
getId(int) - Static method in class fuego.papi.ProcessInstanceState
Gets the Id of the specified state number.
getId() - Method in interface fuego.papi.Task
Gets the task ID.
The task ID is in the format "ActivityID/TaskName".
getId() - Method in class fuego.papi.VarDefinition
Gets the identifier for this variable.
getId() - Method in interface fuego.papi.View
Gets the view ID.
getId() - Method in class fuego.papi.exception.InvalidVariableIdException
 
getId() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the indentification of the node
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
Gets the activity identification number.
The activity identification number is the name generated for this activity during the deployment face.
getIn() - Method in interface fuego.papi.Attachment
Gets the attachment identification number.
getIn() - Method in interface fuego.papi.Note
Get the note identification number.
getIn() - Method in interface fuego.papi.Process
Gets the process' identification number.
The process identification number is the unique number generated during the deploy.
getIn() - Method in interface fuego.papi.Task
Gets the task identification number.
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.ProcessServiceNESession
Gets the InstanceInfo specified by this InstanceStamp.
getInstance(String) - Method in interface fuego.papi.ProcessServiceNESession
Gets the InstanceInfo specified by instanceId.
getInstanceByCorrelation(String, String, Object[]) - Method in interface fuego.papi.ProcessServiceNESession
Gets the instance specified by the process id, correlation name, and correlation values.
getInstanceCopy() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the instance copy of the node
getInstanceData(String) - Method in interface fuego.papi.ProcessServiceNESession
Gets the instance component associated with this instance.
The instance component is the instance of the class generated during the deployment.
getInstanceEvents(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns the InstanceEvents for the specified instanceId.
getInstanceId() - Method in interface fuego.papi.Attachment
Gets the instance Id of the instance where this attachment was attached.
getInstanceId(InstanceInfo) - Static method in class fuego.papi.InstanceId
Gets the InstanceId from the specified InstanceInfo.
getInstanceId(String) - Static method in class fuego.papi.InstanceId
Returns the InstanceId without the organization.
getInstanceId() - Method in class fuego.papi.InstanceStamp
Returns the instanceId carried in this stamp.
getInstanceId() - Method in interface fuego.papi.Note
Gets the Id of the instance where this note was attached to.
getInstanceId() - Method in class fuego.papi.exception.InstanceNotFoundException
Returns the instance identification that was not found.
getInstanceId() - Method in class fuego.papi.exception.InstanceOperationException
 
getInstanceId() - Method in class fuego.papi.exception.InstanceOutOfSyncException
 
getInstanceIn() - Method in interface fuego.papi.Attachment
Gets the instance identification number of the instance where this attachment was attached.
getInstanceIn(String) - Static method in class fuego.papi.InstanceId
Returns the instance identification number.
getInstanceIn() - Method in class fuego.papi.InstanceId
Gets the instance identification number.
getInstanceIn() - Method in class fuego.papi.InstanceStamp
Returns the instance identificator number.
getInstanceIn() - Method in interface fuego.papi.Note
Gets the Id of the instance number where this note was attached to.
getInstanceIn() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the instance number of the node
getInstanceInfo() - Method in class fuego.papi.exception.InstanceSentException
 
getInstanceNotes(String) - Method in interface fuego.papi.ProcessServiceNESession
Gets all the Notes associated with the specified instance.
getInstanceOwner() - Method in class fuego.papi.exception.CannotLockInstanceException
Returns the instance owner
getInstanceState() - Method in class fuego.papi.exception.InstanceNotInActivityException
Returns the state of the instance
getInstanceStatusDescription(int, Locale) - Static method in class fuego.papi.Status
Deprecated. use ProcessInstanceState.getDescription(int, java.util.Locale) instead
getInstanceStatusValues() - Static method in class fuego.papi.Status
Deprecated. use ProcessInstanceState instead
getInstances(String) - Method in interface fuego.papi.ProcessServiceNESession
Gets the InstanceInfos from the specified Process.
getInstancesByFilter(String[], Filter) - Method in interface fuego.papi.ProcessServiceNESession
Gets InstanceInfos from the specified ProcessIds and match with the specified Filter.
getInstancesByView(InstancesView) - Method in interface fuego.papi.ProcessServiceNESession
Gets the InstanceInfos from the specified instances view.
getInteractiveRoles() - Method in interface fuego.papi.Process
Gets all roles with interactive activities in the process.
getInternalState() - Method in class fuego.papi.InstanceInfo
For internal use only.
getJavaClass() - Method in interface fuego.papi.ArgumentSet.Argument
Gets 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
Gets the java type (name of the class) of this argument.
getJavaType() - Method in interface fuego.papi.TaskArgument
Gets the Java type of this argument.
getKind(String) - Static method in class fuego.lang.Kind
 
getKind() - Method in interface fuego.papi.FilterAttribute
Gets the kind of the VarDefinition to compare
getKind() - Method in class fuego.papi.VarDefinition
Gets the kind of the variable.
getLabel(Locale) - Method in class fuego.papi.Activity
Gets the localized activity label.
The activity label is listed as Name in Studio.
getLabel(Locale) - Method in interface fuego.papi.MDObject
Gets the localized 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 the process' localized label.
If the localized process' label is not available, its name is returned.
getLabel(Locale) - Method in interface fuego.papi.Task
Gets the localized task label.
getLabel(Locale) - Method in class fuego.papi.VarDefinition
Gets the label of the variable for the given location.
getLabel(Locale) - Method in interface fuego.papi.View
Gets the label for the given locale.
getLabelWithOU(Locale) - Method in interface fuego.papi.Process
Returns the process' localized label with the organizational unit.
If the process is deployed in the root OU, then it is the same label, but if the process is deployed in another ou, then the result is : label (ou)
getLabelWithOUForParticipant(Locale, Participant) - Method in interface fuego.papi.Process
Returns the process' localized label with the organizational unit for a given participant.
If the process is deployed in the root OU, then it is the same label, but if the process is deployed in another ou, then the result is : label (ou)
getLabels() - Method in class fuego.papi.Activity
Deprecated. use Activity.getLabel(Locale) instead.
getLabels() - Method in interface fuego.papi.Process
Deprecated. use Process.getLabel(java.util.Locale) instead.
getLastAction() - Method in class fuego.papi.ConnectedClientInfo
 
getLastActivity() - Method in class 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
Gets the last name of this participant.
getLastNewsTimestamp() - Method in interface fuego.papi.Process
For internal use only.
getLevel() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the level of the node in the graph.
getLocale() - Method in interface fuego.papi.ProcessServiceNESession
Deprecated. user ProcessServiceNESession.getUserLocale() instead.
getLocale() - Method in interface fuego.papi.utils.FilterDescriptor.FilterDescriptionInformation
 
getLocaleGrabValues() - Static method in class fuego.papi.ProcessInstanceState
For internal use only.
getLocaleSize(Locale) - Method in interface fuego.papi.Attachment
Gets the size of this attachment, formatted using the specified locale.
getLockerName() - Method in interface fuego.papi.Attachment
Gets the uid of the participant who has locked this attachment, or the empty string is this attachment is not locked.
getLockerName() - Method in interface fuego.papi.AttachmentInterface
Gets the uid of the participant who has locked this attachment, or the empty string is this attachment is not locked.
getLongArgument(String) - Method in class fuego.papi.Arguments
Gets the argument value
getMail() - Method in class fuego.papi.Participant
Gets the e-mail address of this participant.
getMask() - Method in class fuego.papi.VarDefinition
Gets a mask, which is useful for printing the value of this variable for any given instance.
getMaxClientsInStudio() - Method in class fuego.papi.exception.MaxAllowedParticipantConnectedException
 
getMaxInstancesCount() - Method in class fuego.papi.exception.CannotCreateInstanceException
 
getMaxSize() - Method in class fuego.papi.exception.MaxSizeParticipantsExceededException
 
getMeasurements() - Method in interface fuego.papi.Process
Gets all measurements activities of the process.
getMessage(Locale) - Method in class fuego.papi.BatchOperationException
Gets the message of the exception.
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.
getMonthsOnly() - Method in class fuego.lang.Interval
The "months" value for this interval.
getName(int) - Static method in class fuego.lang.Kind
 
getName() - Method in interface fuego.papi.ArgumentSet.Argument
Gets the name of this argument
getName() - Method in interface fuego.papi.ArgumentSet
Gets the name of this ArgumentSet which was defined in the process.
getName() - Method in interface fuego.papi.Attachment
Gets the name of this attachment.
getName() - Method in interface fuego.papi.AttachmentInterface
Gets the name of this attachment.
getName() - Method in class fuego.papi.ConnectedClientInfo
 
getName() - Method in interface fuego.papi.Filter
Gets 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
Gets this object name
getName() - Method in interface fuego.papi.Note
Gets the name of the activity where this note was created.
getName() - Method in interface fuego.papi.NoteInterface
Gets the name of the activity where this note was created.
getName() - Method in class fuego.papi.Participant
Gets the name (fisrt and last name) of this participant.
getName() - Method in interface fuego.papi.Process
Gets the process' name
getName() - Method in interface fuego.papi.Task
Gets the task name.
getName() - Method in interface fuego.papi.TaskArgument
Gets the argument name.
getName() - Method in class fuego.processmodel.Activity
Gets the name of this activity
getNode(String) - Method in class fuego.papi.utils.AuditTrail
Returns the node represented by the id.
getNotAvailableObjects() - Method in class fuego.papi.BatchOperationException
Gets the exception for each object which could not perform the corresponding operation.
getNote(String) - Method in interface fuego.papi.ProcessServiceNESession
Gets the Note specified by this noteId.
getNotes(String) - Method in interface fuego.papi.ProcessServiceNESession
Deprecated. use ProcessServiceNESession.getInstanceNotes(java.lang.String) instead
getNumberOfThreads() - Method in class fuego.papi.InstanceInfo
Gets the number of threads (copies) this instance has.
getOnly(IntervalUnit) - Method in class fuego.lang.Interval
 
getOrder() - Method in interface fuego.papi.HistoryView
Used to have an order, when using several History views, like "Today" before than "Yesterday" before than
"Last Week".
getOrdering() - Method in interface fuego.papi.Filter
Gets 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
Gets the Organization name from the specified globalInstanceId.
getOrganization() - Method in interface fuego.papi.ProcessServiceNESession
Gets the organization name.
getOrganizationUnit() - Method in interface fuego.papi.Process
Gets the organization unit where the process is deployed
getOsInfo() - Method in interface fuego.papi.Attachment
Deprecated. Method getOsInfo is deprecated.
getOu() - Method in class fuego.papi.Participant
Gets the organizational unit of this participant.
getOutputArgs() - Method in interface fuego.papi.Invocation
Returns an array containing all the signatures of the output arguments that were requested in this invocation.
getOutputArguments() - Method in class fuego.papi.exception.InstanceSentException
 
getOwner() - Method in interface fuego.papi.Presentation
Gets the owner of the presentation.
getOwner() - Method in interface fuego.papi.View
Gets the participant ID of the creator of this view.
getParameter() - Method in class fuego.papi.exception.NoParametricRoleException
Returns the parameter value
getParametricAttributes() - Method in interface fuego.papi.Filter
Gets all parametric attributes.
getParent() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the parent node of this node
getParentId() - Method in interface fuego.papi.View
Gets parent view ID.
getParentThreadIn() - Method in class fuego.papi.InstanceInfo
Gets the thread identification number of the parent thread.
getParentView(View) - Method in interface fuego.papi.ProcessServiceNESession
Gets the parent View of the specified View.
getParentViewId(String) - Method in interface fuego.papi.ProcessServiceNESession
Deprecated. use ProcessServiceNESession.getParentView(View) instead.
getParticipant() - Method in interface fuego.papi.Consult
Gets the Participant who sent this Consult.
getParticipant() - Method in interface fuego.papi.Note
Gets the uid of the Participant who created this note.
getParticipant() - Method in interface fuego.papi.NoteInterface
Gets the uid of the Participant who created this note.
getParticipant() - Method in interface fuego.papi.ProcessServiceNESession
Gets the Participant for this session.
getParticipant(String) - Method in interface fuego.papi.ProcessServiceNESession
Gets the Participant specified by participantUid.
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
 
getParticipantId() - Method in class fuego.papi.InstanceInfo
Gets the Uid of the participant who has selected this instance.
getParticipantId() - Method in class fuego.papi.ParticipantException
Returns the participant Id which produced the exception.
getParticipantId() - Method in class fuego.papi.PropertyOperationException
 
getParticipantId() - Method in class fuego.papi.exception.AttachmentLockedException
Returns the participant identification that is locking the attachment
getParticipantId() - Method in class fuego.papi.exception.CannotGetWorkingAttachmentsException
Returns the participant identification who is working with the attachments.
getParticipantId() - Method in class fuego.papi.exception.EditAttachmentException
Returns the participant identification that wanted to edit the attachment.
getParticipantId() - Method in class fuego.papi.exception.InstanceAlreadySelectedException
Returns the participant that has already selected the instance
getParticipantId() - Method in class fuego.papi.exception.InstanceNotGrabbedException
Returns the participant that grabbed the instance.
getParticipantId() - Method in class fuego.papi.exception.ProcessNotVisibleException
Returns the participant that can not see the process.
getParticipantId() - Method in class fuego.papi.exception.ReleaseAttachmentException
Returns the participant identification that wanted to release the attachment.
getParticipantId() - Method in class fuego.papi.exception.TaskAlreadySelectedException
 
getParticipantId() - Method in class fuego.papi.exception.TaskCompletedException
 
getParticipantIn() - Method in class fuego.papi.InstanceInfo
Gets the identification number of the participant who has selected this instance.
getParticipantScope() - Method in class fuego.papi.SearchScope
Gets the participant scope of this search.
getParticipants(int) - Method in class fuego.papi.ParticipantsForActivities
Gets the participants array for a given Activity
getParticipants() - Method in class fuego.papi.exception.NotUniqueParticipantException
 
getParticipantsForActivities() - Method in class fuego.papi.exception.InstancesException
This method returns hash
getParticipantsForInstance(InstanceStamp) - Method in interface fuego.papi.ProcessServiceSession
Gets a list of Participants that are in the role specified by the activity in the InstanceStamp.
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 Task identification number of the pending Task that must be re-run.
This is only used when this instance is in an automatic activity.
getPresentation(String) - Method in interface fuego.papi.ProcessServiceNESession
Gets the Presentation specified by this presentationId.
getPresentation(PresentationType, String) - Method in interface fuego.papi.ProcessServiceNESession
Gets the Presentation for the specified PresentationType and presentationId.
getPresentation() - Method in interface fuego.papi.View
Gets the presentation ID assigned to this view.
getPresentationId() - Method in class fuego.papi.exception.PresentationNotFoundException
 
getPresentationIds(PresentationType) - Method in interface fuego.papi.ProcessServiceNESession
Gets all the presentationIds for the specified PresentationType.
getPresentationType() - Method in interface fuego.papi.View
Gets the type of the presentation assigned to this view.
getPresentationType() - Method in class fuego.papi.exception.PresentationNotFoundException
 
getPreset() - Method in interface fuego.lang.ConnectionPassport
 
getPrevious() - Method in class fuego.lang.DynamicObject
 
getPriority() - Method in class fuego.papi.InstanceInfo
Gets the instance priority.
getProcess() - Method in class fuego.papi.Activity
Gets the parent process for this activity.
getProcess() - Method in class fuego.papi.InstanceInfo
Deprecated. Method getProcess is deprecated. WARNING: Do not invoke this method without previously initializing the ProcessService. Use InstanceInfo.getProcessId() and then ProcessServiceNESession.getProcess(String) instead.
getProcess(int) - Method in interface fuego.papi.ProcessServiceNESession
Gets the Process for this process identification number.
getProcess(String) - Method in interface fuego.papi.ProcessServiceNESession
Gets the Process for this processId.
getProcess(String) - Method in interface fuego.papi.utils.FilterDescriptor.FilterDescriptionInformation
 
getProcessDeadline() - Method in class fuego.papi.InstanceInfo
Gets the instance process deadline.
getProcessDiagram(String) - Method in interface fuego.papi.ProcessServiceNESession
Gets the ProcessDiagram for the specified processId.
getProcessDiagram(int) - Method in interface fuego.papi.ProcessServiceNESession
Gets the ProcessDiagram for the specified process by process identification number.
getProcessDiagram(Process) - Method in interface fuego.papi.ProcessServiceNESession
Gets the ProcessDiagram for the specified Process.
getProcessDocumentation(String, Locale) - Method in interface fuego.papi.ProcessServiceNESession
Gets the local path of the process documentation, created in Studio, for the specified locale.
getProcessId() - Method in class fuego.papi.Activity
Gets the parent process Id for this activity.
getProcessId(String) - Static method in class fuego.papi.Activity
Gets the parent process Id for the specified activity Id.
getProcessId(String) - Static method in class fuego.papi.InstanceId
Gets the Process Id from the specified InstanceId.
getProcessId() - Method in class fuego.papi.InstanceInfo
Gets the process Id of this instance.
WARNING: Do not invoke this method without previously initializating the ProcessService.
getProcessId() - Method in class fuego.papi.InstanceStamp
Returns the process identificator for this instance.
getProcessId() - Method in class fuego.papi.ProcessNotAvailableException
Gets the Id of the process not available.
getProcessId() - Method in class fuego.papi.ProcessOperationException
Returns the process Id where occurred the exception.
getProcessId(InstanceInfo) - Method in interface fuego.papi.ProcessServiceNESession
Gets the processId from the specified instanceInfo.
getProcessId(int) - Method in interface fuego.papi.ProcessServiceNESession
Gets the processId from the specified process identification number.
getProcessId() - Method in class fuego.papi.exception.ApplicationsNotAvailableInProcessException
Returns the process identification where you wanted to get the applications
getProcessId() - Method in class fuego.papi.exception.AttachmentsNotAvailableInProcessException
 
getProcessId() - Method in class fuego.papi.exception.CannotGetWorkingAttachmentsException
Returns the process identification where you wanted to get the working attachments
getProcessId() - Method in class fuego.papi.exception.InvalidProcessIdException
 
getProcessId() - Method in class fuego.papi.exception.ParticipantHasNotRoleInProcessException
 
getProcessIds() - Method in interface fuego.papi.ProcessServiceNESession
Gets the Ids of all deployed processes (Active and Deprecated versions) for this session.
getProcessIds(boolean) - Method in interface fuego.papi.ProcessServiceNESession
Gets the Ids of all deployed processes for this session, and optionally only active processes.
getProcessImage(String) - Method in interface fuego.papi.ProcessServiceNESession
Gets the process image in XML format for the specified processId.
getProcessIn() - Method in interface fuego.papi.Attachment
Gets the process identification number associated with this attachment.
getProcessIn() - Method in class fuego.papi.InstanceId
Gets the process identification number.
getProcessIn() - Method in interface fuego.papi.Note
Gets the idenfication number of the associated process.
getProcessIn(String) - Method in interface fuego.papi.ProcessServiceNESession
Gets the process identification number for this processId.
getProcessIn() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the process number of this node
getProcesses(boolean) - Method in interface fuego.papi.ProcessServiceNESession
Gets all deployed Processes for the session.
getProcesses(boolean, boolean) - Method in interface fuego.papi.ProcessServiceNESession
Gets all deployed Processes for the session.
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 class fuego.papi.exception.PropertyValueSerializationException
 
getReceptionTime() - Method in class fuego.papi.InstanceInfo
Gets the Time when this process instance reached the current activity.
getRefineInstances() - Method in interface fuego.papi.Filter
Deprecated. Use a filter into this filter to refine instances.
getRelativePathForActivityIconImage(String) - Method in interface fuego.papi.ProcessDiagram
 
getRelativePathForActivityImage(String) - Method in interface fuego.papi.ProcessDiagram
 
getRemarkId() - Method in interface fuego.papi.Consult
Gets the RemarkId (Note Id).
getRemarkIn() - Method in interface fuego.papi.Consult
Gets the Remark identification number.
getRemarks() - Method in interface fuego.papi.Attachment
Gets the remarks for this version of the attachment.
getRemarks() - Method in interface fuego.papi.AttachmentInterface
Gets the remarks for this version of the attachment.
getResult() - Method in interface fuego.papi.Execution
Finishes this execution and updates the Arguments object passed to this 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
Gets the role associated with this activity or null if the activity does not have role associated.
The associated role is the 'swimlane' where this activity was placed in Studio.
getRoleCategory(String) - Method in class fuego.papi.Participant
Gets the category from this Participant for the given role.
getRoleId() - Method in class fuego.papi.InstanceInfo
Gets the role identification of this instance.
getRoleId() - Method in class fuego.papi.exception.NoInstanceParameterValueException
 
getRoleId() - Method in class fuego.papi.exception.NoParametricRoleException
Returns the generic role
getRoleId() - Method in class fuego.papi.exception.ParticipantNotInTargetRoleException
 
getRoleIn() - Method in class fuego.papi.InstanceInfo
Gets the role identification number of this instance
getRoleName() - Method in class fuego.papi.exception.NoRoleException
 
getRoleName() - Method in class fuego.papi.exception.ParticipantNotInRoleException
 
getRolePermitions(String) - Method in class fuego.papi.Participant
Gets the permissions from this participant for the given role.
getRoles() - Method in class fuego.papi.Participant
Gets the roles for this participant.
getRoles() - Method in interface fuego.papi.Process
Gets all roles in the process.
getRootNode() - Method in class fuego.papi.utils.AuditTrail
Returns the root node of the graph.
getRtViewName() - Method in interface fuego.papi.Task
Deprecated.  
getSQLExpression(boolean) - Method in interface fuego.papi.FilterAttribute
Gets the SQL Expression generated by the FilterAttribute.
getSearchScope() - Method in interface fuego.papi.Filter
Gets the scope of the filter.
The scope define the environment of the instances that could be process by 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.ProcessServiceNESession
For internal use only.
getSenderInstanceId() - Method in class fuego.papi.exception.CannotStoreNotificationException
Returns the instance identification who send the notification.
getShapeForActivity(String) - Method in interface fuego.papi.ProcessDiagram
Gets the shape of the bounds of the passed activity
getSignature() - Method in interface fuego.papi.Invocation
Returns the signature of the method this invocation references.
getSince() - Method in interface fuego.papi.HistoryView
Returns how old have to be the instances to be in this view.
getSize() - Method in class fuego.papi.Presentation.Column
Returns the size of this column.
getSize() - Method in class fuego.papi.VarDefinition
Gets the specific size of the instance variable.
getSourceActivitiesForGrab() - Method in class fuego.papi.Activity
Gets the activities that this grab activity can grab from.
If this is not a grab activity, returns a 0-length array.
getSourceActivityId() - Method in class fuego.papi.exception.NoValidTransitionAvailableException
 
getStamp() - Method in class fuego.papi.InstanceInfo
Gets the instanceStamp.
getStamp(String, String) - Static method in class fuego.papi.InstanceInfo
Creates an InstanceStamp for the specified instanceId and activityName.
getStamp(String) - Static method in class fuego.papi.InstanceInfo
Creates an InstanceStamp from the specified stampId.
getStampForActivity(String) - Method in class fuego.papi.InstanceInfo
Creates an InstanceStamp for the specified activityName.
getStatus() - Method in class fuego.papi.InstanceInfo
Gets the instance status.
getStatusDescription(Locale) - Method in class fuego.papi.InstanceInfo
Gets the instance status description for the specified locale.
getStatusScope() - Method in class fuego.papi.SearchScope
Gets the status scope of this search.
getTargetActivities() - Method in class fuego.papi.exception.InstancesException
This method returns a list of target activities names (ie: elements are Strings)
getTargetActivities() - Method in class fuego.papi.exception.NotUniqueTransitionException
List of Activities where the instance could go.
getTargetActivityName() - Method in class fuego.papi.exception.CannotStoreNotificationException
Returns the activity identification where was send the notification.
getTargetInstanceId() - Method in class fuego.papi.exception.CannotStoreNotificationException
Returns the instance identification where was send the notification.
getTask(int) - Method in class fuego.papi.Activity
Gets the Task associated with this index.
getTask(String) - Method in class fuego.papi.Activity
Gets the Task associated with this taskId.
getTask(int) - Method in class fuego.papi.InstanceInfo
Gets the Task corresponding to taskNumber.
getTask(String) - Method in class fuego.papi.InstanceInfo
Gets the Task corresponding to the specified taskId.
getTaskCount() - Method in class fuego.papi.InstanceInfo
Gets the current taskIndex.
getTaskExecuted() - Method in class fuego.papi.utils.AuditTrail.ItemExecutedNode
Returns the task number executed
getTaskIn(int) - Method in class fuego.papi.InstanceInfo
Gets the Task identification number for the specified taskNumber.
getTaskIn() - Method in class fuego.papi.exception.InstanceSentByBackOrSkipActionException
Returns the task number of the task executed.
getTaskInternalStatus(int) - Method in class fuego.papi.InstanceInfo
For internal use only.
getTaskLastExecutionParticipant(int) - Method in class fuego.papi.InstanceInfo
Gets the UID of the last participant UID to execute the specified Task.
getTaskLastExecutionTime(int) - Method in class fuego.papi.InstanceInfo
Gets the last time execution of the specified Task.
getTaskName() - Method in class fuego.papi.utils.AuditTrail.ItemExecutedNode
Returns the task name executed
getTaskNumber() - Method in class fuego.papi.exception.InvalidTaskNumberException
 
getTaskNumber() - Method in class fuego.papi.exception.TaskNotFoundException
 
getTaskNumber() - Method in class 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
Gets the UID of the participant who has selected the specified Task.
getTaskResult() - Method in class fuego.papi.utils.AuditTrail.ItemExecutedNode
Returns the result of the task
getTaskRetryCounter(int) - Method in class fuego.papi.InstanceInfo
Gets the retryCounter for the specified Task.
Retry counter is the quantity of times that the task was executed and failed.
getTaskState() - Method in class fuego.papi.utils.AuditTrail.ItemExecutedNode
Returns the task executed state
getTaskStatusDescription(int, Locale) - Method in class fuego.papi.InstanceInfo
Gets the Task status description for the specified taskNumber and locale.
getTaskStatusDescription(int, Locale) - Static method in class fuego.papi.Status
Deprecated. use InstanceItemState.getDescription(int, java.util.Locale) instead
getTaskStatusValues() - Static method in class fuego.papi.Status
Deprecated. use InstanceItemState instead
getTasks() - Method in class fuego.papi.Activity
Gets all Tasks associated with this activity.
getTasks() - Method in class fuego.papi.InstanceInfo
Gets the Tasks associated with this process instance.
getTechnicalDetail(Locale) - Method in class fuego.papi.AttachmentOperationException
This method return the technical detail of the exception.
getTechnicalDetail(Locale) - Method in class fuego.papi.ProcessNotAvailableException
Returns the technical detail of the exception.
getTechnicalDetail(Locale) - Method in class fuego.papi.exception.ApplicationsNotAvailableInProcessException
This method return the technical detail of the exception.
getTechnicalDetail(Locale) - Method in class fuego.papi.exception.InstanceNotAvailableException
This method return the technical detail of the exception.
getTechnicalDetail(Locale) - Method in class fuego.papi.exception.InstancesNotAvailableInEngineException
This method return the technical detail of the exception.
getTechnicalDetail(Locale) - Method in class fuego.papi.exception.ViewsForTypeNotAvailableException
This method return the technical detail of the exception.
getThreadIn(String) - Static method in class fuego.papi.InstanceId
Gets the thread identification number.
getThreadIn() - Method in class fuego.papi.InstanceId
Gets the thread identification number.
If the instance has a father, the thread in is the number of child the instance is.
getThreadIn() - Method in class fuego.papi.InstanceStamp
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
Gets the argument value
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
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.ProcessServiceNESession
Deprecated. use ProcessServiceNESession.getUserTimeZone() instead.
getTimeout() - Method in class fuego.papi.exception.InstanceTimeoutException
 
getTo() - Method in interface fuego.papi.HistoryView
Returns the end point in the time frame that contains the instances in this the history view.
getTotalMicroseconds() - Method in class fuego.lang.Interval
 
getType() - Method in class fuego.papi.ColumnFormat
Gets the column format type
getType() - Method in interface fuego.papi.Consult
Gets the type of this consult.
getType() - Method in interface fuego.papi.Presentation
Gets the type of the presentation.
getType() - Method in interface fuego.papi.Task
Gets the task type.
getType() - Method in interface fuego.papi.View
Gets the type of the view
getType() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns the type of the node
getType() - Method in class fuego.processmodel.Activity
Gets the type of this activity
getURL() - Method in class fuego.papi.exception.MalformedURLException
 
getURL() - Method in class fuego.papi.exception.ProtocolNotSupportedException
 
getUid() - Method in class fuego.papi.Participant
Gets the Uid for this participant.
getUrl() - Method in interface fuego.lang.ConnectionPassport
 
getUserDocumentationFolder() - Method in class fuego.papi.ProcessService
Gets the user documentation folder.
getUserLocale() - Method in interface fuego.papi.ProcessServiceNESession
Returns the user Locale.
getUserTimeZone() - Method in interface fuego.papi.ProcessServiceNESession
Returns the user Time Zone.
getValue() - Method in interface fuego.papi.FilterAttribute
Gets the value to use in the expresion to compare with the instance attribute value.
getVar(String, Locale) - Method in class fuego.papi.Activity
Gets the value of a VarDefinition associated with this Activity, given the VarDefinition id and locale.
getVar(String) - Method in interface fuego.papi.Attachment
Returns Object value of the VarDefinition specified by variableId.
getVar(String, Locale) - Method in class fuego.papi.InstanceInfo
Gets the localized value of the VarDefinition specified by locale and variableId.
getVar(String) - Method in class fuego.papi.InstanceInfo
Gets the not localized value of the VarDefinition specified by variableId.
getVar(String) - Method in interface fuego.papi.ProcessServiceNESession
Gets a VarDefinition from the loaded processes in this session.
getVarDefinition() - Method in class fuego.papi.Presentation.Column
Gets the VarDefinition of this column.
getVariable() - Method in interface fuego.papi.FilterAttribute
Gets the VarDefinition to compare.
getVariable() - Method in class fuego.papi.Ordering.Entry
Gets the VarDefinition to sort.
getVariable(String) - Method in interface fuego.papi.utils.FilterDescriptor.FilterDescriptionInformation
 
getVariableId() - Method in interface fuego.papi.FilterAttribute
Gets the Id of the VarDefinition to compare
getVariableId() - Method in class fuego.papi.Ordering.Entry
Gets the variable Id to sort.
getVariableId() - Method in class fuego.papi.exception.InvalidVariableIdException
 
getVariableName() - Method in class fuego.papi.utils.AuditTrail.MeasureVariableNode
Returns the variable Name.
getVariableValue() - Method in class fuego.papi.utils.AuditTrail.MeasureVariableNode
Returns the value of the meassure varible.
getVariablesToShow() - Method in interface fuego.papi.Task
Gets the VarDefinitions associated with this task.
getVars() - Method in class fuego.papi.Activity
Gets all the VarDefinitions associated with this activity.
The VarDefinitions for an Activity include VarDefinition.PROCESS_ID, VarDefinition.DESCRIPTION_ID and VarDefinition.TASK_ID.
getVars() - Method in interface fuego.papi.Process
Gets the external variables of the process.
getVars() - Method in interface fuego.papi.ProcessServiceNESession
Returns all the variable definitions from all the processes in this session.
getVersion() - Method in interface fuego.papi.Attachment
Gets the version number of this attachment.
getVersion() - Method in interface fuego.papi.AttachmentInterface
Gets the Version number of this attachment.
getVersion() - Method in interface fuego.papi.Process
Gets the process version.
getView(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns the View specified by viewId.
getViewId() - Method in class fuego.papi.ViewOperationException
Returns the view ID where the operation was executed.
getViewId() - Method in class fuego.papi.exception.InvalidViewIdValueRuntimeException
 
getViewIds() - Method in interface fuego.papi.ProcessServiceNESession
Gets all the viewIds available to this participant.
getViewType() - Method in class fuego.papi.exception.InvalidViewTypeException
 
getVisibleActivities(String) - Method in interface fuego.papi.ProcessServiceNESession
Gets all the activities visible to this participant in the specified process.
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
getWeekdayName(int) - Static method in class fuego.lang.Time
Returns a day name for a given day number in a week.
getWorkingAttachments(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns all Attachments locked by this participant in the specified process.
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.
getYearsOnly() - Method in class fuego.lang.Interval
The "years" value for this interval.

H

HAS_ATTACHMENTS - Static variable in class fuego.papi.VarDefinition
Indicates whether or not the instance has attachments.
HAS_NOTES - Static variable in class fuego.papi.VarDefinition
Indicates whether or not the instance has notes.
HIGH - Static variable in class fuego.papi.Priority
High priority.
HIGHEST - Static variable in class fuego.papi.Priority
Highest priority.
HISTORY_DEFAUTL_ID - Static variable in interface fuego.papi.View
 
HISTORY_TODAY_DEFAULT_ID - Static variable in interface fuego.papi.View
 
HistoryView - interface fuego.papi.HistoryView.
View that handle the information of the instances where the participant made some operation.
hasAbortPermision(String) - Method in class fuego.papi.Participant
Returns true if this participant has abort permissions for the specified role.
hasApplicationRole(String) - Method in interface fuego.papi.Process
Returns if the process has global activity (not include global automatic) in the specific role.
hasDelegatePermission(String) - Method in class fuego.papi.Participant
Returns true if this participant has delegate permissions for the specified role.
hasErrors() - Method in class fuego.papi.exception.InstancesException
Returns true if there are others Exceptions available.
hasEscalatePermission(String) - Method in class fuego.papi.Participant
Returns true if this participant has excalate permissions for the specified role.
hasExecutePermision(String) - Method in class fuego.papi.Participant
Returns true if this participant has execute permissions for the specified role.
hasFixedSize(int) - Static method in class fuego.lang.Kind
 
hasGlobalCreationRole(String) - Method in interface fuego.papi.Process
Returns if the process has global creation activity in the specific role.
hasInstanceAccess() - Method in class fuego.papi.Activity
Returns if this activity is a global activity and if this global activity has instance access.
hasInstanceAccess corresponds to "Has Instance Access" in Studio.
hasInteractiveRole(String) - Method in interface fuego.papi.Process
Returns if the process has an interactive activity in the specific role.
hasLocalDocumentation() - Method in class fuego.papi.Activity
Returns if this activity contains documentation in the documentation folder.
hasLocalDocumentation() - Method in interface fuego.papi.MDObject
Returns if the object has local documentation
hasLocalDocumentation() - Method in interface fuego.papi.Process
Returns if the process contains documentation stored in the folder name.
hasLocalDocumentation() - Method in interface fuego.papi.Task
Deprecated. no documentation for tasks
hasNewInstances(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns true if this view has new instances since the last access.
hasNewInstances() - Method in interface fuego.papi.ProcessServiceNESession
Returns true if any view has new instances since the last access to it.
hasOutgoingTransitions() - Method in class fuego.papi.Activity
Returns if this activity has unconditional or conditional transitions to another activity.
hasParticipantsForActivities() - Method in class fuego.papi.exception.InstancesException
Returns true if there are participants for activities available.
hasPeerAssignmentPermission(String) - Method in class fuego.papi.Participant
Returns true if this participant has peer assignment permissions for the specified role.
hasPendingTasks() - Method in class fuego.papi.InstanceInfo
Returns true if the process instance has mandatory Tasks that have not been run.
hasRepeatableTasks() - Method in class fuego.papi.InstanceInfo
Returns true if the process instance has any repeatable Tasks.
hasRole(String, String) - Method in class fuego.papi.Participant
Returns true if the participant belongs to the abstract role with the given parameter.
hasRole(String) - Method in class fuego.papi.Participant
Returns true if this participant has the specified role.
hasRole(String) - Method in interface fuego.papi.Process
Checks if the process contains the specific role identification.
hasSendPermision(String) - Method in class fuego.papi.Participant
Returns true if this participant has route (send) permissions for the specified role.
hasSuspendPermision(String) - Method in class fuego.papi.Participant
Returns true if this participant has suspend permissions for the specified role.
hasTargetActivities() - Method in class fuego.papi.exception.InstancesException
Returns true if there are targetActivities available.
hasTransitionsToInteractiveActivities() - Method in class fuego.papi.Activity
Returns if this activity has a transition to an interactive activity.
hasType(ViewType) - Method in interface fuego.papi.View
Returns true if the view is a subtype of the specified view type.
hasType(int) - Method in class fuego.processmodel.Activity
Returns whether or not this activity belongs to the specified type
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.InstanceId
Returns a hash code value for the object.
hashCode() - Method in class fuego.papi.Ordering.Entry
Returns a hash code value for the object.
hashCode() - Method in class fuego.papi.Participant
Gets the hashCode for this participant.
hide() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Hides node
highlightActivityPath(ProcessDiagramPath[]) - Method in interface fuego.papi.ProcessDiagram
Sets an activity path to be highlighted in the process diagram.
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

INBOX_DEFAULT_ID - Static variable in interface fuego.papi.View
 
INPUT - Static variable in interface fuego.papi.Task
Input task type
INSTANCES_CACHE_SIZE - Static variable in class fuego.papi.ProcessService
Property key for instances cache size.
INSTANCE_ABORTED - Static variable in class fuego.papi.EventType
Instance aborted.
INSTANCE_ABORTED - Static variable in class fuego.papi.Status
Deprecated. use ProcessInstanceState.ABORTED instead
INSTANCE_ABORTING - Static variable in class fuego.papi.EventType
Instance aborted.
INSTANCE_ACTIVITY_COMPLETED - Static variable in class fuego.papi.Status
Deprecated. use ProcessInstanceState.ACTIVITY_COMPLETED instead
INSTANCE_COMPLETED - Static variable in class fuego.papi.Status
Deprecated. use ProcessInstanceState.COMPLETED instead
INSTANCE_CREATED - Static variable in class fuego.papi.EventType
Instance created
INSTANCE_END - Static variable in class fuego.papi.EventType
Instance terminated.
INSTANCE_EXCEPTION - Static variable in class fuego.papi.Status
Deprecated. use ProcessInstanceState.EXCEPTION instead
INSTANCE_GRABBED - Static variable in class fuego.papi.EventType
Instance grabbed.
INSTANCE_GRABBED - Static variable in class fuego.papi.Status
Deprecated. use ProcessInstanceState.GRABBED instead
INSTANCE_NUMBER - Static variable in class fuego.papi.VarDefinition
The ID of the default variable "Instance Number".
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_RUNNING - Static variable in class fuego.papi.Status
Deprecated. use ProcessInstanceState.RUNNING instead
INSTANCE_SELECTED - Static variable in class fuego.papi.EventType
Instance selected.
INSTANCE_SUSPENDED - Static variable in class fuego.papi.EventType
Instance suspended.
INSTANCE_SUSPENDED - Static variable in class fuego.papi.Status
Deprecated. use ProcessInstanceState.SUSPENDED instead
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.
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
Interactive grab activity, used to grab an instance from another activity and run client-side interactive components
INTERVAL - Static variable in class fuego.lang.Kind
Type is time interval, which can be represented by objects of class fuego.type.Interval
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
 
IncompleteJobsException - class fuego.papi.exception.IncompleteJobsException.
 
IncompleteJobsException(Object) - Constructor for class fuego.papi.exception.IncompleteJobsException
 
InstanceAbortedException - class fuego.papi.exception.InstanceAbortedException.
A InstanceNotInActivityException is thrown while waiting for an instance, and that instance is aborted.
InstanceAbortedException(String) - Constructor for class fuego.papi.exception.InstanceAbortedException
 
InstanceAlreadySelectedException - class fuego.papi.exception.InstanceAlreadySelectedException.
A InstanceAlreadySelectedException is thrown when the instance has already been selected by other participant.
InstanceAlreadySelectedException(String, String) - Constructor for class fuego.papi.exception.InstanceAlreadySelectedException
Creates a new InstanceAlreadySelectedException with the given process identification, instance internal number, thread internal number and particiant identification.
InstanceAlreadySuspendedException - class fuego.papi.exception.InstanceAlreadySuspendedException.
An InstanceAlreadySuspendedException is thrown when the instance has already been suspended by other participant.
InstanceAlreadySuspendedException(String) - Constructor for class fuego.papi.exception.InstanceAlreadySuspendedException
Creates a new InstanceAlreadySuspendedException with the given instance identification.
InstanceAlreadyTerminatedException - class fuego.papi.exception.InstanceAlreadyTerminatedException.
An InstanceAlreadyTerminatedException is thrown when the instance has already been terminated.
InstanceAlreadyTerminatedException(String) - Constructor for class fuego.papi.exception.InstanceAlreadyTerminatedException
Creates a new InstanceAlreadyTerminatedException with the given instance identification.
InstanceAutomaticallySentException - class fuego.papi.exception.InstanceAutomaticallySentException.
Deprecated. this exception is not longer thrown, right way to know if the instance was automatically send by release or by autocomplete is to check in fuego.papi.ProcessServicesSession.runActivity(..), the result to know if the instance was routed.
InstanceAutomaticallySentException(String) - Constructor for class fuego.papi.exception.InstanceAutomaticallySentException
Deprecated. use InstanceAutomaticallySentException(InstanceInfo,Arguments) instead
InstanceAutomaticallySentException(InstanceInfo, DynamicObject) - Constructor for class fuego.papi.exception.InstanceAutomaticallySentException
Deprecated. Throw when the instance was sent through the transition because the Activity is "autocomplete" or the CIL have an Action=Release.
InstanceConcurrentExecutionException - class fuego.papi.exception.InstanceConcurrentExecutionException.
An InstanceConcurrentExecutionException is thrown as result of reach the limit of executing instances.
InstanceConcurrentExecutionException() - Constructor for class fuego.papi.exception.InstanceConcurrentExecutionException
Just to serialization
InstanceConcurrentExecutionException(String, String) - Constructor for class fuego.papi.exception.InstanceConcurrentExecutionException
Creates a new InstanceConcurrentExecutionException with the given process identification and activity name.
InstanceConcurrentExecutionException(String, int) - Constructor for class fuego.papi.exception.InstanceConcurrentExecutionException
 
InstanceConcurrentExecutionException(String, String, String) - Constructor for class fuego.papi.exception.InstanceConcurrentExecutionException
Creates a new InstanceConcurrentExecutionException with the given instance identification, process identification and activity id.
InstanceEvent - class fuego.papi.InstanceEvent.
Contains the information of a process-instance event.
InstanceEvent() - Constructor for class fuego.papi.InstanceEvent
 
InstanceId - class fuego.papi.InstanceId.
Contains information about an instance, including process Id, instance identification number and thread identification number.
InstanceId(int, int, int) - Constructor for class fuego.papi.InstanceId
Creates a new InstanceId object.
InstanceInfo - class fuego.papi.InstanceInfo.
Contains information about Process instances.
InstanceInfo() - Constructor for class fuego.papi.InstanceInfo
 
InstanceItemState - class fuego.papi.InstanceItemState.
Enumeration of Instance Item State (Task).
Contains all valid status values for a process instance item.
InstanceItemState() - Constructor for class fuego.papi.InstanceItemState
 
InstanceNotAvailableException - class fuego.papi.exception.InstanceNotAvailableException.
 
InstanceNotAvailableException(String, Throwable) - Constructor for class fuego.papi.exception.InstanceNotAvailableException
Creates a new InstanceNotAvailableException with the given instanceId and initial exception.
InstanceNotCompletedException - class fuego.papi.exception.InstanceNotCompletedException.
An InstanceNotCompletedException is thrown as a result of an attempt to send the process instance before completeing the activity.
InstanceNotCompletedException(String) - Constructor for class fuego.papi.exception.InstanceNotCompletedException
Creates a new InstanceNotCompletedException with the given processId, instanceIn and threadIn.
InstanceNotFoundException - class fuego.papi.exception.InstanceNotFoundException.
A InstanceNotFoundException is thrown as a result of an attempt to access an inexistent instance.
InstanceNotFoundException() - Constructor for class fuego.papi.exception.InstanceNotFoundException
Use message "PAPI-2040".
InstanceNotFoundException(String) - Constructor for class fuego.papi.exception.InstanceNotFoundException
Use message "PAPI-2041"
InstanceNotFoundException(int, int, int) - Constructor for class fuego.papi.exception.InstanceNotFoundException
Use message "PAPI-2042"
InstanceNotGrabbedException - class fuego.papi.exception.InstanceNotGrabbedException.
An InstanceNotGrabbedException is thrown as a result of an attempt to grab an instance that cannot be grabbed.
InstanceNotGrabbedException(String) - Constructor for class fuego.papi.exception.InstanceNotGrabbedException
Creates a new InstanceNotGrabbedException with the given instance identification.
InstanceNotGrabbedException(String, String) - Constructor for class fuego.papi.exception.InstanceNotGrabbedException
Creates a new InstanceNotGrabbedException with the given instance identification was grabbed and participant identification that grabbed the instance.
InstanceNotInActivityException - class fuego.papi.exception.InstanceNotInActivityException.
A InstanceNotInActivityException is thrown as a result of an attempt to access an instance in some activity and it doesn't find in this activity.
InstanceNotInActivityException() - Constructor for class fuego.papi.exception.InstanceNotInActivityException
Just to serialization
InstanceNotInActivityException(String, String, String) - Constructor for class fuego.papi.exception.InstanceNotInActivityException
Creates a new InstanceNotInActivityException with the given globalInstanceId, last activity and actual activity.
InstanceNotInActivityException(String, String, String, int) - Constructor for class fuego.papi.exception.InstanceNotInActivityException
Creates a new InstanceNotInActivityException with the given last activity, globalInstanceId and actual activity.
InstanceNotInActivityException(String, String, String, int, InstanceInfo) - Constructor for class fuego.papi.exception.InstanceNotInActivityException
Creates a new InstanceNotInActivityException with the given globalInstanceId, last activity and actual activity.
InstanceNotInGroupException - class fuego.papi.exception.InstanceNotInGroupException.
 
InstanceNotInGroupException() - Constructor for class fuego.papi.exception.InstanceNotInGroupException
 
InstanceNotInGroupException(String, String) - Constructor for class fuego.papi.exception.InstanceNotInGroupException
 
InstanceNotRunningException - class fuego.papi.exception.InstanceNotRunningException.
A InstanceNotRunningException is thrown as a result of an attempt to access an instance but it is not running.
InstanceNotRunningException(String) - Constructor for class fuego.papi.exception.InstanceNotRunningException
Creates a new InstanceNotRunningException with the given instance identification.
InstanceNotSuspendedException - class fuego.papi.exception.InstanceNotSuspendedException.
An InstanceNotSuspendedException is thrown as a result of an attempt to suspend the instance but it has already suspended.
InstanceNotSuspendedException(String) - Constructor for class fuego.papi.exception.InstanceNotSuspendedException
Creates a new InstanceNotSuspendedException with the default message.
InstanceOperationException - class fuego.papi.exception.InstanceOperationException.
A InstanceOperationException is thrown as a result of an attempt to opetation on a instance and happend unexpected situation.
InstanceOperationException(String) - Constructor for class fuego.papi.exception.InstanceOperationException
Code of the message is "PAPI-3000"
InstanceOperationException(String, Throwable) - Constructor for class fuego.papi.exception.InstanceOperationException
Code of the message is "PAPI-3001"
InstanceOperationException(int, int, int) - Constructor for class fuego.papi.exception.InstanceOperationException
Code of the message is "PAPI-3001"
InstanceOperationException(int, int, int, Throwable) - Constructor for class fuego.papi.exception.InstanceOperationException
Code of the message is "PAPI-3001"
InstanceOutOfSyncException - class fuego.papi.exception.InstanceOutOfSyncException.
 
InstanceOutOfSyncException(String) - Constructor for class fuego.papi.exception.InstanceOutOfSyncException
Constructor InstanceOutOfSyncException.
InstanceSelectDisableException - class fuego.papi.exception.InstanceSelectDisableException.
A InstanceSelectDisableException is thrown as a result of an attempt to select an instance and it has instance select disable.
InstanceSelectDisableException(String) - Constructor for class fuego.papi.exception.InstanceSelectDisableException
Creates a new InstanceSelectDisableException with the given instance identification.
InstanceSelectDisableException(String, String) - Constructor for class fuego.papi.exception.InstanceSelectDisableException
Creates a new InstanceSelectDisableException with the given instance identification, and participant name.
InstanceSelectedByOtherException - class fuego.papi.exception.InstanceSelectedByOtherException.
 
InstanceSelectedByOtherException() - Constructor for class fuego.papi.exception.InstanceSelectedByOtherException
Creates a new InstanceAlreadySelectedException with a default message.
InstanceSelectedByOtherException(String, String) - Constructor for class fuego.papi.exception.InstanceSelectedByOtherException
Creates a new InstanceAlreadySelectedException with the given process identification, instance internal number, thread internal number and particiant identification.
InstanceSentByAbortActionException - class fuego.papi.exception.InstanceSentByAbortActionException.
This exception is thrown when the instance was aborted with an action = ABORT.
InstanceSentByAbortActionException(String, String, int, String) - Constructor for class fuego.papi.exception.InstanceSentByAbortActionException
Deprecated. use InstanceSentByAbortActionException.InstanceSentByAbortActionException(InstanceInfo, String,String,int,String,DynamicObject) instead.
InstanceSentByAbortActionException(InstanceInfo, String, String, int, String, DynamicObject) - Constructor for class fuego.papi.exception.InstanceSentByAbortActionException
Constructor
InstanceSentByBackOrSkipActionException - class fuego.papi.exception.InstanceSentByBackOrSkipActionException.
This exception is thrown when the instance was backed to the previous activity with an action = BACK.
InstanceSentByBackOrSkipActionException() - Constructor for class fuego.papi.exception.InstanceSentByBackOrSkipActionException
Default contractor
InstanceSentByBackOrSkipActionException(String, String, int, String) - Constructor for class fuego.papi.exception.InstanceSentByBackOrSkipActionException
Deprecated. use InstanceSentByBackOrSkipActionException.InstanceSentByBackOrSkipActionException(InstanceInfo,String,String, int,String,DynamicObject) instead
InstanceSentByBackOrSkipActionException(InstanceInfo, String, String, int, String, DynamicObject) - Constructor for class fuego.papi.exception.InstanceSentByBackOrSkipActionException
Constructor
InstanceSentByParametricRoleException - class fuego.papi.exception.InstanceSentByParametricRoleException.
 
InstanceSentByParametricRoleException(String, String, int) - Constructor for class fuego.papi.exception.InstanceSentByParametricRoleException
Deprecated. use InstanceSentByParametricRoleException.InstanceSentByParametricRoleException(InstanceInfo, String, String, int) }
InstanceSentByParametricRoleException(InstanceInfo, String, String, int) - Constructor for class fuego.papi.exception.InstanceSentByParametricRoleException
Constructor
InstanceSentByThrowException - class fuego.papi.exception.InstanceSentByThrowException.
This exception is thrown when the instance sent to catcher of the exception because the user defined a 'throw exception' in the CIL.
InstanceSentByThrowException(String, String, int, String, String) - Constructor for class fuego.papi.exception.InstanceSentByThrowException
Deprecated. use InstanceSentByThrowException.InstanceSentByThrowException(InstanceInfo,String,String,int,String,String,String)
InstanceSentByThrowException(InstanceInfo, String, String, int, String, String, String) - Constructor for class fuego.papi.exception.InstanceSentByThrowException
Constructor
InstanceSentException - class fuego.papi.exception.InstanceSentException.
InstanceSentException Main class, please watch the extended classes.
InstanceStamp - class fuego.papi.InstanceStamp.
This class keeps the minimal information about the Process Instance needed in the engine side in order to perform any operation over an instance.
It is needed when an operation over an instance has to be done through PAPI.
InstanceSuspendedException - class fuego.papi.exception.InstanceSuspendedException.
 
InstanceSuspendedException(String) - Constructor for class fuego.papi.exception.InstanceSuspendedException
 
InstanceTimeoutException - class fuego.papi.exception.InstanceTimeoutException.
Thi execption is thrown while waiting for an instance to finish and the maximum time to wait for it has elapsed.
InstanceTimeoutException(String, long, Throwable) - Constructor for class fuego.papi.exception.InstanceTimeoutException
 
InstancesException - class fuego.papi.exception.InstancesException.
Exception thrown when performing a batch operation and some of the instances (or instance items) could not complete the operation.
InstancesException(InstanceInfo[], Map, boolean) - Constructor for class fuego.papi.exception.InstancesException
 
InstancesException(InstanceInfo[], Map, List, ParticipantsForActivities, boolean) - Constructor for class fuego.papi.exception.InstancesException
 
InstancesNotAvailableInEngineException - class fuego.papi.exception.InstancesNotAvailableInEngineException.
A InstancesNotAvailableInEngineException is thrown as a result of a failed attempt to retrieve instances from a particular Engine.
InstancesNotAvailableInEngineException(String, Throwable) - Constructor for class fuego.papi.exception.InstancesNotAvailableInEngineException
Creates a new InstancesNotAvailableInEngineException with the given engine.
InstancesView - interface fuego.papi.InstancesView.
This View handle information related to Instances.
Interval - class fuego.lang.Interval.
Space of time between any two points or events.
Interval() - Constructor for class fuego.lang.Interval
 
Interval.Holder - class fuego.lang.Interval.Holder.
 
Interval.Holder() - Constructor for class fuego.lang.Interval.Holder
 
Interval.Holder(Interval) - Constructor for class fuego.lang.Interval.Holder
 
InvalidActivityException - class fuego.papi.exception.InvalidActivityException.
 
InvalidActivityException(String, String) - Constructor for class fuego.papi.exception.InvalidActivityException
Code of the message is "PAPI-3140"
InvalidActivityException(String, String, Throwable) - Constructor for class fuego.papi.exception.InvalidActivityException
 
InvalidActivityToGrabException - class fuego.papi.exception.InvalidActivityToGrabException.
 
InvalidActivityToGrabException(String, String) - Constructor for class fuego.papi.exception.InvalidActivityToGrabException
Creates a new InvalidActivityToGrabException with the given instance identification and activity identification
InvalidActivityTypeException - class fuego.papi.exception.InvalidActivityTypeException.
 
InvalidActivityTypeException(String, String) - Constructor for class fuego.papi.exception.InvalidActivityTypeException
 
InvalidArgumentSetNameException - class fuego.papi.exception.InvalidArgumentSetNameException.
 
InvalidArgumentSetNameException(String) - Constructor for class fuego.papi.exception.InvalidArgumentSetNameException
 
InvalidArgumentType - class fuego.papi.exception.InvalidArgumentType.
 
InvalidArgumentType() - Constructor for class fuego.papi.exception.InvalidArgumentType
 
InvalidArgumentType(String, String) - Constructor for class fuego.papi.exception.InvalidArgumentType
to throw when the argument type is wrong
InvalidAttachmentArgumentLengthException - class fuego.papi.exception.InvalidAttachmentArgumentLengthException.
This exception is thrown when any argument of the attachment exceeds the limit of the argument length.
InvalidAttachmentArgumentLengthException(String, int) - Constructor for class fuego.papi.exception.InvalidAttachmentArgumentLengthException
This contructor is used when you know the argument and the attachment identification.
InvalidNotificationTargetException - class fuego.papi.exception.InvalidNotificationTargetException.
 
InvalidNotificationTargetException(String, String) - Constructor for class fuego.papi.exception.InvalidNotificationTargetException
 
InvalidProcessDeadlineValueException - class fuego.papi.exception.InvalidProcessDeadlineValueException.
This exception is thrown when trying to route the instance (automatic or manual) with the processDeadline instance variable not fixed.
InvalidProcessDeadlineValueException(String, String, Time) - Constructor for class fuego.papi.exception.InvalidProcessDeadlineValueException
 
InvalidProcessIdException - class fuego.papi.exception.InvalidProcessIdException.
 
InvalidProcessIdException(String) - Constructor for class fuego.papi.exception.InvalidProcessIdException
 
InvalidTaskNumberException - class fuego.papi.exception.InvalidTaskNumberException.
 
InvalidTaskNumberException(int, String) - Constructor for class fuego.papi.exception.InvalidTaskNumberException
Use message PAPI-1670
InvalidVariableIdException - class fuego.papi.exception.InvalidVariableIdException.
 
InvalidVariableIdException(String, boolean, String) - Constructor for class fuego.papi.exception.InvalidVariableIdException
InvalidVariableIdException Message PAPI-8050 (for activity) or PAPI-8060 (for instance).
InvalidViewIdValueRuntimeException - class fuego.papi.exception.InvalidViewIdValueRuntimeException.
 
InvalidViewIdValueRuntimeException(String) - Constructor for class fuego.papi.exception.InvalidViewIdValueRuntimeException
Constructor InvalidViewIdValueRuntimeException.
InvalidViewTypeException - class fuego.papi.exception.InvalidViewTypeException.
 
InvalidViewTypeException(ViewType) - Constructor for class fuego.papi.exception.InvalidViewTypeException
Construct the object with the message PAPI-8200.
Invocation - interface fuego.papi.Invocation.
Represents a mandatory client-side invocation.
id - Variable in class fuego.papi.InstanceEvent
Id of the event.
id - Variable in class fuego.papi.Participant.RoleAssignment
Role Id
in - Variable in class fuego.papi.ConnectedClientInfo
 
in - Variable in class fuego.papi.Participant.RoleAssignment
Role Identification Number (Role In)
indexOf(Ordering.Entry) - Method in class fuego.papi.Ordering
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
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.
instanceCanBeAborted(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be aborted.
instanceCanBeBack(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be routed back.
instanceCanBeDelegate(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be delegated.
instanceCanBeEscalate(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if this instance can be escalated.
instanceCanBeProcessed(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be processed.
instanceCanBeReassign(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be reassigned.
instanceCanBeReassignedToPeer(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if this instance can be reassigned to a peer.
instanceCanBeResumed(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be resumed.
instanceCanBeSelected(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be selected by the current participant.
instanceCanBeSent(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be sent.
instanceCanBeSuspended(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be suspended.
instanceCanBeUngrabbed(InstanceInfo) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the instance can be ungrabbed.
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

instanceHasAttachments(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns true if the specified instance has attachments.
instanceHasNotes(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns true if the specified instance has notes.
instanceId() - Method in class fuego.papi.exception.CannotRetrieveInstanceAttachmentsException
Returns the instance identification where you wanted to get the attachemnts.
instanceIn - Variable in class fuego.papi.InstanceEvent
Instance number where the event was generated.
instanceReassign(InstanceStamp, String) - Method in interface fuego.papi.ProcessServiceSession
Reassigns the instance to the specified participant.
instancesAbort(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Aborts the specified instances.
instancesAddConsult(InstanceStamp[], String, String) - Method in interface fuego.papi.ProcessServiceSession
Adds consultations for the specified instances for the specified participant.
instancesAddNote(InstanceStamp[], String) - Method in interface fuego.papi.ProcessServiceSession
Adds a note to the specified instances.
instancesGetTargetActivities(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Returns the activities that can receive the specified group of instances.
instancesGetTargetParticipantsForActivity(InstanceStamp[], 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
Grabs a group of instances by the specified activity.
instancesResume(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Resumes a group of instances.
instancesSelect(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Selects a group of instances by the current participant.
instancesSend(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Sends a group of instances.
instancesSendBack(InstanceStamp[], boolean) - Method in interface fuego.papi.ProcessServiceSession
Sends back a group of instances.
instancesSendTo(InstanceStamp[], 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
Routes a group of instances to the specified activity.
instancesSuspend(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Suspends a group of instances.
instancesTargetParticipants(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Returns the participants who can receive this array of instances.
instancesUngrab(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Ungrabs a group of instances.
instancesUnselect(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Unselects a group of instances.
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.
intersecParticipantsForActivities(ParticipantsForActivities, ParticipantsForActivities) - Static method in class fuego.papi.ParticipantsForActivities
Intersec the participantsForActivities Source with the toAdd ones.
intervalValue() - Method in class fuego.lang.DynamicObject
Returns this DynamicObject as an Interval.
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.
invalidateTask(int) - Method in class fuego.papi.InstanceInfo
Invalidates the specific task index
invoke() - Method in interface fuego.papi.Invocation
Performs a default execution of this invocation, returning an Object[] suitable to be passed to fuego.component.CustomExecution.setInvocationResult(Object[]).
is(int, int) - Static method in class fuego.papi.InstanceItemState
Returns if the mask contains the instance state number.
isAbortEnabled() - Method in class fuego.papi.Activity
Returns if instances in this activity can be aborted.
isAborted() - Method in class fuego.papi.InstanceInfo
Returns true if this process instance is aborted.
isActive() - Method in class fuego.papi.Activity
Returns if this activity belongs to an active process.
isActive() - Method in interface fuego.papi.Process
Returns true if the process is active.
A process is active if it is not deprecated or undeployed.
isActivityCompleted() - Method in class fuego.papi.InstanceInfo
Returns true if the Activity for this instance has been 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
Returns if the sorting is ascending.
isAtomic(int) - Static method in class fuego.lang.Kind
 
isAutoCompleteEnabled() - Method in class fuego.papi.Activity
Returns if this activity will automatically be completed after all mandatory tasks are successfully processed.
isAutomatic() - Method in interface fuego.papi.Process
Returns if the process contains only automatic activities.
isBinary() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents a Binary.
isBool() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents a Bool.
isCaseSensitive() - Method in interface fuego.papi.Filter
Returns if this filter is case sensitive or not.
isChangeParticipantPasswordSupported() - Method in interface fuego.papi.ProcessServiceSession
Returns true if the directory supports changing the participant password.
isCompleted() - Method in class fuego.papi.InstanceInfo
Returns true if this process instance has been completed.
Completed means that the process instance is in the End activity.
isComposite() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents a Composite Object.
isCustom() - Method in interface fuego.papi.View
Returns true if this view is a user-created view.
isDecimal() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents a Decimal.
isEmpty() - Method in class fuego.papi.Ordering
Returns true if this list contains no elements.
isException() - Method in class fuego.papi.InstanceInfo
Returns true if this instance is an Exception.
An instance could be in an Exception if the instance is in an Exception, Grab or Interrupted flow.
isExclusive() - Method in interface fuego.papi.ProcessServiceNESession
Deprecated. Now all sessions are not exclusive.
isExclusive() - Method in interface fuego.papi.ProcessServiceSession
Deprecated. now all sessions are not exclusive
isExecuting() - Method in class fuego.papi.InstanceInfo
Returns true if this instance is executing.
An instance is executing if the instance is processing at this moment.
isExpanded() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Returns if this node was expanded or not
isExternal() - Method in interface fuego.papi.Task
Returns true if this task is an external task.
isExternal(String) - Static method in class fuego.papi.VarDefinition
Returns true if the variable identification is an external variable.
isExternal() - Method in class fuego.papi.VarDefinition
Returns true if the variable is an external variable.
isFileModified(String) - Method in interface fuego.papi.Attachment
Returns true if the attachment has already been checked out in the specified directory, and the file has been modified.
isGrabbed() - Method in class fuego.papi.InstanceInfo
Returns true if this instance is grabbed.
isHidden() - Method in interface fuego.papi.View
Returns true if this view is hidden.
isIn() - Method in interface fuego.papi.TaskArgument
Returns true if this argument is an input argument.
isInstancePresentation() - Method in class fuego.papi.Activity
Returns if this activity is a global activity, and if this global activity can be used to customize rendered instance information.
isInstanceStatus(int, int) - Static method in class fuego.papi.Status
Deprecated. use ProcessInstanceState instead
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
isList() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents a List.
isLocked() - Method in interface fuego.papi.Attachment
Returns true if this attachment has been locked.
isLockedByParticipant(String) - Method in interface fuego.papi.Attachment
Returns true if this attachment has been locked by the specified participant.
isMandatory() - Method in interface fuego.papi.Task
Returns true this task is mandatory.
isMap() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents a Map.
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 if the parent process is online.
isOnline() - Method in interface fuego.papi.Process
Returns true if the process is online.
A process is online if you could perform operation over it.
isOpenNewWindow() - Method in interface fuego.papi.Task
Returns true if this task opens in a new window.
Dashboards can be designed to open in a new window.
isOpened() - Method in interface fuego.papi.ProcessServiceNESession
Returns true if this session is open.
isOut() - Method in interface fuego.papi.TaskArgument
Returns true if this argument is an output argument.
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
Returns if any attribute is parametric or not.
isParametric() - Method in interface fuego.papi.FilterAttribute
Returns true if this FilterAttribute is parametric.
isPending() - Method in class fuego.papi.InstanceInfo
Returns true if this instance is pending.
An instance is pending if not all mandatory task for the activity where the instance is were executed.
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 true if the specified Id is a ProcessId.
isQuoted() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject is quoted.
isReadOnly() - Method in interface fuego.papi.Presentation
Returns if this presentation is read only.
isReadOnly() - Method in interface fuego.papi.Task
Returns true if this task is read-only.
isReadOnly() - Method in interface fuego.papi.View
Returns true if this view is read only.
isReal() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents a Real.
isReassignEnabled() - Method in class fuego.papi.Activity
Returns if instances of this activity can be assigned.
An instance can be assigned in this activity if this activity has been defined as Assignable in Studio
To determine if a participant has the rights to assign an instance in this activity, use ProcessServiceSession.instanceCanBeReassign(InstanceInfo).
isRepeatable() - Method in interface fuego.papi.Task
Returns true if this task is repeatable.
isResaignEnabled() - Method in class fuego.papi.Activity
Deprecated. This method name was spelled incorrectly; the intent was is Activity.isReassignEnabled(). To ensure backward comparability, the spelling has not been corrected. Use Activity.isReassignEnabled() instead.
isRunning() - Method in class fuego.papi.InstanceInfo
Returns true if the process instance is running.
isSameParticipant() - Method in class fuego.papi.exception.CannotLockInstanceException
Returns true if the instance is locked by the same participant
isSelectEnabled() - Method in class fuego.papi.Activity
Returns if instances in this activity can be selected.
An instance can be selected in this activity if this activity has been defined as Selectable in Studio
To determine if a participant has the rights to select an instance in this activity, use ProcessServiceSession.instanceCanBeSelected(InstanceInfo).
isSelected() - Method in class fuego.papi.InstanceInfo
Returns true if the process instance is selected.
isSelectedBy(String) - Method in class fuego.papi.InstanceInfo
Returns true if this instance is selected by the Participant specified by participantId.
isShowBrowserFullFunc() - Method in interface fuego.papi.Task
For internal use only.
isString() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents a String.
isSubflowLoaded() - Method in class fuego.papi.utils.AuditTrail.AuditNode
 
isSuspendEnabled() - Method in class fuego.papi.Activity
Returns if instances in this activity can be suspended.
This corresponds to the Suspendable property in Studio.
To determine if a participant has the rights to suspend an instance in this activity, use ProcessServiceSession.instanceCanBeSuspended(InstanceInfo).
isSuspended() - Method in class fuego.papi.InstanceInfo
Returns true if this process instance is suspended.
isSynchronous() - Method in interface fuego.papi.Invocation
Returns true if this method execution is synchronous.
isTaskCompleted(int) - Method in class fuego.papi.InstanceInfo
Returns true if the Task specified by taskNumber has been completed.
isTaskRunning(int) - Method in class fuego.papi.InstanceInfo
Returns true if the specified Task is running.
isTaskSelected(int) - Method in class fuego.papi.InstanceInfo
Returns true if the specified Task has been selected.
isTaskStatus(int, int) - Static method in class fuego.papi.Status
Deprecated. use InstanceItemState.is(int, int) instead
isTaskValid(int) - Method in class fuego.papi.InstanceInfo
Returns true if the specified taskNumber is valid.
isTime() - Method in class fuego.lang.DynamicObject
Returns true if this DynamicObject represents a Time.
isTransient() - Method in interface fuego.papi.View
Returns true if this view was stored.
isUserSelectsTransitionEnabled() - Method in class fuego.papi.Activity
Returns if the user (participant) can select the transition to route the instance.
Corresponds to the activity property "User selects transition" in Studio.
isValidInstanceId(String) - Static method in class fuego.papi.InstanceId
Returns true if the specified InstanceId contains a process id, an instance identification number, and a thread identification number.
isVisible() - Method in class fuego.papi.utils.AuditTrail.AuditNode
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 the process, otherwise false.
iterator() - Method in class fuego.papi.utils.AuditTrail
Returns san Iterator over the graph

J

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

K

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

L

LAST_PREDEFINED - Static variable in class fuego.lang.Kind
Field LAST_PREDEFINED
LIMIT_RUN_INSTANCES - Static variable in class fuego.papi.exception.NoPermissionException
 
LOCKER_ID - Static variable in class fuego.papi.VarDefinition
The ID of the default variable "Locker" for an attachment.
LOCKER_ID45 - Static variable in class fuego.papi.VarDefinition
Deprecated. use LOCKER_ID instead
LONG - Static variable in class fuego.lang.Time
Constant for long style pattern.
LOW - Static variable in class fuego.papi.Priority
Low priority.
LOWEST - Static variable in class fuego.papi.Priority
Lowest priority.
lastAction - Variable in class fuego.papi.ConnectedClientInfo
 
load(InstanceEvent[]) - Method in class fuego.papi.utils.AuditTrail
Generates the graph from the events
load(ProcessServiceNESession) - 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.
To use this method you must created the AuditTrail with a ProcessServiceNESession
longValue() - Method in class fuego.lang.DynamicObject
Returns this DynamicObject as a long.

M

MAIN_TASK_PARTICIPANT_ID - Static variable in class fuego.papi.VarDefinition
The ID of the participant who has selected main task for an instance.
MAP - Static variable in class fuego.lang.Kind
Type is a Map
MAX_VALUE - Static variable in class fuego.lang.Time
Max value of Time allowed
MDObject - interface fuego.papi.MDObject.
Contains the basic information of any metadata object.
The metadata is all information about a process deployed, included Process, Activity and Task.
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
 
METHOD - Static variable in class fuego.lang.Kind
Type is an object's method
MIN_VALUE - Static variable in class fuego.lang.Time
Min value of Time allowed
MalformedURLException - class fuego.papi.exception.MalformedURLException.
 
MalformedURLException(String) - Constructor for class fuego.papi.exception.MalformedURLException
 
MalformedURLException(String, Throwable) - Constructor for class fuego.papi.exception.MalformedURLException
 
MarshallingException - class fuego.papi.exception.MarshallingException.
This exception may be thrown while attempting to execute a runsOnServer method of a Fuego Object.
MarshallingException(ClassNotFoundException) - Constructor for class fuego.papi.exception.MarshallingException
 
MarshallingException(IOException) - Constructor for class fuego.papi.exception.MarshallingException
 
MaxAllowedParticipantConnectedException - class fuego.papi.exception.MaxAllowedParticipantConnectedException.
 
MaxAllowedParticipantConnectedException(int) - Constructor for class fuego.papi.exception.MaxAllowedParticipantConnectedException
 
MaxSizeParticipantsExceededException - class fuego.papi.exception.MaxSizeParticipantsExceededException.
Created by IntelliJ IDEA.
MaxSizeParticipantsExceededException(int) - Constructor for class fuego.papi.exception.MaxSizeParticipantsExceededException
 
main(String[]) - Static method in class fuego.lang.Interval
 
main(String[]) - Static method in class fuego.lang.Time
 
main(String[]) - Static method in class fuego.papi.InstanceItemState
 
makeGlobalId(String, String, int) - Static method in class fuego.papi.InstanceId
Makes a global InstanceId using the specified organization, processId, and instance identification number.
makeGlobalId(String, String, int, int) - Static method in class fuego.papi.InstanceId
Makes a global InstanceId using the specified organization, processId, instance identification number, and thread identification number.
makeGlobalId(String, String, int, int) - Static method in class fuego.papi.InstanceInfo
Returns a String in the format of makeId() + ORGANIZATION_SEPARATOR + organization.
makeId(String, String) - Static method in class fuego.papi.Activity
Builds the activityId from the processId and the activityName.
activityId = "processId/activityName".
makeId(String, int) - Static method in class fuego.papi.InstanceId
Makes a new InstanceId using the specified processId and instance identification number.
makeId(String, int, int) - Static method in class fuego.papi.InstanceId
Makes a new InstanceId using the specified processId,instance identification number, and thread identification number.
makeId(String) - Method in class fuego.papi.InstanceId
Makes a new InstanceId using the specified processId.
makeId(String, int, int) - Static method in class fuego.papi.InstanceInfo
Returns a String in the format processId + NAME_SEPARATOR + instanceIn + NAME_SEPARATOR + threadIn.
match(InstanceInfo, Participant) - Method in interface fuego.papi.Filter
Checks if the specified instance match with this filter.
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.
mergeParticipantsForActivities(ParticipantsForActivities, ParticipantsForActivities) - Static method in class fuego.papi.ParticipantsForActivities
Merges the participantsForActivities Source with the toAdd ones.
microSecondsOnly(Interval, long) - Static method in class fuego.lang.Interval
Sets only the microsecond value to an Interval object
milliSecondsOnly(Interval, long) - Static method in class fuego.lang.Interval
Sets only the 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.
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_ID - Static variable in class fuego.papi.VarDefinition
The ID of the default variable "Name" for an attachment.
NAME_ID45 - Static variable in class fuego.papi.VarDefinition
Deprecated. use NAME_ID instead
NAME_SEPARATOR - Static variable in class fuego.papi.InstanceId
Separates parts of an instance id
NONE - Static variable in class fuego.lang.Kind
Type is unknown
NONE - Static variable in class fuego.papi.ProcessInstanceState
Instance without status assigned.
NORMAL - Static variable in class fuego.papi.Priority
Normal priority.
NORMAL - Static variable in interface fuego.papi.ProcessDiagramPath
 
NOTIFICATION_WAIT - Static variable in class fuego.processmodel.Activity
Automatic activity, used to wait for a notification from another process
NULL - Static variable in class fuego.lang.DynamicObject
 
NULL - Static variable in class fuego.lang.Kind
 
NoInstanceParameterValueException - class fuego.papi.exception.NoInstanceParameterValueException.
A NoInstanceParameterValueException is thrown when the instance not contain the parameter value for a parametric role.
NoInstanceParameterValueException(String, String) - Constructor for class fuego.papi.exception.NoInstanceParameterValueException
Creates a new NoInstanceParameterValueException with the message code 'PAPI-3610' and the given role and instance identification.
NoParametricRoleException - class fuego.papi.exception.NoParametricRoleException.
A NoParametricRoleException is thrown when the parameter for a parametric role is not valid.
NoParametricRoleException(String, String, String) - Constructor for class fuego.papi.exception.NoParametricRoleException
Creates a new NoParametricRoleException with the given role and parameter.
NoParticipantMatchesRole - class fuego.papi.exception.NoParticipantMatchesRole.
Created by IntelliJ IDEA.
NoParticipantMatchesRole() - Constructor for class fuego.papi.exception.NoParticipantMatchesRole
 
NoPermissionException - class fuego.papi.exception.NoPermissionException.
A NoPermissionException is thrown when the participant has not permission to abort."
NoPermissionException(String) - Constructor for class fuego.papi.exception.NoPermissionException
Creates a new NoPermissionException with the given participant.
NoPermissionException(int, String) - Constructor for class fuego.papi.exception.NoPermissionException
Creates a new NoPermissionException with the given msgCode and participant.
NoPermissionException(int, String, String) - Constructor for class fuego.papi.exception.NoPermissionException
Creates a new NoPermissionException with the given msgCode, participant and role.
NoPermissionException(String, String, String) - Constructor for class fuego.papi.exception.NoPermissionException
Creates a new NoPermissionException with the given msgCode, participant and role.
NoRoleException - class fuego.papi.exception.NoRoleException.
A NoRoleException is thrown when the participant has not determined role.
NoRoleException(String, String) - Constructor for class fuego.papi.exception.NoRoleException
Creates a new NoRoleException with the given participant and role.
NoSuchArgumentException - class fuego.papi.exception.NoSuchArgumentException.
 
NoSuchArgumentException(String) - Constructor for class fuego.papi.exception.NoSuchArgumentException
 
NoTasksRunningException - class fuego.papi.exception.NoTasksRunningException.
 
NoTasksRunningException(String, String) - Constructor for class fuego.papi.exception.NoTasksRunningException
Creates a new NoTasksRunningException with the instancea and the activity.
NoValidTransitionAvailableException - class fuego.papi.exception.NoValidTransitionAvailableException.
A NoValidTransitionAvailableException is thrown as a result of an attempt to send an instance but there are no valid transitions available.
NoValidTransitionAvailableException(String, String, String, String) - Constructor for class fuego.papi.exception.NoValidTransitionAvailableException
Creates a new NoValidTransitionAvailableException with the given sourceActivity and targetActivity.
NonReadOnlyTaskException - class fuego.papi.exception.NonReadOnlyTaskException.
Created by IntelliJ IDEA.
NonReadOnlyTaskException(String) - Constructor for class fuego.papi.exception.NonReadOnlyTaskException
 
NotExternalTaskException - class fuego.papi.exception.NotExternalTaskException.
A NotExternalTaskException is thrown when a regular task is called using prepareExternalTask() or commitExternalTask().
NotExternalTaskException(String, String, int) - Constructor for class fuego.papi.exception.NotExternalTaskException
Creates a new NotExternalTaskException
NotUniqueParticipantException - class fuego.papi.exception.NotUniqueParticipantException.
A NotUniqueParticipantException is thrown as a result of an attempt to create an existent participant.
NotUniqueParticipantException(String, Participant[]) - Constructor for class fuego.papi.exception.NotUniqueParticipantException
Creates a new NotUniqueParticipantException with the given participant.
NotUniqueTransitionException - class fuego.papi.exception.NotUniqueTransitionException.
A NotUniqueTransitionException is thrown when trying to route an instance from one activity that have more than one valid outgoing transition.
NotUniqueTransitionException(String, String, List) - Constructor for class fuego.papi.exception.NotUniqueTransitionException
Creates a new NotUniqueTransitionException with the given candidates.
Note - interface fuego.papi.Note.
Represents a Note associated with an instance.
NoteInterface - interface fuego.papi.NoteInterface.
Interface for a subset of methods in the Note class.
This class is for internal use only.
name - Variable in class fuego.papi.ConnectedClientInfo
 
negate(Interval) - Static method in class fuego.lang.Interval
Returns the value of the interval with the sign changed.
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.
After the invocation is finished, Execution.setInvocationResult(java.lang.Object[]) or Execution.setException(java.lang.Throwable) must be called depending on the result of this invocation.
now() - Static method in class fuego.lang.Time
Returns the system's current time.
nowSeconds() - Static method in class fuego.lang.Time
 

O

OBJECT - Static variable in class fuego.lang.Kind
Type is opaque object, which can be represented by objects of class Object
ONE_DAY - Static variable in class fuego.lang.Interval
A One day Interval
ONE_HOUR - Static variable in class fuego.lang.Interval
A One hour Interval
ONE_MINUTE - Static variable in class fuego.lang.Interval
A One minute Interval
ONE_MONTH - Static variable in class fuego.lang.Interval
A One month Interval
ONE_SECOND - Static variable in class fuego.lang.Interval
A One second Interval
ONE_WEEK - Static variable in class fuego.lang.Interval
A One week Interval
ORGANIZATION_SEPARATOR - Static variable in class fuego.papi.InstanceId
Organization separator
OperationException - class fuego.papi.OperationException.
Superclass of all Exceptions in the fuego.papi and fuego.papi.exception packages.
OperationException() - Constructor for class fuego.papi.OperationException
Creates a new OperationException object.
OperationException(Throwable) - Constructor for class fuego.papi.OperationException
Creates a new OperationException object with an specified cause.
OperationRuntimeException - class fuego.papi.OperationRuntimeException.
Superclass of PAPI Runtime Exceptions.
OperationRuntimeException() - Constructor for class fuego.papi.OperationRuntimeException
Creates a new OperationRuntimeException object.
OperationRuntimeException(Throwable) - Constructor for class fuego.papi.OperationRuntimeException
Creates a new OperationRuntimeException object with the specified cause.
Ordering - class fuego.papi.Ordering.
Ordering is a list of Ordering.Entry, which contains the information to sort the result of a Filter.
Ordering() - Constructor for class fuego.papi.Ordering
Creates a new Ordering object.
Ordering.Entry - class fuego.papi.Ordering.Entry.
Element with the information to sort an specific variable.
Ordering.Entry(VarDefinition, boolean) - Constructor for class fuego.papi.Ordering.Entry
Creates a new Ordering.Entry object.
Ordering.Entry(String, boolean) - Constructor for class fuego.papi.Ordering.Entry
Creates a new Ordering.Entry object.
objectValue() - Method in class fuego.lang.DynamicObject
Returns the Object that best represents this DynamicObject.
obtainEditionLock(Attachment) - Method in interface fuego.papi.ProcessServiceSession
Obtains a version lock for the attachment.

P

PARTICIPANT_ID - Static variable in class fuego.papi.VarDefinition
The ID of the default variable "Participant".
PARTICIPANT_ID45 - Static variable in class fuego.papi.VarDefinition
Deprecated. use PARTICIPANT_ID instead
PENDING - Static variable in class fuego.papi.InstanceItemState
Task pending to execute.
PRIORITY_ID - Static variable in class fuego.papi.VarDefinition
The ID of the default variable "Priority".
PRIORITY_ID45 - Static variable in class fuego.papi.VarDefinition
Deprecated. use PRIORITY_ID instead
PROCEDURE - Static variable in interface fuego.papi.Task
Process Business Language Procedure task type
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_DEADLINE_ID45 - Static variable in class fuego.papi.VarDefinition
Deprecated. use PROCESS_DEADLINE_ID instead
PROCESS_ID - Static variable in class fuego.papi.VarDefinition
The ID of the default variable "Process".
PROCESS_ID45 - Static variable in class fuego.papi.VarDefinition
Deprecated. use PROCESS_ID instead
PROCESS_NOTIFICATION - Static variable in class fuego.processmodel.Activity
Automatic activity, used to send a notification to another process
PapiExceptionResources - class fuego.papi.exception.PapiExceptionResources.
Deprecated. Use class fuego.papi.msg.PapiMsg instead
PapiExceptionResources() - Constructor for class fuego.papi.exception.PapiExceptionResources
Deprecated.  
Participant - class fuego.papi.Participant.
Contains Participant metadata and methods to get permissions and roles.
Participant.RoleAssignment - class fuego.papi.Participant.RoleAssignment.
Contains Participant role assignment metadata.
Participant.RoleAssignment(String, int, String) - Constructor for class fuego.papi.Participant.RoleAssignment
Create a new RoleAssignment specifing role Id, role In and assigned permissions.
Participant.RoleAssignment(String, int, String, int) - Constructor for class fuego.papi.Participant.RoleAssignment
Create a new RoleAssignment specifing role Id, role In, assigned permissions and role category.
ParticipantAlreadyConnectedException - class fuego.papi.exception.ParticipantAlreadyConnectedException.
A ParticipantAlreadyConnectedException is thrown when the participant has already connected.
ParticipantAlreadyConnectedException() - Constructor for class fuego.papi.exception.ParticipantAlreadyConnectedException
Creates a new ParticipantAlreadyConnectedException with a default message.
ParticipantAlreadyConnectedException(String) - Constructor for class fuego.papi.exception.ParticipantAlreadyConnectedException
Creates a new ParticipantAlreadyConnectedException with the given participant.
ParticipantAlreadyConnectedException(String, String) - Constructor for class fuego.papi.exception.ParticipantAlreadyConnectedException
Creates a new ParticipantAlreadyConnectedException with the given participant and prodess identification.
ParticipantException - class fuego.papi.ParticipantException.
Superclass of Participant Exceptions.
ParticipantException(String) - Constructor for class fuego.papi.ParticipantException
Creates a new ParticipantException object.
ParticipantException(String, Throwable) - Constructor for class fuego.papi.ParticipantException
Creates a new ParticipantException object.
ParticipantHasNotRoleInProcessException - class fuego.papi.exception.ParticipantHasNotRoleInProcessException.
 
ParticipantHasNotRoleInProcessException() - Constructor for class fuego.papi.exception.ParticipantHasNotRoleInProcessException
 
ParticipantHasNotRoleInProcessException(String, String) - Constructor for class fuego.papi.exception.ParticipantHasNotRoleInProcessException
 
ParticipantNotFoundException - class fuego.papi.exception.ParticipantNotFoundException.
A ParticipantNotFoundException is thrown as a result of an attempt to access an inexistent participant.
ParticipantNotFoundException(String) - Constructor for class fuego.papi.exception.ParticipantNotFoundException
Creates a new ParticipantNotFoundException with the given participant.
ParticipantNotFoundException(String, Throwable) - Constructor for class fuego.papi.exception.ParticipantNotFoundException
Creates a new ParticipantNotFoundException with the given participant.
ParticipantNotInRoleException - class fuego.papi.exception.ParticipantNotInRoleException.
A ParticipantNotInRoleException is thrown when a participant not pertain to a role.
ParticipantNotInRoleException(String, String) - Constructor for class fuego.papi.exception.ParticipantNotInRoleException
Creates a new ParticipantNotFoundException with the given participant and role.
ParticipantNotInTargetRoleException - class fuego.papi.exception.ParticipantNotInTargetRoleException.
A ParticipantNotInTargetRoleException is thrown when a participant is not in a target role.
ParticipantNotInTargetRoleException(String, String) - Constructor for class fuego.papi.exception.ParticipantNotInTargetRoleException
Creates a new ParticipantNotInTargetRoleException with the participant and role.
ParticipantsForActivities - class fuego.papi.ParticipantsForActivities.
Used to match group of Paticipants with Activities.
ParticipantsForActivities() - Constructor for class fuego.papi.ParticipantsForActivities
 
ParticipantsForActivities(String[], String[][]) - Constructor for class fuego.papi.ParticipantsForActivities
 
Presentation - interface fuego.papi.Presentation.
Used to define the columns displayed in a View.
Presentation.Column - class fuego.papi.Presentation.Column.
Column contains every attribute for a column, the main idea is to get and keep all the neccesary info, like size and id, etc.
Presentation.Column(VarDefinition) - Constructor for class fuego.papi.Presentation.Column
Creates a new column.
Presentation.Column(String, int) - Constructor for class fuego.papi.Presentation.Column
Creates a new column.
Presentation.Column(String, int, ColumnFormat) - Constructor for class fuego.papi.Presentation.Column
 
Presentation.DefaultPresentationColumnFormat - class fuego.papi.Presentation.DefaultPresentationColumnFormat.
The default PresentationColumnFormat.
Presentation.DefaultPresentationColumnFormat() - Constructor for class fuego.papi.Presentation.DefaultPresentationColumnFormat
 
PresentationColumnFormat - interface fuego.papi.PresentationColumnFormat.
PresentationColumnFormat defines the programming interface for formatting locale-sensitive presentation column values into Strings.
PresentationNotFoundException - class fuego.papi.exception.PresentationNotFoundException.
 
PresentationNotFoundException(String, PresentationType) - Constructor for class fuego.papi.exception.PresentationNotFoundException
PresentationNotFoundException Message PAPI-8100.
Priority - class fuego.papi.Priority.
Enumeration of instance priorities.
Priority() - Constructor for class fuego.papi.Priority
 
PrivilegedOperationException - class fuego.papi.exception.PrivilegedOperationException.
A PrivilegedOperationException is thrown when the participant has not enough permissions for a privileged action, such as authenticating to FDI or shutting down the engine.
PrivilegedOperationException() - Constructor for class fuego.papi.exception.PrivilegedOperationException
Creates a new PrivilegedOperationException with the default message.
PrivilegedOperationException(String) - Constructor for class fuego.papi.exception.PrivilegedOperationException
 
Process - interface fuego.papi.Process.
Contains the metadata of a particular Process.
ProcessControlLockedException - class fuego.papi.exception.ProcessControlLockedException.
 
ProcessControlLockedException(String) - Constructor for class fuego.papi.exception.ProcessControlLockedException
Code of the message is 'PAPI-2120'
ProcessControlNotAvailableException - class fuego.papi.exception.ProcessControlNotAvailableException.
A ProcessControlNotAvailableException is thrown as a result of an attempt to access to the process control and it is not available.
The reasons could be that the engine starting up, the process is not available, incompatible PAPI and Engine version, the server is switching from a runlevel to other runlevel, the server is unable to process your request at this moment or the participant has not assigned roles in process.
ProcessControlNotAvailableException(String) - Constructor for class fuego.papi.exception.ProcessControlNotAvailableException
Code of the message is 'PAPI-2100'.
ProcessControlNotAvailableException(String, Throwable) - Constructor for class fuego.papi.exception.ProcessControlNotAvailableException
Code of the message is 'PAPI-2100'.
ProcessControlNotAvailableException(String, int) - Constructor for class fuego.papi.exception.ProcessControlNotAvailableException
Code of the message is 'PAPI-2102'.
ProcessControlNotAvailableException(String, int, int) - Constructor for class fuego.papi.exception.ProcessControlNotAvailableException
Code of the message is 'PAPI-2101'.
ProcessControlNotFoundException - class fuego.papi.exception.ProcessControlNotFoundException.
 
ProcessControlNotFoundException() - Constructor for class fuego.papi.exception.ProcessControlNotFoundException
 
ProcessControlNotFoundException(String) - Constructor for class fuego.papi.exception.ProcessControlNotFoundException
 
ProcessDeprecatedException - class fuego.papi.exception.ProcessDeprecatedException.
 
ProcessDeprecatedException(String) - Constructor for class fuego.papi.exception.ProcessDeprecatedException
 
ProcessDiagram - interface fuego.papi.ProcessDiagram.
This interface represents the diagram of a given process.
ProcessDiagramPath - interface fuego.papi.ProcessDiagramPath.
Event for rendering process diagram
ProcessInstanceState - class fuego.papi.ProcessInstanceState.
Enumerates the different process instance's status.
ProcessInstanceState() - Constructor for class fuego.papi.ProcessInstanceState
 
ProcessLockedException - class fuego.papi.exception.ProcessLockedException.
A ProcessLockedException is thrown as a result of an attempt to access to a process and it is locked.
ProcessLockedException(String) - Constructor for class fuego.papi.exception.ProcessLockedException
Creates a new ProcessLockedException with the given process identification.
ProcessNotAvailableException - class fuego.papi.ProcessNotAvailableException.
Thrown when a Process is not available.
ProcessNotAvailableException() - Constructor for class fuego.papi.ProcessNotAvailableException
Creates a new ProcessNotAvailableException object.
ProcessNotAvailableException(String) - Constructor for class fuego.papi.ProcessNotAvailableException
Creates a new ProcessNotAvailableException object.
ProcessNotAvailableException(String, String) - Constructor for class fuego.papi.ProcessNotAvailableException
Creates a new ProcessNotAvailableException object.
ProcessNotAvailableException(String, Throwable) - Constructor for class fuego.papi.ProcessNotAvailableException
Creates a new ProcessNotAvailableException object.
ProcessNotAvailableException(String, String, Throwable) - Constructor for class fuego.papi.ProcessNotAvailableException
 
ProcessNotFoundException - class fuego.papi.exception.ProcessNotFoundException.
A ProcessNotFoundException is thrown as a result of an attempt to access an inexistent process.
ProcessNotFoundException(String) - Constructor for class fuego.papi.exception.ProcessNotFoundException
Creates a new ProcessNotFoundException with the given process identification.
ProcessNotFoundException(String, Throwable) - Constructor for class fuego.papi.exception.ProcessNotFoundException
Creates a new ProcessNotFoundException with the given process identification.
ProcessNotFoundException(String, String) - Constructor for class fuego.papi.exception.ProcessNotFoundException
Creates a new ProcessNotFoundException.
ProcessNotFoundException(String, String, Throwable) - Constructor for class fuego.papi.exception.ProcessNotFoundException
Creates a new ProcessNotFoundException.
ProcessNotVisibleException - class fuego.papi.exception.ProcessNotVisibleException.
 
ProcessNotVisibleException(String, String) - Constructor for class fuego.papi.exception.ProcessNotVisibleException
Creates a new ProcessNotVisibleException with the given process identification and participant identification that can not see the process.
ProcessOperationException - class fuego.papi.ProcessOperationException.
Superclass of Process Exceptions.
ProcessOperationException(String) - Constructor for class fuego.papi.ProcessOperationException
Creates a new ProcessOperationException object over the specified process Id.
ProcessOperationException(String, Throwable) - Constructor for class fuego.papi.ProcessOperationException
Creates a new ProcessOperationException object over the specified process Id and the cause of the exception.
ProcessService - class fuego.papi.ProcessService.
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 fuego.papi.ProcessService.Factory.
 
ProcessServiceNESession - interface fuego.papi.ProcessServiceNESession.
ProcessServiceNESession contains methods for creating views and presentations, and for getting activities, attachments, instances, notes, and processes.
ProcessServiceSession - interface fuego.papi.ProcessServiceSession.
ProcessServiceSession contains methods to store presentation and views, to add attachments and notes, and to process activities and instances.
ProcessUndeployedException - class fuego.papi.exception.ProcessUndeployedException.
A ProcessUndeployedException is thrown as a result of an attempt to access to a process and it has been recently undeployed.
ProcessUndeployedException(String) - Constructor for class fuego.papi.exception.ProcessUndeployedException
Creates a new ProcessUndeployedException with the given process identification.
ProcessesNotAvailableException - class fuego.papi.exception.ProcessesNotAvailableException.
Class ProcessesNotAvailableException This exception is thrown when not all the processes requested are available.
ProcessesNotAvailableException(Object[], Map) - Constructor for class fuego.papi.exception.ProcessesNotAvailableException
Constructs a ProcessesNotAvailableException.
PropertyOperationException - class fuego.papi.PropertyOperationException.
A property is associated with a participant in the directory service.
PropertyOperationException(String, Throwable) - Constructor for class fuego.papi.PropertyOperationException
 
PropertyValueSerializationException - class fuego.papi.exception.PropertyValueSerializationException.
A PropertyValueSerializationException is thrown when there is a invalid property value.
PropertyValueSerializationException(String, String) - Constructor for class fuego.papi.exception.PropertyValueSerializationException
Creates a new PropertyValueSerializationException with the given participant name and property key.
ProtocolNotSupportedException - class fuego.papi.exception.ProtocolNotSupportedException.
 
ProtocolNotSupportedException() - Constructor for class fuego.papi.exception.ProtocolNotSupportedException
 
ProtocolNotSupportedException(Throwable) - Constructor for class fuego.papi.exception.ProtocolNotSupportedException
 
ProtocolNotSupportedException(String) - Constructor for class fuego.papi.exception.ProtocolNotSupportedException
 
ProtocolNotSupportedException(String, Throwable) - Constructor for class fuego.papi.exception.ProtocolNotSupportedException
 
parse(String) - Static method in class fuego.lang.Time
 
parseFrom(String, String) - Static method in class fuego.lang.Time
the dateFormat of the string is the one specified in the second argument
parseFrom(String) - Static method in class fuego.lang.Time
the dateFormat of the string is yyyyMMddHHmmssz
parseInterval(String) - Static method in class fuego.lang.Interval
Parses an interval.
participantId - Variable in class fuego.papi.InstanceEvent
Participant which generates the event.
participantIn - Variable in class fuego.papi.InstanceEvent
Participant number which generates the event.
participants_d - Variable in class fuego.papi.ParticipantsForActivities
 
permissions - Variable in class fuego.papi.Participant.RoleAssignment
Assigned permissions.
prepareExternalActivity(String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the prepare method of an external activity for the task given an instanceStampId and task identification number.
prepareExternalActivity(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.
prepareExternalActivity(String, String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the prepare method for the specified task of the activity given an instanceId, activityId, and task identification number.
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
processIn - Variable in class fuego.papi.InstanceEvent
Process number where the event was generated.
putArgument(String, boolean) - Method in class fuego.papi.Arguments
Puts a new argument in this object
putArgument(String, long) - Method in class fuego.papi.Arguments
Puts a new argument in this object
putArgument(String, double) - Method in class fuego.papi.Arguments
Puts a new argument in this object
putArgument(String, DynamicObject) - Method in class fuego.papi.Arguments
Puts a new argument in this object
putArgument(String, Object) - Method in class fuego.papi.Arguments
Puts a new argument in this object
putElement(Object, Object) - Method in class fuego.lang.DynamicObject
Adds the specified key,value pair to this DynamicObject if it's a Map, otherwise it'll throw an UnsupportedOperationException.
putProperties(Properties) - Method in interface fuego.lang.ConnectionPassport
 
putProperty(String, Object) - Method in interface fuego.lang.ConnectionPassport
 

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".
RECEIVED_ID45 - Static variable in class fuego.papi.VarDefinition
Deprecated. use RECEIVED_ID instead
REMARK_LENGTH - Static variable in interface fuego.papi.Attachment
Constant for maximum length of remarks.
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.
ROOT_NODE - Static variable in class fuego.papi.utils.AuditTrail
 
ROUTING_AUTOMATIC - Static variable in class fuego.papi.exception.NoPermissionException
 
RUNNING - Static variable in class fuego.papi.InstanceItemState
Task running.
RUNNING - Static variable in class fuego.papi.ProcessInstanceState
The instance is beeing executed.
ReleaseAttachmentException - class fuego.papi.exception.ReleaseAttachmentException.
A ReleaseAttachmentException is thrown when something wrong happen when trying to release an attachment.
ReleaseAttachmentException(String, String, Throwable) - Constructor for class fuego.papi.exception.ReleaseAttachmentException
To throw when the release fail.
receiveTime - Variable in class fuego.papi.InstanceEvent
Time when the instance arrived to the current activity.
refresh(InstanceInfo) - Method in interface fuego.papi.ProcessServiceNESession
Forces the reload of the specified InstanceInfo.
releaseEditionLock(Attachment, File) - Method in interface fuego.papi.ProcessServiceSession
Releases the version lock for the attachment and deletes the specified file.
releaseEditionLock(Attachment) - Method in interface fuego.papi.ProcessServiceSession
Releases the version lock for the attachment.
removeAttribute(FilterAttribute) - Method in interface fuego.papi.Filter
Removes an attribute from the filter.
removeAttributes(String) - Method in interface fuego.papi.Filter
Removes all attribute for the specified variable id.
removeBookmarks(InstanceStamp[]) - Method in interface fuego.papi.ProcessServiceSession
Removes bookmarks.
removeElement(Object) - Method in class fuego.lang.DynamicObject
Removes the value associated with the specified key.
removeElementAt(int) - Method in class fuego.lang.DynamicObject
Removes the element at the specified position.
removeEntry(Ordering.Entry) - Method in class fuego.papi.Ordering
Removes the first occurrence in this list of the specified element (optional operation).
removeEntry(int) - Method in class fuego.papi.Ordering
Removes the element at the specified position in this list.
removeFilter(Filter) - Method in interface fuego.papi.Filter
Removes a filter added to this filter.
removeLabel(Locale) - Method in interface fuego.papi.EditableView
Remove the label for the given specific locale.
removePresentation(String) - Method in interface fuego.papi.ProcessServiceSession
Removes the presentation specified by presentationId.
removeView(String) - Method in interface fuego.papi.ProcessServiceSession
Removes the view specified by viewId.
replaceArguments(DynamicObject) - Method in class fuego.papi.Arguments
For internal use only.
retrieveRoleProperties(String, String) - Method in interface fuego.papi.ProcessServiceNESession
Returns a Map with all properties for the specified category for the specified role.
retrieveUserProperties(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns a Map with all participant properties for the specified category.
retrieveUserStringProperty(String, String) - Method in interface fuego.papi.ProcessServiceNESession
Returns a participant property.
retryAt() - Method in class fuego.lang.Time
Deprecated. Maintained for backwards compatibility
retryIn() - Method in class fuego.lang.Interval
Deprecated. Maintained for backwards compatibility
roundToSeconds() - Method in class fuego.lang.Time
Returns the value of this object rounded to seconds
runActivity(String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the main task for the instance given an instanceStampId.
runActivity(String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the specified task for this instance given an instanceStampId and a task identification number.
runActivity(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the main task for the instance given an instanceId and activity name.
runActivity(String, String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Executes the specified Task for this instance given an instanceId, activity name, and task identification number.
runGlobal(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Runs a global activity.
runGlobalActivity(String) - Method in interface fuego.papi.ProcessServiceNESession
Runs the specified Global Activity with no arguments.
runGlobalActivity(String, Arguments) - Method in interface fuego.papi.ProcessServiceNESession
Runs the specified Global Activity with the specified arguments

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

runProcess(String, String, Arguments, long) - Method in interface fuego.papi.ProcessServiceNESession
Creates a new process instance in the specified Process and waits for the instance to reach the End activity up to the specified timeout.
runTask(String, String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.runActivity(String, String, int, Arguments) instead
runTask(String, int, Arguments) - Method in interface fuego.papi.ProcessServiceSession
Deprecated. use ProcessServiceSession.runActivity(String,int,Arguments) instead

S

SCREENFLOW - Static variable in interface fuego.papi.Task
Screenflow task type
SELECTED - Static variable in class fuego.papi.InstanceItemState
Task selected.
SELECTED_BY_OTHER - Static variable in class fuego.papi.exception.NoPermissionException
 
SET - Static variable in class fuego.lang.Kind
 
SHORT - Static variable in class fuego.lang.Time
Constant for short style pattern.
SHOW_DASHBOARD - Static variable in interface fuego.papi.Task
Dashboard task type
SHOW_PROCESS_IMAGE - Static variable in interface fuego.papi.Task
Process image task type
SHOW_WORKLOAD - Static variable in interface fuego.papi.Task
Workload task type
SIZE_ID - Static variable in class fuego.papi.VarDefinition
The ID of the default variable "Size" for an attachment.
SIZE_ID45 - Static variable in class fuego.papi.VarDefinition
Deprecated. use SIZE_ID instead
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
STATUS_ID - Static variable in class fuego.papi.VarDefinition
The ID of the default variable "Status".
STATUS_ID45 - Static variable in class fuego.papi.VarDefinition
Deprecated. use STATUS_ID instead
STRING - Static variable in class fuego.lang.Kind
Type is string, which can be represented by objects of class java.lang.String
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.
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.
SearchScope - class fuego.papi.SearchScope.
Restricts the set of instances returned in a Filter by specifying the process instance status (StatusScope) and participant roles (ParticipantScope).
SearchScope(ParticipantScope, StatusScope) - Constructor for class fuego.papi.SearchScope
Creates a new SearchScope with the specified participant and status scopes and an empty activity scope.
SearchScope(ParticipantScope, StatusScope, String) - Constructor for class fuego.papi.SearchScope
Deprecated. do not use activity scope
SessionClosedException - class fuego.papi.exception.SessionClosedException.
 
SessionClosedException() - Constructor for class fuego.papi.exception.SessionClosedException
 
SharedParentInstanceBusyException - class fuego.papi.exception.SharedParentInstanceBusyException.
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 class fuego.papi.exception.SharedParentInstanceBusyException
Creates a new SharedParentInstanceBusyException
Status - class fuego.papi.Status.
Deprecated. use ProcessInstanceState and InstanceItemState instead
Status() - Constructor for class fuego.papi.Status
Deprecated.  
saveAs(String, File) - Method in interface fuego.papi.Attachment
Saves the file in the specified directory.
searchParticipantsByName(String) - Method in interface fuego.papi.ProcessServiceNESession
Returns an array of Participants that match the specified name using a substring search.
second(Time, int) - Static method in class fuego.lang.Time
 
secondsOnly(Interval, int) - Static method in class fuego.lang.Interval
 
sendNotification(String, String, Arguments, String) - Method in interface fuego.papi.ProcessServiceNESession
Deprecated. use ProcessServiceNESession.sendNotification(String, String, String, Arguments, String) instead
sendNotification(String, String, String, Arguments, String) - Method in interface fuego.papi.ProcessServiceNESession
Sends a notification to a process in a parent/child relationship or for an external wait/interruption with the specified argument set.
sendNotification(String, String, Arguments) - Method in interface fuego.papi.ProcessServiceNESession
Deprecated. use sendNotification(String,String,String,Arguments) instead.
sendNotification(String, String, String, Arguments) - Method in interface fuego.papi.ProcessServiceNESession
Sends a external notification to a process instance.
serialize(Serializer) - Method in class fuego.lang.DynamicObject
Serialize this DynamicObject using the specified Serializer.
set(IntervalUnit, long) - Method in class fuego.lang.Interval
 
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
Deprecated. do not use activity scope
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 class fuego.papi.exception.ProcessesNotAvailableException
This method sets an array with the returned value for those available processes.
setCanReceiveMail(boolean) - Method in interface fuego.papi.ProcessServiceSession
Sets whether or not the user can receive mail.
setCaseSensitive(boolean) - Method in interface fuego.papi.Filter
Sets if this filter is case sensitive or not.
If is case sensitive al comparations with characters will be case sensitive.
setColumnFormat(ColumnFormat) - Method in class fuego.papi.Presentation.Column
Sets the format of this column
setColumns(Presentation.Column[]) - Method in interface fuego.papi.EditablePresentation
Sets columns for this presentation
setComparison(Comparison) - Method in interface fuego.papi.FilterAttribute
Sets the comparison of the expression.
setCustom(boolean) - Method in interface fuego.papi.EditableView
Sets this View as custom or default.
setDefaultOrderByForViews(String, boolean) - Method in interface fuego.papi.ProcessServiceNESession
Sets the default sort order for instance views.
setDocumentation(Locale, String) - Method in class fuego.papi.Activity
Sets the activity documentation for the specified locale.
setDocumentation(Locale, String) - Method in interface fuego.papi.MDObject
Sets the documentation for a given locale.
setDocumentation(Locale, String) - Method in interface fuego.papi.Task
For internal use only.
setDocumentationMap(Map) - Method in class fuego.papi.Activity
Sets a map of activity documentation.
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
Sets the filter associated to this view
setFractionSize(int) - Method in class fuego.papi.VarDefinition
Sets the size of the fractional part of the instance variable.
setGrabActivity(Activity) - Method in interface fuego.papi.Filter
Deprecated. Find the instance that would you grab, and then execute the method ProcessServiceNESession.getGrabActivitiesForInstance(InstanceInfo), with that instance as argument, to obtain the activities which can grab it.
setGrabActivityName(String) - Method in interface fuego.papi.Filter
Deprecated. Find the instance that would you grab, and then execute the method ProcessServiceNESession.getGrabActivitiesForInstance(InstanceInfo), with that instance as argument, to obtain the activities which can grab it.
setHeadless(boolean) - Method in interface fuego.papi.ProcessDiagram
 
setHidden(boolean) - Method in interface fuego.papi.EditableView
Sets this View as hidden or vissible.
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
Sets a lable for a specific locale
setLastNewsTimestamp(long) - Method in interface fuego.papi.Process
For internal use only.
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, ProcessServiceNESession) - Method in class fuego.papi.ProcessService
Sets the locale for messages from the engine.
setLocale(Locale) - Method in interface fuego.papi.ProcessServiceNESession
Deprecated. use ProcessServiceNESession.updateUserLocale(Locale) instead.
setMatchAll(boolean) - Method in interface fuego.papi.Filter
Sets if the instances must match with all attributes of the filter or not.
setName(String) - Method in interface fuego.papi.Filter
Sets the name of this filter.
setOnly(IntervalUnit, long) - Method in class fuego.lang.Interval
 
setOrdering(Ordering) - Method in interface fuego.papi.Filter
Sets 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
Sets 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
Sets the presentation id for this view
setPrevious(Object) - Method in class fuego.lang.DynamicObject
 
setReadOnly(boolean) - Method in interface fuego.papi.EditablePresentation
Sets if this presentation is read only or not.
setReadOnly(boolean) - Method in interface fuego.papi.EditableView
Sets the read-only status for everyone but the owner.
setScale(float) - Method in interface fuego.papi.ProcessDiagram
 
setSearchScope(SearchScope) - Method in interface fuego.papi.Filter
Sets the scope of the filter.
The scope define the environment of the instances that could be process by 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
Sets the size of the instance variable.
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.ProcessServiceNESession
Deprecated. use ProcessServiceNESession.updateUserTimeZone(java.util.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
Sets the user documentation folder (Folder where the documentation will be stored).
setValue(Object) - Method in interface fuego.papi.FilterAttribute
Sets the value to use in the expresion to compare with the instance attribute value.
setVarDefinition(VarDefinition) - Method in class fuego.papi.Presentation.Column
Sets the VarDefinition for this column.
setVariable(VarDefinition) - Method in class fuego.papi.Ordering.Entry
Sets a new VarDefinition to sort.
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
show() - Method in class fuego.papi.utils.AuditTrail.AuditNode
Shows node
showIconInActivity(String, ImageIcon) - Method in interface fuego.papi.ProcessDiagram
Shows an icon in the upper right side of the activity
showTextInActivity(String, String) - Method in interface fuego.papi.ProcessDiagram
Sets a label to be located in the upper side of the activity.
sleep() - Method in class fuego.lang.Interval
Causes the current execution to sleep for the milliseconds value of this object.
sqlDateValue() - Method in class fuego.lang.Time
Returns Java SQL's Date representing this object
sqlTimeValue() - Method in class fuego.lang.Time
Returns Java SQL's Time representing this object
sqlTimestampValue() - Method in class fuego.lang.Time
Returns Java SQL's Timestamp representing this object
startUpdater(ConnectionPassport, long) - Method in class fuego.papi.ProcessService
Starts the updater to synchronize directory changes for views, presentations, variable definitions and groups.
startViewUpdater(ConnectionPassport, long) - Method in class fuego.papi.ProcessService
Deprecated. Use ProcessService.startUpdater(ConnectionPassport, long) instead.
stopUpdater() - Method in class fuego.papi.ProcessService
Stops the updater.
stopViewUpdater() - Method in class fuego.papi.ProcessService
Deprecated. Use ProcessService.stopUpdater() instead.
storePresentation(Presentation) - Method in interface fuego.papi.ProcessServiceSession
Stores a presentation.
storeUserProperties(String, Map) - Method in interface fuego.papi.ProcessServiceNESession
Stores user properties.
storeUserProperties(String, Map) - Method in interface fuego.papi.ProcessServiceSession
Stores user properties with the same behavior as ProcessServiceNESession.storeUserProperties.
storeView(View) - Method in interface fuego.papi.ProcessServiceSession
Stores the specified view.
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
Subtract an Interval from the Time object.
subFrom(Time) - Method in class fuego.lang.Interval
Substract from a Time.

T

TASK_COMPLETED - Static variable in class fuego.papi.Status
Deprecated. use InstanceItemState.COMPLETED instead
TASK_EXECUTION_RESULT - Static variable in class fuego.papi.InstanceEvent
Key for the task execution result (variable result).
TASK_FAILED - Static variable in class fuego.papi.Status
Deprecated. use InstanceItemState.FAILED instead
TASK_ID - Static variable in class fuego.papi.VarDefinition
The ID of the default variable "Task" for an activity.
TASK_ID45 - Static variable in class fuego.papi.VarDefinition
Deprecated. use TASK_ID instead
TASK_NAME - Static variable in class fuego.papi.InstanceEvent
Key for the task name.
TASK_NUMBER - Static variable in class fuego.papi.InstanceEvent
Key for the task number
TASK_PENDING - Static variable in class fuego.papi.Status
Deprecated. use InstanceItemState.PENDING instead
TASK_RUNNING - Static variable in class fuego.papi.Status
Deprecated. use InstanceItemState.RUNNING instead
TASK_SELECTED - Static variable in class fuego.papi.Status
Deprecated. use InstanceItemState.SELECTED instead
TASK_STATE - Static variable in class fuego.papi.InstanceEvent
Key for the task state.
TERMINATION_WAIT - Static variable in class fuego.processmodel.Activity
Automatic activity, used to wait the termination of a previously created subprocess
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
 
THREAD_NODE - Static variable in class fuego.papi.utils.AuditTrail
 
TIME - Static variable in class fuego.lang.Kind
Type is time, which can be represented by objects of class fuego.type.Time
TIME_ONLY - Static variable in class fuego.lang.Time
Constant for TIME ONLY format
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
 
Task - interface fuego.papi.Task.
Tasks correspond to Main Tasks and Optional Tasks in Studio.
TaskAlreadySelectedException - class fuego.papi.exception.TaskAlreadySelectedException.
A TaskAlreadySelectedException is thrown when the task has already been selected by other participant.
TaskAlreadySelectedException(String, String, int, String) - Constructor for class fuego.papi.exception.TaskAlreadySelectedException
Creates a new TaskAlreadySelectedException with the given processId, instanceIn, theadIn, taskNumber and user.
TaskArgument - interface fuego.papi.TaskArgument.
Represents an argument of an activity task.
TaskCompletedException - class fuego.papi.exception.TaskCompletedException.
A TaskCompletedException is thrown when the task has already been completed by other participant.
TaskCompletedException(String, String, int) - Constructor for class fuego.papi.exception.TaskCompletedException
Creates a new TaskCompletedException with the given processId, intanceIn, theadIn and taskNumber.
TaskCompletedException(String, String, int, String) - Constructor for class fuego.papi.exception.TaskCompletedException
Creates a new TaskCompletedException with the given processId, intanceIn, theadIn and taskNumber.
TaskExecution - interface fuego.papi.TaskExecution.
This interface allows a PAPI client to customize invocations over a task in interactive activities on client-side components.
This interface is intended for advanced usage of PAPI.
TaskFailedException - class fuego.papi.exception.TaskFailedException.
A TaskFailedException is thrown whenever a task execution over an instance fails.
TaskNotFoundException - class fuego.papi.exception.TaskNotFoundException.
A TaskNotFoundException is thrown as a result of an attempt to access an inexistent task.
TaskNotFoundException(String, int, String) - Constructor for class fuego.papi.exception.TaskNotFoundException
Creates a new TaskNotFoundException with the default message.
TaskNotRunningException - class fuego.papi.exception.TaskNotRunningException.
A TaskNotRunningException is thrown as a result of an attempt to access a task that no running.
TaskNotRunningException(String, String, int) - Constructor for class fuego.papi.exception.TaskNotRunningException
Creates a new TaskNotRunningException with the process identification, instance internal number, thread internal number and task internal number.
TaskNotRunningException(int, String, String) - Constructor for class fuego.papi.exception.TaskNotRunningException
Deprecated.  
TaskNotUnselectedException - class fuego.papi.exception.TaskNotUnselectedException.
 
TaskNotUnselectedException(String, String, int) - Constructor for class fuego.papi.exception.TaskNotUnselectedException
 
TaskOperationException - class fuego.papi.exception.TaskOperationException.
A TaskOperationException is thrown when task operation error occurs.
TaskOperationException(String, String, int) - Constructor for class fuego.papi.exception.TaskOperationException
Creates a new TaskOperationException with the given msgCode, instanceId and taskNumber.
TaskOperationException(String, String, int, Throwable) - Constructor for class fuego.papi.exception.TaskOperationException
Creates a new TaskOperationException with the given taskNumber and the given cause.
TaskSelectedByOtherException - class fuego.papi.exception.TaskSelectedByOtherException.
 
TaskSelectedByOtherException() - Constructor for class fuego.papi.exception.TaskSelectedByOtherException
Creates a new TaskSelectedByOtherException with a default message.
TaskSelectedByOtherException(String, String, int, String) - Constructor for class fuego.papi.exception.TaskSelectedByOtherException
Creates a new TaskSelectedByOtherException with the given processId, instanceIn, theadIn, taskNumber and user.
TaskTimeoutException - class fuego.papi.exception.TaskTimeoutException.
A TaskTimeoutException is thrown when a task timeout expires while it is being executed.
TaskTimeoutException(String, int, String, String, Throwable) - Constructor for class fuego.papi.exception.TaskTimeoutException
 
TaskUserDisconnectedException - class fuego.papi.exception.TaskUserDisconnectedException.
A TaskUserDisconnectedException is thrown when a task fails because a the user who was executing the task is disconnected by the engine (e.g.
TaskUserDisconnectedException(String, int, String, String, Throwable) - Constructor for class fuego.papi.exception.TaskUserDisconnectedException
 
TaskUserTimeoutException - class fuego.papi.exception.TaskUserTimeoutException.
A TaskUserTimeoutException is thrown when a task fails because a user timeout has expired.
TaskUserTimeoutException(String, int, String, String, Throwable) - Constructor for class fuego.papi.exception.TaskUserTimeoutException
 
TasksException - class fuego.papi.exception.TasksException.
 
TasksException() - Constructor for class fuego.papi.exception.TasksException
 
TasksException(Map, boolean) - Constructor for class fuego.papi.exception.TasksException
 
Time - class fuego.lang.Time.
Time ojects carry a single long that represents the ammount 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 fuego.lang.Time.Holder.
 
Time.Holder() - Constructor for class fuego.lang.Time.Holder
 
Time.Holder(Time) - Constructor for class fuego.lang.Time.Holder
 
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(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(InstanceInfo, int) - Method in interface fuego.papi.ProcessServiceSession
Returns true if the specified task for this instance can be unselected by the current participant.
taskFailed() - Method in class fuego.papi.utils.AuditTrail.ItemExecutedNode
Returns if the task failed or not.
tasksSelect(String, String, int[]) - Method in interface fuego.papi.ProcessServiceSession
Selects the instance.
tasksUnselect(String, String, int[]) - Method in interface fuego.papi.ProcessServiceSession
Unselects the instance.
text - Variable in class fuego.lang.DynamicObject.X
 
themes - Static variable in interface fuego.papi.ProcessDiagram
 
threadIn - Variable in class fuego.papi.InstanceEvent
Thread number where the event was generated.
timeStamp - Variable in class fuego.papi.InstanceEvent
Time when the event was generated.
timeValue() - Method in class fuego.lang.DynamicObject
Returns this DynamicObject as a Time.
toDateString() - Method in class fuego.lang.Time
 
toDateTimeString() - Method in class fuego.lang.Time
 
toGMT() - Method in class fuego.lang.Time
Returns the time ignoring the current user Timezone
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"
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 an interval 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.InstanceEvent
Gets the representation of the instance as a String
toString() - Method in class fuego.papi.InstanceId
Returns a String containing the process identification number, the instance identification number, and the thread identification number.
toString() - Method in class fuego.papi.InstanceInfo
Returns a String containing the process identification number, the instance identification number, and the thread identification number.
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
type - Variable in class fuego.papi.InstanceEvent
Event type.

U

UNGRAB_BY_OTHER - Static variable in class fuego.papi.exception.NoPermissionException
 
UPDATE_SESSIONS_VIEWS - Static variable in class fuego.papi.ProcessService
Property key for notifies sessions when an instance is updated.
USER_EVENT - Static variable in class fuego.papi.EventType
User event.
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
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.
updateOrgInfo() - Method in interface fuego.papi.ProcessService.Factory
 
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).
updateSessionViewsForNewInstances(boolean) - Method in class fuego.papi.ProcessService
Deprecated. Set the property ProcessService.UPDATE_SESSIONS_VIEWS when you create the ProcessService.
updateUserLocale(Locale) - Method in interface fuego.papi.ProcessServiceNESession
Updates the user locale and stores it.
updateUserPassword(String, String) - Method in interface fuego.papi.ProcessServiceSession
Updates the user password.
updateUserTimeZone(TimeZone) - Method in interface fuego.papi.ProcessServiceNESession
Updates the user time zone and stores it.

V

VARIABLE_MEASUREMENT - Static variable in class fuego.papi.EventType
Measurement mark created.
VERSION_ID - Static variable in class fuego.papi.VarDefinition
The ID of the default variable "Version" for an attachment.
VERSION_ID45 - Static variable in class fuego.papi.VarDefinition
Deprecated. use VERSION_ID instead
VOID - Static variable in class fuego.lang.Kind
No type
VarDefinition - class fuego.papi.VarDefinition.
VarDefinition contains all information related to a process variable.
VarDefinition(String, int, String, int, Map) - Constructor for class fuego.papi.VarDefinition
Creates a new VarDefinition object.
VarDefinition(String, int, String, int, int, Map) - Constructor for class fuego.papi.VarDefinition
Creates a new VarDefinition object with a decimal part.
View - interface fuego.papi.View.
Handles different kinds of information using presentations.
There are three different kinds of views, depending on the information to be presented: views for instances, views for applications, and views for attachments.
ViewAlreadyExistException - class fuego.papi.exception.ViewAlreadyExistException.
 
ViewAlreadyExistException(String) - Constructor for class fuego.papi.exception.ViewAlreadyExistException
ViewAlreadyExistException Create the exception and set the message PAPI-8110.
ViewFilterNotAvailableException - class fuego.papi.exception.ViewFilterNotAvailableException.
 
ViewFilterNotAvailableException(String) - Constructor for class fuego.papi.exception.ViewFilterNotAvailableException
ViewFilterNotAvailableException: Create the exception and set the message PAPI-8210.
ViewHasChildrenException - class fuego.papi.exception.ViewHasChildrenException.
 
ViewHasChildrenException(String) - Constructor for class fuego.papi.exception.ViewHasChildrenException
 
ViewNotFoundException - class fuego.papi.exception.ViewNotFoundException.
 
ViewNotFoundException(String) - Constructor for class fuego.papi.exception.ViewNotFoundException
ViewNotFoundException: Create the exception and set the message PAPI-8205.
ViewNotFoundException(String, Throwable) - Constructor for class fuego.papi.exception.ViewNotFoundException
ViewNotFoundException: Create the exception and set the message PAPI-8205.
ViewOperationException - class fuego.papi.ViewOperationException.
Superclass of View Exceptions.
ViewOperationException(String) - Constructor for class fuego.papi.ViewOperationException
Creates a new ViewOperationException object with the specified view ID.
ViewsForTypeNotAvailableException - class fuego.papi.exception.ViewsForTypeNotAvailableException.
 
ViewsForTypeNotAvailableException(String, Throwable) - Constructor for class fuego.papi.exception.ViewsForTypeNotAvailableException
Creates a new ViewsForTypeNotAvailableException with the given viewType and initial exception.
ViewsNotAvailableException - class fuego.papi.exception.ViewsNotAvailableException.
Class ViewsNotAvailableException This exception is thrown when not all the views requested are available, this could happen when not all the processes are available.
ViewsNotAvailableException(Map, Map) - Constructor for class fuego.papi.exception.ViewsNotAvailableException
Constructs a ViewsNotAvailableException.
Void - class fuego.lang.Void.
This class represents an Empty object.
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) - 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(int, int, long) - Static method in class fuego.lang.Interval
Constructs an interval from a number of months, days and microseconds
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 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 --> IntervalFormatException
valueOf(Time, Time) - Static method in class fuego.lang.Interval
Returns the subtraction between two Times as an Interval object
valueOf(BigDecimal) - Static method in class fuego.lang.Interval
Constructs an interval from a number of microseconds.
valueOf(double) - Static method in class fuego.lang.Interval
Constructs an interval from a number of microseconds (from a double)
valueOf(long) - Static method in class fuego.lang.Interval
Constructs an interval from a number of microseconds (from a long)
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(Timestamp) - Static method in class fuego.lang.Time
Converts to Time from Java's java.sql.Timestamp class.
valueOf(int, int) - Static method in class fuego.lang.Time
Constructs a Time from an hour and minutes
valueOf(int, int, int) - Static method in class fuego.lang.Time
Constructs a time from an hour, minutes & seconds
valueOf(int, int, int, int) - Static method in class fuego.lang.Time
Constructs a Time from am hour, minutes, seconds & microseconds
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(Interval) - Static method in class fuego.lang.Time
Constructs a Time from an interval.
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 class fuego.papi.InstanceItemState
Returns the state number for the specified state Id.
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.

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 class fuego.papi.OperationException
Construct a new OperationException with an specific cause.

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 Interval

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 (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved