Uses of Class
com.tibco.bpm.web.client.model.pagebus.hub.HubPolicy.Operation

Packages that use HubPolicy.Operation
com.tibco.bpm.web.client.model.pagebus.hub   
 

Uses of HubPolicy.Operation in com.tibco.bpm.web.client.model.pagebus.hub
 

Methods in com.tibco.bpm.web.client.model.pagebus.hub that return HubPolicy.Operation
static HubPolicy.Operation HubPolicy.Operation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HubPolicy.Operation[] HubPolicy.Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.tibco.bpm.web.client.model.pagebus.hub with parameters of type HubPolicy.Operation
 void HubPolicy.grant(java.lang.String uri, HubPolicy.Operation opType, java.lang.String topic)
          Grants a privilege to the origin of the given uri.
 void ManagedEventHub.policyGrant(java.lang.String uri, HubPolicy.Operation opType, java.lang.String topic)
           
 void ManagedEventHub.policyRevoke(java.lang.String uri, HubPolicy.Operation opType, java.lang.String topic)
           
 void HubPolicy.revoke(java.lang.String uri, HubPolicy.Operation opType, java.lang.String topic)
          Revokes a privilege from the origin of the given uri.
 



Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.