void |
ConfigurationRegistry.checkInAndLeaveCheckedOut(MetamergeConfig configuration,
java.lang.String configToken,
Identity identity) |
Checks in the specified configuration and leaves it checked out.
|
void |
ConfigurationRegistry.checkInAndLeaveCheckedOut(MetamergeConfig configuration,
java.lang.String configToken,
Identity identity,
boolean encrypt) |
Checks in the specified configuration and leaves it checked out.
|
void |
ConfigurationRegistry.checkInConfiguration(MetamergeConfig configuration,
java.lang.String configToken,
Identity identity) |
Saves the specified configuration and releases the lock.
|
void |
ConfigurationRegistry.checkInConfiguration(MetamergeConfig configuration,
java.lang.String configToken,
Identity identity,
boolean encrypt) |
Encrypts and saves the specified configuration and releases the lock.
|
MetamergeConfig |
ConfigurationRegistry.checkOutConfiguration(java.lang.String configToken,
Identity identity) |
Checks out the specified configuration.
|
MetamergeConfig |
ConfigurationRegistry.checkOutConfiguration(java.lang.String configToken,
java.lang.String password,
Identity identity) |
Checks out the specified password protected configuration.
|
ConfigInstance |
ConfigurationRegistry.checkOutConfigurationAndLoad(java.lang.String configToken,
Identity identity,
SessionImpl session) |
Checks out the specified configuration and starts a temporary Config
Instance on the Server.
|
ConfigInstance |
ConfigurationRegistry.checkOutConfigurationAndLoad(java.lang.String configToken,
java.lang.String password,
Identity identity,
SessionImpl session) |
Checks out the specified configuration and starts a temporary Config
Instance on the Server.
|
MetamergeConfig |
ConfigurationRegistry.createNewConfiguration(java.lang.String aRelativePath,
boolean aOverwrite,
Identity aIdentity) |
Creates a new empty configuration and immediately checks it out.
|
ConfigInstance |
ConfigurationRegistry.createNewConfigurationAndLoad(java.lang.String aRelativePath,
boolean aOverwrite,
Identity aIdentity,
SessionImpl aSession) |
Creates a new empty configuration, immediately checks it out and loads a
temporary Config Instance on the Server.
|
void |
ConfigurationRegistry.deleteConfiguration(java.lang.String relativePathOrSolutionName,
Identity identity) |
Delete a file from the configuration codebase folder.
|
boolean |
ConfigurationRegistry.releaseConfigurationLock(java.lang.String configToken,
Identity identity) |
This method is used to release the lock of a configuration file.
|
boolean |
ConfigurationRegistry.undoCheckOut(java.lang.String configToken,
Identity identity) |
This method is used to release the lock of a previously checked out
configuration file.
|
boolean |
ConfigurationRegistry.userCanSetConfiguration(java.lang.String configId,
Identity identity) |
Check that the specified user can set the configuration.
|