Modifier and Type | Method and Description |
---|---|
Association[] |
RemoteRegistry.getAllAssociations(String resourcePath) |
Association[] |
RemoteRegistry.getAssociations(String resourcePath,
String associationType) |
Modifier and Type | Method and Description |
---|---|
Association[] |
Registry.getAllAssociations(String resourcePath)
Get all associations of the given resource.
|
Association[] |
Registry.getAssociations(String resourcePath,
String associationType)
Get all associations of the given resource for a give association type.
|
Modifier and Type | Method and Description |
---|---|
Association[] |
CacheBackedRegistry.getAllAssociations(String resourcePath) |
Association[] |
CacheBackedRegistry.getAssociations(String resourcePath,
String associationType) |
Modifier and Type | Method and Description |
---|---|
Association[] |
AssociationDAO.getAllAssociations(String resourcePath)
Method to get all association.
|
Association[] |
AssociationDAO.getAllAssociationsForType(String resourcePath,
String associationType)
Method to get all association of a given type.
|
Modifier and Type | Method and Description |
---|---|
Association[] |
GhostRegistry.getAllAssociations(String resourcePath) |
Association[] |
GhostRegistry.getAssociations(String resourcePath,
String associationType) |
Modifier and Type | Method and Description |
---|---|
Association[] |
EmbeddedRegistry.getAllAssociations(String resourcePath) |
Association[] |
EmbeddedRegistry.getAssociations(String resourcePath,
String associationType) |
Modifier and Type | Method and Description |
---|---|
Association[] |
JDBCAssociationDAO.getAllAssociations(String resourcePath) |
Association[] |
JDBCAssociationDAO.getAllAssociationsForType(String resourcePath,
String associationType) |
Modifier and Type | Method and Description |
---|---|
Association[] |
UserDefinedHandlerManager.getAllAssociations(RequestContext requestContext) |
Association[] |
HandlerManager.getAllAssociations(RequestContext requestContext)
Manages the handler invocations of GET_ALL_ASSOCIATIONS method.
|
Association[] |
HandlerLifecycleManager.getAllAssociations(RequestContext requestContext) |
Association[] |
Handler.getAllAssociations(RequestContext requestContext)
Gets called when getting all Associations.
|
Association[] |
UserDefinedHandlerManager.getAssociations(RequestContext requestContext) |
Association[] |
HandlerManager.getAssociations(RequestContext requestContext)
Manages the handler invocations of GET_ASSOCIATIONS method.
|
Association[] |
HandlerLifecycleManager.getAssociations(RequestContext requestContext) |
Association[] |
Handler.getAssociations(RequestContext requestContext)
Gets called when getting Associations of given type.
|
Association[] |
RequestContext.getOldAssociationsOnSource()
Method to get the Old Associations On Source.
|
Association[] |
RequestContext.getOldAssociationsOnTarget()
Method to get the Old Associations On Target.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestContext.setOldAssociationsOnSource(Association[] oldAssociationsOnSource)
Method to set Old Associations On Source.
|
void |
RequestContext.setOldAssociationsOnTarget(Association[] oldAssociationsOnTarget)
Method to set Old Associations On Target.
|
Modifier and Type | Method and Description |
---|---|
Association[] |
SymLinkHandler.getAllAssociations(RequestContext requestContext) |
Association[] |
SimulationHandler.getAllAssociations(RequestContext requestContext) |
Association[] |
OperationStatisticsHandler.getAllAssociations(RequestContext requestContext) |
Association[] |
MountHandler.getAllAssociations(RequestContext requestContext) |
Association[] |
SymLinkHandler.getAssociations(RequestContext requestContext) |
Association[] |
SimulationHandler.getAssociations(RequestContext requestContext) |
Association[] |
OperationStatisticsHandler.getAssociations(RequestContext requestContext) |
Association[] |
MountHandler.getAssociations(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
Association[] |
UserRegistry.getAllAssociations(String resourcePath) |
Association[] |
UserRegistry.getAssociations(String resourcePath,
String associationType) |
Association[] |
ChrootWrapper.getOutAssociations(Association[] associations)
Return the associations array with converting all to relative paths.
|
Modifier and Type | Method and Description |
---|---|
Association[] |
ChrootWrapper.getOutAssociations(Association[] associations)
Return the associations array with converting all to relative paths.
|
Copyright © 2016 WSO2 Inc. All Rights Reserved.