Interface TopologyRulesProxyManager
- All Superinterfaces:
AutoCloseable, Closeable, OsidProfile, OsidProxyManager, OsidProxyManager, Sourceable, TopologyRulesProfile
The topology rules proxy manager provides access to topology rules
sessions and provides interoperability tests for various aspects of this
service. Methods in this manager pass a Proxy for passing
information from server environments. The sessions included in this
manager are:
-
EdgeEnablerLookupSession: a session to retrieve edge enablers -
EdgeEnablerQuerySession: a session to query for edge enablers -
EdgeEnablerSearchSession: a session to search for edge enablers -
EdgeEnablerAdminSession: a session to create and delete edge enablers -
EdgeEnablerNotificationSession: a session to receive notifications pertaining to edge enabler changes -
EdgeEnablerGraphSession: a session to look up edge enabler graph mappings -
EdgeEnablerGraphAssignmentSession: a session to manage edge enabler to graph mappings -
EdgeEnablerSmartGraphSession: a session to manage dynamic ontologies of edge enablers -
EdgeEnablerRuleLookupSession: a session to look up edge enabler to edge mappings -
EdgeEnablerRuleApplicationSession: a session to apply edge enablers to edges
-
Method Summary
Modifier and TypeMethodDescriptiongetEdgeEnablerAdminSession(Proxy proxy) Gets theOsidSessionassociated with the edge enabler administration service.getEdgeEnablerAdminSessionForGraph(Id graphId, Proxy proxy) Gets theOsidSessionassociated with the edge enabler administration service for the given graph.Gets theOsidSessionassociated with assigning edge enablers to ontologies for edge.getEdgeEnablerGraphSession(Proxy proxy) Gets theOsidSessionto lookup edge enabler/graph mappings for edge enablers.getEdgeEnablerLookupSession(Proxy proxy) Gets theOsidSessionassociated with the edge enabler lookup service.getEdgeEnablerLookupSessionForGraph(Id graphId, Proxy proxy) Gets theOsidSessionassociated with the edge enabler lookup service for the given graph.getEdgeEnablerNotificationSession(EdgeEnablerReceiver edgeEnablerReceiver, Proxy proxy) Gets theOsidSessionassociated with the edge enabler notification service.getEdgeEnablerNotificationSessionForGraph(EdgeEnablerReceiver edgeEnablerReceiver, Id graphId, Proxy proxy) Gets theOsidSessionassociated with the edge enabler notification service for the given graph.getEdgeEnablerQuerySession(Proxy proxy) Gets theOsidSessionassociated with the edge enabler query service.getEdgeEnablerQuerySessionForGraph(Id graphId, Proxy proxy) Gets theOsidSessionassociated with the edge enabler query service for the given graph.Gets theOsidSessionassociated with the edge enabler assignment service to apply enablers to ontologies.getEdgeEnablerRuleApplicationSessionForGraph(Id graphId, Proxy proxy) Gets theOsidSessionassociated with the edge enabler assignment service for the given graph to apply enablers to ontologies.Gets theOsidSessionassociated with the edge enabler mapping lookup service for looking up the rules applied to the graph.getEdgeEnablerRuleLookupSessionForGraph(Id graphId, Proxy proxy) Gets theOsidSessionassociated with the edge enabler mapping lookup service for the given graph for looking up rules applied to a graph.getEdgeEnablerSearchSession(Proxy proxy) Gets theOsidSessionassociated with the edge enabler search service.getEdgeEnablerSearchSessionForGraph(Id graphId, Proxy proxy) Gets theOsidSessionassociated with the edge enablers earch service for the given graph.getEdgeEnablerSmartGraphSession(Id graphId, Proxy proxy) Gets theOsidSessionto manage edge enabler smart ontologies.Methods inherited from interface OsidProfile
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypeModifier and TypeMethodDescriptionGets this service branch.Gets theBranch Idrepresenting this service branch.Gets a description of this service implementation.Gets a display name for this service implementation.getId()Gets an identifier for this service implementation.Gets the locales supported in this service.Gets the proxy recordTypessupported in this service.Gets the date this service implementation was released.Gets the version of this service implementation.booleanTest for support of a journal branching service.booleanTest for support of a journaling rollback service.booleansupportsOSIDVersion(Version version) Test for support of an OSID specification version.booleansupportsProxyRecordType(Type proxyRecordType) Test for support of a proxy type.Methods inherited from interface OsidProxyManager
closeMethods inherited from interface OsidProxyManager
changeBranch, initialize, rollbackServiceModifier and TypeMethodDescriptionvoidchangeBranch(Id branchId, Proxy proxy) Changes the service branch.voidinitialize(OsidRuntimeManager runtime) Initializes this manager.rollbackService(Date rollbackTime, Proxy proxy) Rolls back this service to a point in time.Methods inherited from interface Sourceable
getBranding, getBrandingIds, getLicense, getProvider, getProviderIdModifier and TypeMethodDescriptionGets a branding, such as an image or logo, expressed using theAssetinterface.Gets the branding assetIds.Gets the terms of usage.Gets theResourcerepresenting the provider.Gets theIdof the provider.Methods inherited from interface TopologyRulesProfile
getEdgeEnablerRecordTypes, getEdgeEnablerSearchRecordTypes, supportsEdgeEnablerAdmin, supportsEdgeEnablerGraph, supportsEdgeEnablerGraphAssignment, supportsEdgeEnablerLookup, supportsEdgeEnablerNotification, supportsEdgeEnablerQuery, supportsEdgeEnablerRecordType, supportsEdgeEnablerRuleApplication, supportsEdgeEnablerRuleLookup, supportsEdgeEnablerSearch, supportsEdgeEnablerSearchRecordType, supportsEdgeEnablerSmartGraph, supportsVisibleFederationModifier and TypeMethodDescriptionGets the supportedEdgeEnablerrecord types.Gets the supportedEdgeEnablersearch record types.booleanTests if an edge enabler administrative service is supported.booleanTests if an edge enabler graph lookup service is supported.booleanTests if an edge enabler graph service is supported.booleanTests if looking up edge enablers is supported.booleanTests if an edge enabler notification service is supported.booleanTests if querying edge enablers is supported.booleansupportsEdgeEnablerRecordType(Type edgeEnablerRecordType) Tests if the givenEdgeEnablerrecord type is supported.booleanTests if an edge enabler rule application service is supported.booleanTests if an edge enabler rule lookup service is supported.booleanTests if searching edge enablers is supported.booleansupportsEdgeEnablerSearchRecordType(Type edgeEnablerSearchRecordType) Tests if the givenEdgeEnablersearch record type is supported.booleanTests if an edge enabler graph lookup service is supported.booleanTests if any broker federation is exposed.
-
Method Details
-
getEdgeEnablerLookupSession
Gets theOsidSessionassociated with the edge enabler lookup service.- Parameters:
proxy- a proxy- Returns:
- an
EdgeEnablerLookupSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsEdgeEnablerLookup()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEdgeEnablerLookup()} is {@code true} .
-
getEdgeEnablerLookupSessionForGraph
EdgeEnablerLookupSession getEdgeEnablerLookupSessionForGraph(Id graphId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the edge enabler lookup service for the given graph.- Parameters:
graphId- theIdof theGraphproxy- a proxy- Returns:
- an
EdgeEnablerLookupSession - Throws:
NotFoundException- noGraphfound by the givenIdNullArgumentException-graphId or proxy is nullOperationFailedException- unable to complete requestUnimplementedException-supportsEdgeEnablerLookup()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEdgeEnablerLookup()} and {@code supportsVisibleFederation()} are {@code true} .
-
getEdgeEnablerQuerySession
Gets theOsidSessionassociated with the edge enabler query service.- Parameters:
proxy- a proxy- Returns:
- an
EdgeEnablerQuerySession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsEdgeEnablerQuery()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEdgeEnablerQuery()} is {@code true} .
-
getEdgeEnablerQuerySessionForGraph
EdgeEnablerQuerySession getEdgeEnablerQuerySessionForGraph(Id graphId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the edge enabler query service for the given graph.- Parameters:
graphId- theIdof theGraphproxy- a proxy- Returns:
- an
EdgeEnablerQuerySession - Throws:
NotFoundException- noGraphfound by the givenIdNullArgumentException-graphId or proxy is nullOperationFailedException- unable to complete requestUnimplementedException-supportsEdgeEnablerQuery()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEdgeEnablerQuery()} and {@code supportsVisibleFederation()} are {@code true} .
-
getEdgeEnablerSearchSession
Gets theOsidSessionassociated with the edge enabler search service.- Parameters:
proxy- a proxy- Returns:
- an
EdgeEnablerSearchSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsEdgeEnablerSearch()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEdgeEnablerSearch()} is {@code true} .
-
getEdgeEnablerSearchSessionForGraph
EdgeEnablerSearchSession getEdgeEnablerSearchSessionForGraph(Id graphId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the edge enablers earch service for the given graph.- Parameters:
graphId- theIdof theGraphproxy- a proxy- Returns:
- an
EdgeEnablerSearchSession - Throws:
NotFoundException- noGraphfound by the givenIdNullArgumentException-graphId or proxy is nullOperationFailedException- unable to complete requestUnimplementedException-supportsEdgeEnablerSearch()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEdgeEnablerSearch()} and {@code supportsVisibleFederation()} are {@code true} .
-
getEdgeEnablerAdminSession
Gets theOsidSessionassociated with the edge enabler administration service.- Parameters:
proxy- a proxy- Returns:
- an
EdgeEnablerAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsEdgeEnablerAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEdgeEnablerAdmin()} is {@code true} .
-
getEdgeEnablerAdminSessionForGraph
EdgeEnablerAdminSession getEdgeEnablerAdminSessionForGraph(Id graphId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the edge enabler administration service for the given graph.- Parameters:
graphId- theIdof theGraphproxy- a proxy- Returns:
- an
EdgeEnablerAdminSession - Throws:
NotFoundException- noGraphfound by the givenIdNullArgumentException-graphId or proxy is nullOperationFailedException- unable to complete requestUnimplementedException-supportsEdgeEnablerAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEdgeEnablerAdmin()} and {@code supportsVisibleFederation()} are {@code true} .
-
getEdgeEnablerNotificationSession
EdgeEnablerNotificationSession getEdgeEnablerNotificationSession(EdgeEnablerReceiver edgeEnablerReceiver, Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the edge enabler notification service.- Parameters:
edgeEnablerReceiver- the notification callbackproxy- a proxy- Returns:
- an
EdgeEnablerNotificationSession - Throws:
NullArgumentException-edgeEnablerReceiverorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsEdgeEnablerNotification()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEdgeEnablerNotification()} is {@code true} .
-
getEdgeEnablerNotificationSessionForGraph
EdgeEnablerNotificationSession getEdgeEnablerNotificationSessionForGraph(EdgeEnablerReceiver edgeEnablerReceiver, Id graphId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the edge enabler notification service for the given graph.- Parameters:
edgeEnablerReceiver- the notification callbackgraphId- theIdof theGraphproxy- a proxy- Returns:
- an
EdgeEnablerNotificationSession - Throws:
NotFoundException- no graph found by the givenIdNullArgumentException-edgeEnablerReceiver, graphIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsEdgeEnablerNotification()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEdgeEnablerNotification()} and {@code supportsVisibleFederation()} are {@code true} .
-
getEdgeEnablerGraphSession
Gets theOsidSessionto lookup edge enabler/graph mappings for edge enablers.- Parameters:
proxy- a proxy- Returns:
- an
EdgeEnablerGraphSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsEdgeEnablerGraph()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEdgeEnablerGraph()} is {@code true} .
-
getEdgeEnablerGraphAssignmentSession
EdgeEnablerGraphAssignmentSession getEdgeEnablerGraphAssignmentSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with assigning edge enablers to ontologies for edge.- Parameters:
proxy- a proxy- Returns:
- an
EdgeEnablerGraphAssignmentSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsEdgeEnablerGraphAssignment()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEdgeEnablerGraphAssignment()} is {@code true} .
-
getEdgeEnablerSmartGraphSession
EdgeEnablerSmartGraphSession getEdgeEnablerSmartGraphSession(Id graphId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionto manage edge enabler smart ontologies.- Parameters:
graphId- theIdof theGraphproxy- a proxy- Returns:
- an
EdgeEnablerSmartGraphSession - Throws:
NotFoundException- noGraphfound by the givenIdNullArgumentException-graphIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsEdgeEnablerSmartGraph()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEdgeEnablerSmartGraph()} is {@code true} .
-
getEdgeEnablerRuleLookupSession
EdgeEnablerRuleLookupSession getEdgeEnablerRuleLookupSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the edge enabler mapping lookup service for looking up the rules applied to the graph.- Parameters:
proxy- a proxy- Returns:
- an
EdgeEnablerRuleLookupSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsEdgeEnablerRuleLookup()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEdgeEnablerRuleLookup()} is {@code true} .
-
getEdgeEnablerRuleLookupSessionForGraph
EdgeEnablerRuleLookupSession getEdgeEnablerRuleLookupSessionForGraph(Id graphId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the edge enabler mapping lookup service for the given graph for looking up rules applied to a graph.- Parameters:
graphId- theIdof theGraphproxy- a proxy- Returns:
- an
EdgeEnablerRuleLookupSession - Throws:
NotFoundException- noGraphfound by the givenIdNullArgumentException-graphIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsEdgeEnablerRuleLookup()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEdgeEnablerRuleLookup()} and {@code supportsVisibleFederation()} are {@code true} .
-
getEdgeEnablerRuleApplicationSession
EdgeEnablerRuleApplicationSession getEdgeEnablerRuleApplicationSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the edge enabler assignment service to apply enablers to ontologies.- Parameters:
proxy- a proxy- Returns:
- an
EdgeEnablerRuleApplicationSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsEdgeEnablerRuleApplication()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEdgeEnablerRuleApplication()} is {@code true} .
-
getEdgeEnablerRuleApplicationSessionForGraph
EdgeEnablerRuleApplicationSession getEdgeEnablerRuleApplicationSessionForGraph(Id graphId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the edge enabler assignment service for the given graph to apply enablers to ontologies.- Parameters:
graphId- theIdof theGraphproxy- a proxy- Returns:
- an
EdgeEnablerRuleApplicationSession - Throws:
NotFoundException- noGraphfound by the givenIdNullArgumentException-graphIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsEdgeEnablerRuleApplication()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEdgeEnablerRuleApplication()} and {@code supportsVisibleFederation()} are {@code true} .
-