Uses of Class
org.wso2.carbon.registry.core.Association

Packages that use Association
org.wso2.carbon.registry.app   
org.wso2.carbon.registry.core   
org.wso2.carbon.registry.core.jdbc   
org.wso2.carbon.registry.core.jdbc.dao   
org.wso2.carbon.registry.core.jdbc.handlers   
org.wso2.carbon.registry.core.jdbc.handlers.builtin   
org.wso2.carbon.registry.core.session   
 

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.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[] 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.jdbc.handlers
 

Methods in org.wso2.carbon.registry.core.jdbc.handlers that return Association
 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.getAllAssociations(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[] UserDefinedHandlerManager.getAssociations(RequestContext requestContext)
           
 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[] SimulationHandler.getAllAssociations(RequestContext requestContext)
           
 Association[] SymLinkHandler.getAllAssociations(RequestContext requestContext)
           
 Association[] MountHandler.getAllAssociations(RequestContext requestContext)
           
 Association[] SimulationHandler.getAssociations(RequestContext requestContext)
           
 Association[] SymLinkHandler.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.
 



Copyright © 2010. All Rights Reserved.