|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Association in org.wso2.carbon.registry.app |
---|
Methods in org.wso2.carbon.registry.app that return Association | |
---|---|
Association[] |
RemoteRegistry.getAllAssociations(String resourcePath)
|
Association[] |
RemoteRegistry.getAssociations(String resourcePath,
String associationType)
|
Uses of Association in org.wso2.carbon.registry.core |
---|
Methods in org.wso2.carbon.registry.core that return Association | |
---|---|
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. |
Uses of Association in org.wso2.carbon.registry.core.caching |
---|
Methods in org.wso2.carbon.registry.core.caching that return Association | |
---|---|
Association[] |
CacheBackedRegistry.getAllAssociations(String resourcePath)
|
Association[] |
CacheBackedRegistry.getAssociations(String resourcePath,
String associationType)
|
Uses of Association in org.wso2.carbon.registry.core.dao |
---|
Methods in org.wso2.carbon.registry.core.dao that return Association | |
---|---|
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. |
Uses of Association in org.wso2.carbon.registry.core.ghostregistry |
---|
Methods in org.wso2.carbon.registry.core.ghostregistry that return Association | |
---|---|
Association[] |
GhostRegistry.getAllAssociations(String resourcePath)
|
Association[] |
GhostRegistry.getAssociations(String resourcePath,
String associationType)
|
Uses of Association in org.wso2.carbon.registry.core.jdbc |
---|
Methods in org.wso2.carbon.registry.core.jdbc that return Association | |
---|---|
Association[] |
EmbeddedRegistry.getAllAssociations(String resourcePath)
|
Association[] |
EmbeddedRegistry.getAssociations(String resourcePath,
String associationType)
|
Uses of Association in org.wso2.carbon.registry.core.jdbc.dao |
---|
Methods in org.wso2.carbon.registry.core.jdbc.dao that return Association | |
---|---|
Association[] |
JDBCAssociationDAO.getAllAssociations(String resourcePath)
|
Association[] |
JDBCAssociationDAO.getAllAssociationsForType(String resourcePath,
String associationType)
|
Uses of Association in org.wso2.carbon.registry.core.jdbc.handlers |
---|
Methods in org.wso2.carbon.registry.core.jdbc.handlers that return Association | |
---|---|
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. |
Methods in org.wso2.carbon.registry.core.jdbc.handlers with parameters of type Association | |
---|---|
void |
RequestContext.setOldAssociationsOnSource(Association[] oldAssociationsOnSource)
Method to set Old Associations On Source. |
void |
RequestContext.setOldAssociationsOnTarget(Association[] oldAssociationsOnTarget)
Method to set Old Associations On Target. |
Uses of Association in org.wso2.carbon.registry.core.jdbc.handlers.builtin |
---|
Methods in org.wso2.carbon.registry.core.jdbc.handlers.builtin that return Association | |
---|---|
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)
|
Uses of Association in org.wso2.carbon.registry.core.session |
---|
Methods in org.wso2.carbon.registry.core.session that return Association | |
---|---|
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. |
Methods in org.wso2.carbon.registry.core.session with parameters of type Association | |
---|---|
Association[] |
ChrootWrapper.getOutAssociations(Association[] associations)
Return the associations array with converting all to relative paths. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |