|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dependency | |
---|---|
org.wso2.registry | |
org.wso2.registry.app | |
org.wso2.registry.inmemory | |
org.wso2.registry.jdbc | |
org.wso2.registry.jdbc.dao | |
org.wso2.registry.secure |
Uses of Dependency in org.wso2.registry |
---|
Methods in org.wso2.registry that return Dependency | |
---|---|
Dependency[] |
Registry.getAllDependencies(java.lang.String resourcePath)
Get all dependencies of the given resource. |
Dependency[] |
Dependency.getDependencies()
|
Methods in org.wso2.registry with parameters of type Dependency | |
---|---|
void |
Dependency.setDependencies(Dependency[] dependencies)
|
Uses of Dependency in org.wso2.registry.app |
---|
Methods in org.wso2.registry.app that return Dependency | |
---|---|
Dependency[] |
RemoteRegistry.getAllDependencies(java.lang.String resourcePath)
|
Uses of Dependency in org.wso2.registry.inmemory |
---|
Methods in org.wso2.registry.inmemory that return Dependency | |
---|---|
Dependency[] |
InMemoryRegistry.getAllDependencies(java.lang.String resourcePath)
|
Uses of Dependency in org.wso2.registry.jdbc |
---|
Methods in org.wso2.registry.jdbc that return Dependency | |
---|---|
Dependency[] |
JDBCRegistry.getAllDependencies(java.lang.String resourcePath)
|
Uses of Dependency in org.wso2.registry.jdbc.dao |
---|
Methods in org.wso2.registry.jdbc.dao that return Dependency | |
---|---|
Dependency[] |
VersionedResourceDAO.getDependencies(java.lang.String resourcePath,
java.sql.Connection conn)
|
Methods in org.wso2.registry.jdbc.dao with parameters of type Dependency | |
---|---|
void |
VersionedResourceDAO.addDependencies(long resourceID,
long version,
Dependency[] dependencies,
java.sql.Connection conn)
Adds dependencies to the given version of a resource. |
Uses of Dependency in org.wso2.registry.secure |
---|
Methods in org.wso2.registry.secure that return Dependency | |
---|---|
Dependency[] |
SecureRegistry.getAllDependencies(java.lang.String resourcePath)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |