Uses of Class
org.wso2.carbon.governance.api.sla.dataobjects.SLA

Packages that use SLA
org.wso2.carbon.governance.api.sla   
org.wso2.carbon.governance.api.sla.dataobjects   
 

Uses of SLA in org.wso2.carbon.governance.api.sla
 

Methods in org.wso2.carbon.governance.api.sla that return SLA
 SLA[] SLAManager.findSLA(SLAFilter criteria)
          Finds all sla artifacts matching the given filter criteria.
 SLA[] SLAManager.getAllSLA()
          Finds all sla artifacts on the registry.
 SLA SLAManager.getSLA(String slaId)
          Fetches the given sla artifact on the registry.
 SLA SLAManager.newSLA(org.apache.axiom.om.OMElement content)
          Creates a new sla artifact from the given content.
 SLA SLAManager.newSLA(QName qName)
          Creates a new sla artifact from the given qualified name.
 

Methods in org.wso2.carbon.governance.api.sla with parameters of type SLA
 void SLAManager.addSLA(SLA sla)
          Adds the given sla artifact to the registry.
 boolean SLAFilter.matches(SLA sla)
          Whether the given sla artifact matches the expected filter criteria.
protected  void SLAManager.setContent(SLA sla, org.wso2.carbon.registry.core.Resource slaResource)
          Sets content of the given sla artifact to the given resource on the registry.
 void SLAManager.updateSLA(SLA sla)
          Updates the given sla artifact on the registry.
 

Uses of SLA in org.wso2.carbon.governance.api.sla.dataobjects
 

Constructors in org.wso2.carbon.governance.api.sla.dataobjects with parameters of type SLA
SLA(SLA sla)
          Copy constructor used for cloning.
 



Copyright © 2012 WSO2 Inc. All Rights Reserved.