Uses of Interface
org.eclipse.wst.ws.service.policy.ui.IPolicyOperation

Packages that use IPolicyOperation
org.eclipse.wst.ws.service.policy.ui   
 

Uses of IPolicyOperation in org.eclipse.wst.ws.service.policy.ui
 

Methods in org.eclipse.wst.ws.service.policy.ui that return IPolicyOperation
 IPolicyOperation ServicePolicyPlatformUI.getOperation(IServicePolicy policy, java.lang.String id)
          Returns an operation that is associated with a particular service policy and has the specified id.
 

Methods in org.eclipse.wst.ws.service.policy.ui that return types with arguments of type IPolicyOperation
 java.util.List<IPolicyOperation> ServicePolicyPlatformUI.getAllOperations()
          Returns all the operations for all known policies.
 java.util.List<IPolicyOperation> ServicePolicyPlatformUI.getOperations(IServicePolicy policy, boolean isWorkspace)
          Returns the list of operations for this policy.
 java.util.List<java.util.List<IPolicyOperation>> ServicePolicyPlatformUI.getOperationsList(java.util.List<IServicePolicy> policies, boolean isWorkspace)
          Returns a list of list policy operations which are associated with the specified service policies.