Generated by
JDiff

Class fuego.papi.ProcessService

Removed Methods
ProcessService create(ConnectionPassport, String, int) Creates a ProcessService using a ConnectionPassport, base folder, and instances cache size.
ProcessService create(String) Creates a new ProcessService using the URL of the directory, the system property for working directory, and the default value for instances cache size.
ProcessService create(String, String) Creates a new ProcessService using the URL of the directory, the working directory.
ProcessService create(String, String, int) Creates a ProcessService using a directory url, working directory, and instances cache size.
ProcessService create(String, String, String, int) Creates a ProcessService using a directory url, directory id, working directory and instances cache size.
Filter createFilter(int) Creates a Filter, for use in getting InstanceInfo, using matchingCriteria.
ProcessServiceNESession createNESession(ConnectionPassport, String) Creates a ProcessServiceNESession using ConnectionPassport and the user's host.
ProcessServiceNESession createNESession(ConnectionPassport, String, boolean) Creates a ProcessServiceNESession using a user id, password, and the user's host.
ProcessServiceNESession createNESession(String, String, String) Creates a ProcessServiceNESession using a user id, password, and the user's host.
ProcessServiceNESession createNESession(String, String, String, boolean) Creates a ProcessServiceNESession using a user id, password, and the user's host.
ProcessServiceSession createSession(ConnectionPassport, String, boolean) Creates a ProcessServiceSession using ConnectionPassport and the user's host.
ProcessServiceSession createSession(String, String, String, boolean) Creates a ProcessServiceSession using a user id, password, and the user's host.
ProcessService createWithId(String) Creates a ProcessService using a directory Id, system property for working directory, and the default value for instance cache size.
ProcessService createWithId(String, String) Creates a ProcessService using a directory Id, working directory, and the default value for instance cache size.
ProcessService createWithId(String, String, int) Creates a ProcessService using a directory id, working directory and instances cache size.
void startViewUpdater(ConnectionPassport, long) Starts the updater to synchronize directory changes for views.
void stopViewUpdater() Stops the updater.
void updateSessionViewsForNewInstances(boolean) Notifies sessions when an instance is updated.
 

Added Methods
void authenticatePassport(ConnectionPassport) Authenticate a participant using a ConnectionPassport with user credentials.
AttachmentConfigRetriever getAttachmentConfigRetriever() Obtains a fuego.papi.attachment.runtime.AttachmentConfigRetriever.
String getCustomJspURLFolder(Process) Returns the URL folder where the customs JSPs were downloaded.
String getCustomJspURLFolder(int) Returns the URL folder where the customs JSPs were downloaded.
String getWebResourcesURLFolder(Process) Returns the URL folder where the web resouces were downloaded.
String getWebResourcesURLFolder(int) Returns the URL folder where the web resouces were downloaded.
boolean isFederatedEnvironment() Returns whether this ProcessService environment is federated or not.
boolean isOpen() Returns whether this service is open or not.
(Map<String, Object>retrieveAllOrganizationProperties(String) Returns the properties used to create this object.
Object retrieveOrganizationProperty(String, String) Returns the properties used to create this object.
void startUpdater(long) Starts the updater to synchronize directory changes for views, presentations, variable definitions and groups.
 

Changed Methods
void setLocale(Locale, ProcessServiceSession) Change in signature from (Locale, ProcessServiceNESession) to (Locale, ProcessServiceSession).
Sets the locale for messages from the engine.
void setUserDocumentationFolder(String) Now deprecated.
use {@link #DOCUMENTATION_FOLDER} property.
 

Added Fields
String CHECK_SERVICES_FEDERATED_ENVIRONMENT Property for interval to check non started services in federated environment.
String DEFAULT_DIRECTORY_AUTHENTICATION Default value for the property key .DIRECTORY_AUTHENTICATION.
Note: This property is valid only in a federated environment.
String DEFAULT_DOCUMENTATION_FOLDER Default value for the property key .DOCUMENTATION_FOLDER.
int DEFAULT_INSTANCE_CACHE_SIZE Default value for the property key .INSTANCES_CACHE_SIZE.
String DEFAULT_PAPI_APPLICATION_NAME Default PAPI Application name
String DEFAULT_USER_DOCUMENTATION_FOLDER Default value for the property key .DOCUMENTATION_FOLDER.
String DEFAULT_WORKING_FOLDER Default value for the property key .WORKING_FOLDER.
String DIRECTORY_AUTHENTICATION Property key for the directory authentication.
Note: This property is valid only in a federated environment.
The valid values are .DIRECTORY_MAY_AUTHENTICATE and .DIRECTORY_MUST_AUTHENTICATE
String DIRECTORY_MAY_AUTHENTICATE Property value for the directory authentication if the session can skip the authentication.
Note: This property is valid only in a federated environment.
String DIRECTORY_MUST_AUTHENTICATE Property value for the directory authentication if the session must authenticate to the directory.
Note: This property is valid only in a federated environment.
String DOCUMENTATION_FOLDER Property key for the folder for storing process documentation.
String EMBEDDED_ENVIRONMENT Property key for specifying ProcessService creation mode.
String FEDERATED_ENVIRONMENT Property key for specifying ProcessService federated environment.
String MAX_PARTICIPANTS  
String PAPI_APPLICATION_NAME Property for the PAPI Application name
String PROJECT_PATH Property key for the project path if you will use PAPI in studio.
String SECURITY_TOKEN Property for the security token.
String SECURITY_TOKEN_TYPE Property for the security token type.
String USER_DOCUMENTATION_FOLDER Property key for the folder for storing process documentation.
String WEB_APPLICATION_FOLDER Property key for web application folder.
 

Changed Fields
int DEFAULT_CACHE_SIZE Now deprecated.
use {@link #DEFAULT_INSTANCE_CACHE_SIZE} instead
String DEFAULT_WORKING_DIRECTORY Now deprecated.
use {@link #DEFAULT_WORKING_FOLDER} instead
String UPDATE_SESSIONS_VIEWS Now deprecated.
all views are updated when an instance is updated.