| Removed Methods |
ProcessService create(ConnectionPassport, String, int)
|
@deprecated Use ProcessService.create(ConnectionPassport, Properties) |
ProcessService create(String)
|
Temporary method
|
ProcessService create(String, String)
|
Creates a new ProcessService. |
ProcessService create(String, String, int)
|
Creates a new ProcessService. |
ProcessService create(String, String, String, int)
|
Creates a new ProcessService. |
Filter createFilter(int)
|
Return a new Filter
|
ProcessServiceNESession createNESession(ConnectionPassport, String)
|
Creates a Not Exclusive ProcessService session. |
ProcessServiceNESession createNESession(ConnectionPassport, String, boolean)
|
Creates a Not Exclusive ProcessService session. |
ProcessServiceNESession createNESession(String, String, String)
|
Creates a Not Exclusive ProcessService session. |
ProcessServiceNESession createNESession(String, String, String, boolean)
|
Creates a Not Exclusive ProcessService session. |
ProcessServiceSession createSession(ConnectionPassport, String, boolean)
|
Creates an Exclusive ProcessService session. |
ProcessServiceSession createSession(String, String, String, boolean)
|
Creates an Exclusive ProcessService session. |
ProcessService createWithId(String)
|
Temporary method
|
ProcessService createWithId(String, String)
|
Creates a new ProcessService. |
ProcessService createWithId(String, String, int)
|
Creates a new ProcessService. |
void startViewUpdater(ConnectionPassport, long)
|
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. |