Package | Description |
---|---|
com.modeliosoft.modelio.cms.api |
SVN operations API.
|
com.modeliosoft.modelio.cms.api.admin |
Modifier and Type | Class and Description |
---|---|
class |
InvalidCmsStateException
Tells that an inconsistency in the model state has been detected.
|
Modifier and Type | Method and Description |
---|---|
CmsException |
IRevertResult.getFatalError()
Get the fatal error that interrupted the operation.
|
CmsException |
IRevertFragmentResult.getFatalError()
Get the fatal error that interrupted the operation.
|
Modifier and Type | Method and Description |
---|---|
ICommitResult |
ICommitCommand.execute(org.modelio.vbasic.progress.IModelioProgress iMonitor)
Execute the commit the elements in subversion
and put the CMS lock on them so that they cannot be modified again.
|
IGetLockResult |
IGetLockCommand.execute(org.modelio.vbasic.progress.IModelioProgress iMonitor)
Get the lock on elements specified by the given parameters.
|
void |
ICancelAddCommand.execute(org.modelio.vbasic.progress.IModelioProgress iMonitor)
Cancel the "Add to version" command on the given elements and their descendant.
|
void |
IRemoveCommand.execute(org.modelio.vbasic.progress.IModelioProgress monitor)
Remove the elements from version control.
|
IUpdateDetails |
IUpdateCommand.execute(org.modelio.vbasic.progress.IModelioProgress iMonitor)
Update the project against repository changes and passed parameters.
|
IUpdateDetails |
IMergeCommand.execute(org.modelio.vbasic.progress.IModelioProgress iMonitor)
Execute the merge.
|
IRevertResult |
IRevertCommand.execute(org.modelio.vbasic.progress.IModelioProgress monitor)
Execute the revert.
|
IAddResult |
IAddCommand.execute(org.modelio.vbasic.progress.IModelioProgress iMonitor)
Mark the elements to be added to version control.
|
void |
IRemoveCommand.execute(java.util.List<MObject> elementsToRemove,
org.modelio.vbasic.progress.IModelioProgress monitor)
Deprecated.
|
ICommitResult |
IRepairCommand.execute(java.lang.StringBuilder report,
org.modelio.vbasic.progress.IModelioProgress monitor)
Run the repair.
|
IUpdateDetails |
IUpdateCommand.switchRepository(org.modelio.vbasic.progress.IModelioProgress iMonitor,
IProjectFragment fragment,
java.lang.String newPath)
Switch the working copy to another repository URL.
|
Modifier and Type | Method and Description |
---|---|
void |
IBreakLockReporter.reportError(MRef ref,
CmsException e)
Report an unexpected error while breaking a lock.
|
void |
IBreakLockReporter.reportFatalError(CmsException e)
Report an unexpected error that interrupted the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
ISynchronizeStateCommand.execute(java.util.Collection<? extends MObject> selection,
boolean isRecursive,
org.modelio.vbasic.progress.IModelioProgress aMonitor)
Synchronize the element and its descendant lock state from the repository.
|
void |
ICreateTagCommand.execute(org.modelio.vbasic.progress.IModelioProgress monitor)
Run the operation.
|
void |
IConnectDirToRepositoryCommand.execute(org.modelio.vbasic.progress.IModelioProgress aMonitor)
Execute the command.
|
void |
ICreateBranchCommand.execute(org.modelio.vbasic.progress.IModelioProgress monitor)
Run the operation.
|
void |
ICleanupWorkingCopyCommand.execute(IProjectFragment f)
Clean the working copy.
|
void |
ICleanupWorkingCopyCommand.execute(java.util.List<MObject> selectedElements,
org.modelio.vbasic.progress.IModelioProgress monitor)
Run SVN cleanup on the related working copies.
|
java.lang.String |
IRepositoryProperties.getStringProperty(java.lang.String key)
Get a single line string property value.
|
java.lang.String |
IRepositoryProperties.getTextProperty(java.lang.String key)
Get a multiple line string property value.
|