Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Uses of Class
oracle.wsm.policy.model.IPolicy.STATUS

Packages that use IPolicy.STATUS
oracle.wsm.policy.model   
oracle.wsm.policy.model.impl   
oracle.wsm.policymanager   
oracle.wsm.policymanager.client   
oracle.wsm.policymanager.impl   
oracle.wsm.policymanager.internal   

 

Uses of IPolicy.STATUS in oracle.wsm.policy.model

 

Methods in oracle.wsm.policy.model that return IPolicy.STATUS
 IPolicy.STATUS IPolicy.getStatus()
           
static IPolicy.STATUS IPolicy.STATUS.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IPolicy.STATUS[] IPolicy.STATUS.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.wsm.policy.model with parameters of type IPolicy.STATUS
 void IPolicy.setStatus(IPolicy.STATUS status)
           

 

Uses of IPolicy.STATUS in oracle.wsm.policy.model.impl

 

Methods in oracle.wsm.policy.model.impl that return IPolicy.STATUS
 IPolicy.STATUS Policy.getStatus()
           

 

Methods in oracle.wsm.policy.model.impl with parameters of type IPolicy.STATUS
 void Policy.setStatus(IPolicy.STATUS status)
           

 

Uses of IPolicy.STATUS in oracle.wsm.policymanager

 

Methods in oracle.wsm.policymanager with parameters of type IPolicy.STATUS
 List<IPolicy> IQueryService.getPoliciesByPolicyStatus(String path, IPolicy.STATUS status)
          Return a list of Policies with supplied status

 

Uses of IPolicy.STATUS in oracle.wsm.policymanager.client

 

Methods in oracle.wsm.policymanager.client with parameters of type IPolicy.STATUS
 List<IPolicy> QueryServiceDelegate.getPoliciesByPolicyStatus(String path, IPolicy.STATUS status)
          Return a list of Policies with supplied status

 

Uses of IPolicy.STATUS in oracle.wsm.policymanager.impl

 

Methods in oracle.wsm.policymanager.impl with parameters of type IPolicy.STATUS
 List<String> QueryService.getPoliciesAsStringByPolicyStatus(String path, IPolicy.STATUS status)
           
 List<IPolicy> QueryService.getPoliciesByPolicyStatus(String path, IPolicy.STATUS status)
          Return a list of Policies with supplied status

 

Uses of IPolicy.STATUS in oracle.wsm.policymanager.internal

 

Methods in oracle.wsm.policymanager.internal with parameters of type IPolicy.STATUS
 List<String> IStringQueryService.getPoliciesAsStringByPolicyStatus(String path, IPolicy.STATUS status)
          Return a list of Policies with supplied status

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.