|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Adaptation | |
| com.onwbp.adaptation | Provides core classes and interfaces for accessing schema instances, tables and their occurrences. |
| com.orchestranetworks.schema | Represents XML Schema concepts and provides schema extensions capabilities. |
| com.orchestranetworks.schema.trigger | |
| com.orchestranetworks.service | Provides classes and interfaces for implementing specific services and access rules on EBX.Platform. |
| com.orchestranetworks.service.comparison | |
| com.orchestranetworks.service.extensions | |
| com.orchestranetworks.ui | Provides the capability to create specific user interface components that are integrated within EBX.Manager. |
| Uses of Adaptation in com.onwbp.adaptation |
| Methods in com.onwbp.adaptation that return Adaptation | |
Adaptation |
RequestResult.getAdaptation(int anIndex)
Returns the occurrence at the position specified in this result. |
Adaptation |
RequestResult.nextAdaptation()
Moves the cursor to the next occurrence in the result and returns it. |
Adaptation |
AdaptationTable.lookupAdaptationByPrimaryKey(ValueContext aContext)
Returns the occurrence that has the primary key specified by the context passed as argument, or null if it does not exist if it is in occulting mode. |
Adaptation |
AdaptationTable.lookupAdaptationByPrimaryKey(ValueContext aContext,
boolean includeOcculting)
Returns the occurrence specified by its primary key. |
Adaptation |
AdaptationTable.lookupAdaptationByPrimaryKey(ValueContext aContext,
boolean ignored,
boolean includeOcculting)
Deprecated. Replaced by the method AdaptationTable.lookupAdaptationByPrimaryKey(ValueContext, boolean). |
Adaptation |
AdaptationTable.lookupAdaptationByPrimaryKey(PrimaryKey aKey)
Returns the occurrence specified by its primary key, or null if it
does not exist or if it is in occulting mode. |
Adaptation |
AdaptationTable.lookupAdaptationByPrimaryKey(PrimaryKey aKey,
boolean includeOcculting)
Returns the occurrence specified by its primary key. |
Adaptation |
AdaptationTable.lookupAdaptationByPrimaryKey(PrimaryKey aKey,
boolean ignored,
boolean includeOcculting)
Deprecated. Replaced by the method AdaptationTable.lookupAdaptationByPrimaryKey(PrimaryKey, boolean). |
Adaptation |
AdaptationTable.getContainerAdaptation()
|
Adaptation |
AdaptationTable.lookupAdaptationByName(AdaptationName aName)
Returns the occurrence specified by its name, or null if it
does not exist. |
Adaptation |
AdaptationNode.getAdaptation()
Deprecated. Returns the Adaptation containing this node. |
Adaptation |
AdaptationName.resolve()
Deprecated. Replaced by AdaptationHome.findAdaptationOrNull(AdaptationName) |
Adaptation |
AdaptationHome.findAdaptationOrNull(AdaptationName aName)
Returns the adaptation specified, null if not found. |
Adaptation |
AdaptationHome.findParent(Adaptation anAdaptation)
Returns the parent of the adaptation specified, or null
if it is a root. |
Adaptation |
AdaptationHome.findParent(Adaptation anAdaptation,
boolean ignored)
Deprecated. Replaced by AdaptationHome.findParent(Adaptation). |
Adaptation |
AdaptationHome.getPreferredEdition(Adaptation target)
Deprecated. Since versioning features, edition/release distinction in a single home is no more significant, hence this method returns the same object as the argument. |
Adaptation |
AdaptationHome.getPreferredRelease(Adaptation target)
Deprecated. Since versioning features, edition/release distinction in a single home is no more significant, hence this method returns the same object as the argument. |
Adaptation |
Adaptation.getContainer()
If this adaptation is a table occurrence, returns the instance that contains it; returns null if this adaptation is an instance. |
Adaptation |
Adaptation.getUpToDateInstance()
Returns null if this instance has been deleted.
|
| Methods in com.onwbp.adaptation with parameters of type Adaptation | |
boolean |
RequestResult.contains(Adaptation anOccurrence)
Returns true if the occurrence specified belongs to the result of this request
(even if the occurrence is obsolete). |
PrimaryKey |
AdaptationTable.computePrimaryKey(Adaptation anOccurrence)
|
PrimaryKeyWildCard |
AdaptationTable.computePrimaryKeyWildcard(Adaptation anAdaptation)
Deprecated. |
Adaptation |
AdaptationHome.findParent(Adaptation anAdaptation)
Returns the parent of the adaptation specified, or null
if it is a root. |
List |
AdaptationHome.findAllChildren(Adaptation anAdaptation)
Returns a list of the adaptations that are direct children of the adaptation specified. |
List |
AdaptationHome.findAllDescendants(Adaptation anAdaptation)
Returns a list of all the adaptations that inherit from the adaptation specified (either as direct children or as descendants of children, recursively). |
List |
AdaptationHome.findAllAgreements(Profile distributor,
Adaptation aRoot)
Returns a list of all the adaptations that are an agreement with the distributor specified and that are under the root specified. |
List |
AdaptationHome.findAllAgreements(com.onwbp.core.org.OrganizationName distributorName,
Adaptation aRoot,
boolean ignored)
Deprecated. Replaced by AdaptationHome.findAllAgreements(Profile, Adaptation). |
List |
AdaptationHome.findAllChildren(Adaptation anAdaptation,
boolean ignored)
Deprecated. Replaced by AdaptationHome.findAllChildren(Adaptation). |
List |
AdaptationHome.findAllDescendants(Adaptation anAdaptation,
boolean ignored)
Deprecated. Replaced by AdaptationHome.findAllDescendants(Adaptation). |
Adaptation |
AdaptationHome.findParent(Adaptation anAdaptation,
boolean ignored)
Deprecated. Replaced by AdaptationHome.findParent(Adaptation). |
Adaptation |
AdaptationHome.getPreferredEdition(Adaptation target)
Deprecated. Since versioning features, edition/release distinction in a single home is no more significant, hence this method returns the same object as the argument. |
Adaptation |
AdaptationHome.getPreferredRelease(Adaptation target)
Deprecated. Since versioning features, edition/release distinction in a single home is no more significant, hence this method returns the same object as the argument. |
boolean |
AdaptationFilter.accept(Adaptation anAdaptation)
Tells whether the adaptation is included in the filter result. |
| Uses of Adaptation in com.orchestranetworks.schema |
| Methods in com.orchestranetworks.schema with parameters of type Adaptation | |
Object |
ValueFunction.getValue(Adaptation anAdaptation)
Returns the value in the context of the adaptation specified. |
| Uses of Adaptation in com.orchestranetworks.schema.trigger |
| Methods in com.orchestranetworks.schema.trigger that return Adaptation | |
Adaptation |
BeforeModifyOccurrenceContext.getAdaptationOccurrence()
Returns the adaptation occurrence that will be modified. |
Adaptation |
BeforeDeleteOccurrenceContext.getAdaptationOccurrence()
Returns the adaptation occurrence that will be deleted. |
Adaptation |
BeforeDeleteInstanceContext.getAdaptationInstance()
Returns the adaptation instance that will be deleted. |
Adaptation |
BeforeCreateOccurrenceContext.getAdaptationOccurrence()
Returns the adaptation occurrence that will be created. |
Adaptation |
AfterModifyOccurrenceContext.getAdaptationOccurrence()
Returns the adaptation occurrence that has been modified. |
Adaptation |
AfterCreateOccurrenceContext.getAdaptationOccurrence()
Returns the adaptation occurrence that has been created. |
Adaptation |
AfterCreateInstanceContext.getAdaptationInstance()
Returns the adaptation instance that has been created. |
| Uses of Adaptation in com.orchestranetworks.service |
| Methods in com.orchestranetworks.service that return Adaptation | |
abstract Adaptation |
ServiceContext.getCurrentAdaptation()
Returns the adaptation currently selected in Manager. |
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. |
Adaptation |
ProcedureContext.doCopy(Adaptation anAdaptation)
Copies the adaptation instance specified. |
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). |
Adaptation |
ImportSpec.getTargetAdaptation()
|
Adaptation |
ExportSpec.getSourceAdaptation()
|
| Methods in com.orchestranetworks.service with parameters of type Adaptation | |
AccessPermission |
SessionPermissions.getAdaptationAccessPermission(Adaptation anAdaptation)
Returns the current user's access right on the adaptation instance or occurrence specified. |
AccessPermission |
SessionPermissions.getNodeAccessPermission(SchemaNode aNode,
Adaptation anAdaptation)
Returns the current user's access right on the node specified. |
ActionPermission |
SessionPermissions.getInstanceActionPermissionToCreateChild(Adaptation anInstance)
Current user's action permission for creating child instances of the adaptation instance specified. |
ActionPermission |
SessionPermissions.getInstanceActionPermissionToManageAgreement(Adaptation anInstance)
Current user's action permission for managing agreements of the adaptation instance specified. |
ActionPermission |
SessionPermissions.getInstanceActionPermissionToCreateDuplicate(Adaptation anInstance)
Current user's action permission for duplicating the adaptation instance specified. |
ActionPermission |
SessionPermissions.getInstanceActionPermissionToDeleteInstance(Adaptation anInstance)
Current user's action permission for deleting the adaptation instance specified. |
ActionPermission |
SessionPermissions.getInstanceActionPermissionToActivateInstance(Adaptation anInstance)
Current user's action permission for activating the adaptation instance specified. |
ActionPermission |
SessionPermissions.getInstanceActionPermissionForService(ServiceKey serviceKey,
Adaptation adaptation)
Current user's action permission for executing the instance service specified. |
ActionPermission |
SessionPermissions.getOccurrenceActionPermissionToOverwrite(Adaptation occurrence,
AdaptationTable aTable)
Current user's action permission for overwritting the table record specified. |
ActionPermission |
SessionPermissions.getOccurrenceActionPermissionToOccult(Adaptation occurrence,
AdaptationTable aTable)
Current user's action permission for occulting the table record specified. |
ActionPermission |
SessionPermissions.getOccurrenceActionPermissionToDerive(Adaptation occurrence,
AdaptationTable aTable)
Current user's action permission for deriving the table record specified. |
ActionPermission |
SessionPermissions.getOccurrenceActionPermissionToDelete(Adaptation occurrence,
AdaptationTable aTable)
Current user's action permission for deleting the table record specified. |
boolean |
Session.isUserOwner(Adaptation anAdaptation)
Returns true if this user is an owner of the adaptation specified.
|
ActionPermission |
ServicePermission.getPermission(SchemaNode aNode,
Adaptation anAdaptation,
Session aSession)
Returns a permission for the arguments specified. |
abstract String |
ServiceContext.getURLForSelection(Adaptation anAdaptation)
Returns a Manager URL indicating that it must select the adaptation (instance or occurrence) specified. |
abstract String |
ServiceContext.getURLForSelection(Adaptation anAdaptation,
Path aPath)
Returns a Manager URL indicating that it must select the adaptation (instance or occurrence) and the node specified. |
Adaptation |
ProcedureContext.doOccult(Adaptation anOccurrence)
Occults the adaptation occurrence specified. |
Adaptation |
ProcedureContext.doModifyContent(Adaptation aTarget,
ValueContext aContent)
Modifies the adaptation content as specified. |
Adaptation |
ProcedureContext.doCopy(Adaptation anAdaptation)
Copies the adaptation instance specified. |
void |
ProcedureContext.makeOccultationsInChildTable(Adaptation target,
Path tablePath)
Any parent occurrence that is not overwritten will be occulted. |
ValueContextForUpdate |
ProcedureContext.getContextForNewOccurrence(Adaptation occurrenceToCopy,
AdaptationTable aTable)
Provides an interface for copying a context from an existing occurrence. |
boolean |
ProcedureContext.hasEdition(Adaptation target)
Deprecated. Since version 4.0, the notion of local edition is replaced by the more general concept of branch. |
Adaptation |
ProcedureContext.doModifyContent(Adaptation aTarget,
com.onwbp.adaptation.uifacade.HrNode aRootNode)
Deprecated. Replaced by ProcedureContext.doModifyContent(Adaptation, ValueContext). |
void |
ImportSpec.setTargetAdaptation(Adaptation aTarget)
Specifies the target of the import (mandatory property). |
void |
ExportSpec.setSourceAdaptation(Adaptation aSource)
Specifies the source of the export (mandatory property). |
AccessPermission |
AccessRule.getPermission(Adaptation anAdaptation,
Session aSession,
SchemaNode aNode)
Returns a permission for the arguments specified. |
| Uses of Adaptation in com.orchestranetworks.service.comparison |
| Methods in com.orchestranetworks.service.comparison with parameters of type Adaptation | |
static DifferenceBetweenInstances |
DifferenceHelper.compareInstances(Adaptation instanceOnLeft,
Adaptation instanceOnRight,
boolean isResolvedMode)
Performs a comparison between two instances. |
static DifferenceBetweenOccurrences |
DifferenceHelper.compareOccurrences(Adaptation occurrenceOnLeft,
Adaptation occurrenceOnRight,
boolean isResolvedMode)
Performs a comparison between two occurrences. |
static DifferenceBetweenOccurrences |
DifferenceHelper.compareOccurrences(Adaptation occurrenceOnLeft,
Adaptation occurrenceOnRight,
boolean isResolvedMode,
boolean showDetails)
Performs a comparison between two occurrences. |
| Uses of Adaptation in com.orchestranetworks.service.extensions |
| Methods in com.orchestranetworks.service.extensions that return Adaptation | |
Adaptation |
AdaptationTreeOptimizerSpec.getAdaptation()
|
Adaptation |
AdaptationTreeOptimizerIterator.currentAdaptation()
Returns the current adaptation. |
Adaptation |
AdaptationTreeOptimizerIterator.nextAdaptation()
Returns the next adaptation. |
Adaptation |
AdaptationTreeOptimizerIterator.executeCurrent()
Optimizes current adaptation and set cursor to the next in place. |
| Constructors in com.orchestranetworks.service.extensions with parameters of type Adaptation | |
AdaptationTreeOptimizerSpec_RemoveDuplicates(Adaptation anInstance,
boolean includeDescendantsWithoutDelegated,
boolean includeAllDescendants)
Contructs a specification for removing duplicates in an adaptations' tree. |
|
AdaptationTreeOptimizerSpec_MutualizeCommons(Adaptation anInstance,
boolean includeDescendantsWithoutDelegated,
boolean includeAllDescendants)
Contructs a specification for factoring common values in an adaptations' tree. |
|
| Uses of Adaptation in com.orchestranetworks.ui |
| Methods in com.orchestranetworks.ui that return Adaptation | |
Adaptation |
UILabelRendererForHierarchyContext.getOccurrence()
Returns the current occurrence that is being displayed. |
| Methods in com.orchestranetworks.ui with parameters of type Adaptation | |
static Object |
UIHttpNavigationLink.createLinkToAdaptationNode(Adaptation target,
Path targetPath)
Generates HTTP selection parameters for a specific node at path in adaptation |
static String |
UIHttpNavigationLink.createLinkToOccurrence(Adaptation target)
Generates HTTP selection parameters for an adaptation occurrence in the current instance adaptation. |
static Object |
UIHttpNavigationLink.createLinkToOccurrence(Adaptation target,
Adaptation targetContainer)
Generates HTTP selection parameters for an adaptation occurrence in a specific instance adaptation. |
static void |
UIHttpNavigationLink.addLinkToOccurrence(Adaptation target,
Adaptation targetContainer,
UIContext aContext)
Writes url link to adaptation occurrence in a specific instance adaptation. |
static void |
UIHttpNavigationLink.addLinkToAdaptationNode(Adaptation target,
Path targetPath,
UIContext aContext)
Writes url link to node at path in a specific instance adaptation. |
void |
UIHttpManagerComponent.selectInstanceOrOccurrence(Adaptation anAdaptation)
Selects the entity specified, an instance or an occurrence. |
void |
UIHttpManagerComponent.selectInstanceOrOccurrenceWithPredicate(Adaptation anAdaptation,
String predicate)
Selects the entity specified, an instance or an occurrence with the predicate restriction |
void |
UIHttpManagerComponent.selectNode(Adaptation anAdaptation,
Path aNode)
Selects the node specified. |
void |
UIHttpManagerComponent.selectNode(Adaptation anAdaptation,
Path aNode,
String predicate)
Selects the node specified with the predicate restriction |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
(report a bug)
EBX.Platform 4.5.2 [0601:0004]
Copyright Orchestra Networks 2000-2008. All rights reserved.