org.wso2.carbon.registry.core
Class Association
java.lang.Object
org.wso2.carbon.registry.api.Association
org.wso2.carbon.registry.core.Association
public class Association
- extends org.wso2.carbon.registry.api.Association
This class is to store resource associations. Association can be made between 1. Registry
Resource Paths. 2. Path with web url In addition to the source and target paths associations has
a type. Dependency is a special case of association where the type field is always equal to
Association.DEPENDS constant.
Methods inherited from class org.wso2.carbon.registry.api.Association |
getAssociationType, getDestinationPath, getSourcePath, setAssociationType, setDestinationPath, setSourcePath |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEPENDS
public static final String DEPENDS
- See Also:
- Constant Field Values
USED_BY
public static final String USED_BY
- See Also:
- Constant Field Values
Association
public Association()
Association
public Association(String sourcePath,
String destinationPath,
String associationType)
Copyright © 2012 WSO2 Inc. All Rights Reserved.