|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use OperationException | |
| com.orchestranetworks.instance | Provides interfaces for accessing schema instances. |
| com.orchestranetworks.schema.trigger | |
| com.orchestranetworks.service | Provides classes and interfaces for implementing specific services and access rules on EBX.Platform. |
| com.orchestranetworks.service.extensions | |
| Uses of OperationException in com.orchestranetworks.instance |
| Methods in com.orchestranetworks.instance that throw OperationException | |
abstract AdaptationHome |
Repository.createHome(AdaptationHome parentBranch,
HomeKey aKey,
Profile owner,
Session aSession,
UserMessage aLabel,
UserMessage aDescription)
Creates the home specified. |
abstract void |
Repository.lock(AdaptationHome aBranch,
boolean lockParentBranch,
Session aSession)
Deprecated. Replaced by LockSpec.lock(AdaptationHome, Session) |
abstract void |
Repository.lock(AdaptationHome aBranch,
boolean lockParentBranch,
String aComment,
Session aSession)
Deprecated. Replaced by LockSpec.lock(AdaptationHome, Session) |
abstract void |
Repository.unlock(AdaptationHome aBranch,
boolean unlockParentBranch,
Session aSession)
Deprecated. Replaced by LockSpec.unlock(AdaptationHome, Session) |
abstract void |
Repository.setDocumentationLabel(AdaptationHome aHome,
String aLabel,
Locale aLocale,
Session aSession)
Sets the documentation label for the home specified. |
abstract void |
Repository.setDocumentationDescription(AdaptationHome aHome,
String aDescription,
Locale aLocale,
Session aSession)
Sets the documentation label for the home specified. |
abstract void |
Repository.closeHome(AdaptationHome aHome,
Session aSession)
Closes the home specified. |
abstract void |
Repository.markHomeForPurge(AdaptationHome aHome,
Session aSession)
Marks the home specified for purge. |
abstract void |
Repository.purgeHomes(Session aSession)
Purges the homes that have been marked for purge. |
| Uses of OperationException in com.orchestranetworks.schema.trigger |
| Methods in com.orchestranetworks.schema.trigger that throw OperationException | |
void |
TableTrigger.handleBeforeCreate(BeforeCreateOccurrenceContext aContext)
This method is called before the creation of an occurrence. |
void |
TableTrigger.handleAfterCreate(AfterCreateOccurrenceContext aContext)
This method is called after the creation of an occurrence. |
void |
TableTrigger.handleBeforeModify(BeforeModifyOccurrenceContext aContext)
This method is called before the modification of an occurrence. |
void |
TableTrigger.handleAfterModify(AfterModifyOccurrenceContext aContext)
This method is called after the modification of an occurrence. |
void |
TableTrigger.handleBeforeDelete(BeforeDeleteOccurrenceContext aContext)
This method is called before deleting an occurrence. |
void |
TableTrigger.handleAfterDelete(AfterDeleteOccurrenceContext aContext)
This method is called after deleting an occurrence. |
void |
InstanceTrigger.handleBeforeCreate(BeforeCreateInstanceContext aContext)
This method is called before the creation of an instance. |
void |
InstanceTrigger.handleAfterCreate(AfterCreateInstanceContext aContext)
This method is called after the creation of an instance. |
void |
InstanceTrigger.handleBeforeDelete(BeforeDeleteInstanceContext aContext)
This method is called before the deletion of an instance. |
void |
InstanceTrigger.handleAfterDelete(AfterDeleteInstanceContext aContext)
This method is called after the deletion of an instance. |
| Uses of OperationException in com.orchestranetworks.service |
| Methods in com.orchestranetworks.service that return OperationException | |
OperationException |
ProcedureResult.getException()
Returns the exception thrown if procedure has failed, null otherwise. |
static OperationException |
OperationException.createError(String aMessage)
|
static OperationException |
OperationException.createError(String aMessage,
Throwable ex)
|
static OperationException |
OperationException.createError(UserMessage aMessage)
|
static OperationException |
OperationException.createError(UserMessage aMessage,
Throwable ex)
|
static OperationException |
OperationException.createError(Throwable ex)
|
| Methods in com.orchestranetworks.service that throw OperationException | |
Adaptation |
ProcedureContext.doCreateRoot(SchemaLocation aSchemaLocation,
AdaptationReference requestedNameOrNull,
Profile owner)
Creates a new root adaptation instance. |
Adaptation |
ProcedureContext.doCreateChild(AdaptationName aParentName,
AdaptationReference requestedNameOrNull)
Creates a new schema instance that is the child of the parent specified by aParentName. |
Adaptation |
ProcedureContext.doCreateRoot(ValueContext aContent,
AdaptationTable aTable)
Creates a root occurrence in the table specified. |
Adaptation |
ProcedureContext.doCreateOverwriting(ValueContext aContent,
AdaptationTable aTable)
Creates an overwriting occurrence in the table specified. |
Adaptation |
ProcedureContext.doCreateOcculting(ValueContext aKey,
AdaptationTable aTable)
Creates an occulting occurrence in the table specified. |
Adaptation |
ProcedureContext.doOccult(Adaptation anOccurrence)
Occults the adaptation occurrence specified. |
Adaptation |
ProcedureContext.doCreateDeriving(ValueContext parentKey,
ValueContext aContent,
AdaptationTable aTable)
Creates a deriving occurrence in the table specified. |
Adaptation |
ProcedureContext.doModifyContent(Adaptation aTarget,
ValueContext aContent)
Modifies the adaptation content as specified. |
void |
ProcedureContext.doDelete(AdaptationName aName,
boolean isDeletingChildren)
Deletes the adaptation specified. |
Adaptation |
ProcedureContext.doCopy(Adaptation anAdaptation)
Copies the adaptation instance specified. |
void |
ProcedureContext.doImport(ImportSpec spec)
Imports an XML content into an adaptation, as specified by the ImportSpec argument.
|
void |
ProcedureContext.doExport(ExportSpec spec)
Exports the content of an adaptation to a XML document, as specified by the ExportSpec argument. |
void |
ProcedureContext.doExportArchive(Archive anArchive)
Exports the current home to the archive specified. |
void |
ProcedureContext.doExportArchive(ArchiveExportSpec exportSpec)
Exports the archive specified. |
void |
ProcedureContext.doImportArchive(Archive anArchive)
Imports the archive specified into the current home. |
void |
ProcedureContext.doImportArchive(ArchiveImportSpec importSpec)
Imports the archive specified into the current home. |
void |
ProcedureContext.doMergeToParent(AdaptationHome source)
Merges source branch to current branch. |
void |
ProcedureContext.doOptimizeByRemovingDuplicates(AdaptationName aName,
boolean includeDescendantsWithoutDelegated,
boolean includeAllDescendants)
Deprecated. Replaced by AdaptationTreeOptimizerSpec_RemoveDuplicates. |
void |
ProcedureContext.doOptimizeByRefactoring(AdaptationName aName,
boolean includeDescendantsWithoutDelegated,
boolean includeAllDescendants)
Deprecated. Replaced by AdaptationTreeOptimizerSpec_MutualizeCommons. |
void |
ProcedureContext.makeOccultationsInChildTable(Adaptation target,
Path tablePath)
Any parent occurrence that is not overwritten will be occulted. |
Adaptation |
ProcedureContext.doCreateRoot(SchemaLocation aSchemaLocation,
AdaptationReference requestedNameOrNull,
com.onwbp.core.org.OrganizationName owner)
Deprecated. Replaced by ProcedureContext.doCreateRoot(SchemaLocation, AdaptationReference, Profile). |
Adaptation |
ProcedureContext.doEditionRelease(AdaptationName aName)
Deprecated. Since version 4.0, the notion of local edition is replaced by the more general concept of branch. This method does nothing, it just returns the adaptation specified. |
Adaptation |
ProcedureContext.doEditionDiscard(AdaptationName aName)
Deprecated. Since version 4.0, the notion of local edition is replaced by the more general concept of branch. This method does nothing, it just returns the adaptation specified. |
Adaptation |
ProcedureContext.doModifyContent(Adaptation aTarget,
com.onwbp.adaptation.uifacade.HrNode aRootNode)
Deprecated. Replaced by ProcedureContext.doModifyContent(Adaptation, ValueContext). |
Adaptation |
ProcedureContext.doCreateDeriving(PrimaryKey parentKey,
com.onwbp.adaptation.uifacade.HrNode aNode,
AdaptationTable aTable)
Deprecated. Replaced by ProcedureContext.doCreateDeriving(ValueContext, ValueContext, AdaptationTable). |
Adaptation |
ProcedureContext.doCreateOcculting(PrimaryKey parentKey,
AdaptationTable aTable)
Deprecated. Replaced by ProcedureContext.doCreateOcculting(ValueContext, AdaptationTable). |
Adaptation |
ProcedureContext.doCreateOverwriting(PrimaryKey parentKey,
com.onwbp.adaptation.uifacade.HrNode aNode,
AdaptationTable aTable)
Deprecated. Replaced by ProcedureContext.doCreateOverwriting(ValueContext, AdaptationTable). |
Adaptation |
ProcedureContext.doCreateRootChild(com.onwbp.adaptation.uifacade.HrNode rootNode,
AdaptationTable aContainer)
Deprecated. Replaced by ProcedureContext.doCreateRoot(ValueContext, AdaptationTable). |
| Uses of OperationException in com.orchestranetworks.service.extensions |
| Methods in com.orchestranetworks.service.extensions that throw OperationException | |
void |
LockSpec.lock(AdaptationHome aBranch,
Session aSession)
Locks the branch specified. |
void |
LockSpec.unlock(AdaptationHome aBranch,
Session aSession)
Unlocks the branch specified. |
void |
AdaptationTreeOptimizerIterator.executeAll()
Optimizes all remaining adaptations in iterator. |
Adaptation |
AdaptationTreeOptimizerIterator.executeCurrent()
Optimizes current adaptation and set cursor to the next in place. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
(report a bug)
EBX.Platform 4.5.3 [0607:0001]
Copyright Orchestra Networks 2000-2008. All rights reserved.