|
Generated by JDiff |
||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
ProcessService create(ConnectionPassport, |
@deprecated Use ProcessService.create(ConnectionPassport, Properties) |
ProcessService create(String ) |
Temporary method |
ProcessService create(String, |
Creates a new ProcessService. |
ProcessService create(String, |
Creates a new ProcessService. |
ProcessService create(String, |
Creates a new ProcessService. |
Filter createFilter(int ) |
Return a new Filter |
ProcessServiceNESession createNESession(ConnectionPassport, |
Creates a Not Exclusive ProcessService session. |
ProcessServiceNESession createNESession(ConnectionPassport, |
Creates a Not Exclusive ProcessService session. |
ProcessServiceNESession createNESession(String, |
Creates a Not Exclusive ProcessService session. |
ProcessServiceNESession createNESession(String, |
Creates a Not Exclusive ProcessService session. |
ProcessServiceSession createSession(ConnectionPassport, |
Creates an Exclusive ProcessService session. |
ProcessServiceSession createSession(String, |
Creates an Exclusive ProcessService session. |
ProcessService createWithId(String ) |
Temporary method |
ProcessService createWithId(String, |
Creates a new ProcessService. |
ProcessService createWithId(String, |
Creates a new ProcessService. |
void startViewUpdater(ConnectionPassport, |
Starts the view updater in order to realize every change in the directory views |
void stopViewUpdater() |
Stops the view updater If the updater was not initialized previously, nothing is done |
void updateSessionViewsForNewInstances(boolean ) |
Notify sessions when an instance is updated, was created or was completed to update. |
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(int ) |
Returns the URL folder where the customs JSPs were downloaded. |
String getWebResourcesURLFolder(int ) |
Returns the URL folder where the web resouces were downloaded. |
void startUpdater(long ) |
Starts the updater to synchronize directory changes for views, presentations, variable definitions and groups. |
Changed Methods | ||
void setLocale(Locale, |
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 | |
int DEFAULT_CACHE_INCREMENT_PERCENT |
Default value for the property key .INSTANCES_CACHE_INCREMENT_PERCENT |
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_USER_DOCUMENTATION_FOLDER |
Default value for the property key .DOCUMENTATION_FOLDER. |
String DEFAULT_WORKING_FOLDER |
Default value for the property key .WORKING_FOLDER. |
String DOCUMENTATION_FOLDER |
Property key for the folder for storing process documentation. |
String EMBEDDED_ENVIRONMENT |
Property key for specifying ProcessService creation mode. |
String INSTANCES_CACHE_INCREMENT_PERCENT |
Property key for incrementing instances cache size. |
String PROJECT_PATH |
Property key for the project path if you will use PAPI in studio. |
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. |
|
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |