org.wso2.carbon.governance.api.endpoints.dataobjects
Interface Endpoint

All Superinterfaces:
GovernanceArtifact
All Known Implementing Classes:
EndpointImpl

public interface Endpoint
extends GovernanceArtifact


Method Summary
 String getUrl()
          Method to obtain the endpoint URL.
 
Methods inherited from interface org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact
addAttribute, attachLifecycle, checkLCItem, getAllCheckListItemNames, getAllLifecycleActions, getAllVotingItems, getAttribute, getAttributeKeys, getAttributes, getDependencies, getDependents, getId, getLifecycleName, getLifecycleNames, getLifecycleState, getLifecycleState, getPath, getQName, invokeAction, invokeAction, isLCItemChecked, isVoted, removeAttribute, setAttribute, setAttributes, setId, uncheckLCItem, unvote, vote
 

Method Detail

getUrl

String getUrl()
Method to obtain the endpoint URL.

Returns:
the endpoint URL.


Copyright © 2015 WSO2. All Rights Reserved.