public interface EntitlementPolicyAdminService
Modifier and Type | Method and Description |
---|---|
void |
addPolicies(PolicyDTO[] policies66)
Auto generated method signature for Asynchronous Invocations
|
void |
addPolicy(PolicyDTO policyDTO62)
Auto generated method signature for Asynchronous Invocations
|
void |
addSubscriber(PublisherDataHolder holder72)
Auto generated method signature for Asynchronous Invocations
|
void |
deleteSubscriber(String subscriberId64)
Auto generated method signature for Asynchronous Invocations
|
void |
dePromotePolicy(String policyId80)
Auto generated method signature for Asynchronous Invocations
|
void |
enableDisablePolicy(String policyId118,
boolean enable119)
Auto generated method signature for Asynchronous Invocations
|
PaginatedPolicySetDTO |
getAllPolicies(String policyTypeFilter53,
String policySearchString54,
int pageNumber55,
boolean isPDPPolicy56)
Auto generated method signature
|
String[] |
getAllPolicyIds(String searchString42)
Auto generated method signature
|
EntitlementTreeNodeDTO |
getEntitlementData(String dataModule34,
String category35,
String regexp36,
int dataLevel37,
int limit38)
Auto generated method signature
|
EntitlementFinderDataHolder[] |
getEntitlementDataModules()
Auto generated method signature
|
PolicyDTO |
getLightPolicy(String policyId82)
Auto generated method signature
|
PolicyDTO |
getPolicy(String policyId102,
boolean isPDPPolicy103)
Auto generated method signature
|
PolicyDTO |
getPolicyByVersion(String policyId94,
String version95)
Auto generated method signature
|
String[] |
getPolicyVersions(String policyId68)
Auto generated method signature
|
PublisherDataHolder[] |
getPublisherModuleData()
Auto generated method signature
|
PaginatedStatusHolder |
getStatusData(String about107,
String key108,
String type109,
String searchString110,
int pageNumber111)
Auto generated method signature
|
PublisherDataHolder |
getSubscriber(String subscribeId49)
Auto generated method signature
|
String[] |
getSubscriberIds(String searchString74)
Auto generated method signature
|
void |
importPolicyFromRegistry(String policyRegistryPath92)
Auto generated method signature for Asynchronous Invocations
|
void |
orderPolicy(String policyId86,
int newOrder87)
Auto generated method signature for Asynchronous Invocations
|
void |
publish(String verificationCode121)
Auto generated method signature for Asynchronous Invocations
|
void |
publishPolicies(String[] policyIds126,
String version127,
String action128,
int order129,
String[] subscriberIds130)
Auto generated method signature for Asynchronous Invocations
|
void |
publishToPDP(String[] policyIds132,
String version133,
String action134,
int order135)
Auto generated method signature for Asynchronous Invocations
|
void |
removePolicies(String[] policyIds123,
boolean dePromote124)
Auto generated method signature for Asynchronous Invocations
|
void |
removePolicy(String policyId99,
boolean dePromote100)
Auto generated method signature for Asynchronous Invocations
|
void |
rollBackPolicy(String policyId89,
String version90)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllPolicies(String policyTypeFilter53,
String policySearchString54,
int pageNumber55,
boolean isPDPPolicy56,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllPolicyIds(String searchString42,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntitlementData(String dataModule34,
String category35,
String regexp36,
int dataLevel37,
int limit38,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntitlementDataModules(EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetLightPolicy(String policyId82,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPolicy(String policyId102,
boolean isPDPPolicy103,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPolicyByVersion(String policyId94,
String version95,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPolicyVersions(String policyId68,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPublisherModuleData(EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetStatusData(String about107,
String key108,
String type109,
String searchString110,
int pageNumber111,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSubscriber(String subscribeId49,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSubscriberIds(String searchString74,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updatePolicy(PolicyDTO policyDTO60)
Auto generated method signature for Asynchronous Invocations
|
void |
updateSubscriber(PublisherDataHolder holder78)
Auto generated method signature for Asynchronous Invocations
|
EntitlementTreeNodeDTO getEntitlementData(String dataModule34, String category35, String regexp36, int dataLevel37, int limit38) throws RemoteException
getEntitlementData33
- RemoteException
void startgetEntitlementData(String dataModule34, String category35, String regexp36, int dataLevel37, int limit38, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getEntitlementData33
- RemoteException
String[] getAllPolicyIds(String searchString42) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
getAllPolicyIds41
- EntitlementPolicyAdminServiceEntitlementException
- :RemoteException
void startgetAllPolicyIds(String searchString42, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getAllPolicyIds41
- RemoteException
EntitlementFinderDataHolder[] getEntitlementDataModules() throws RemoteException
getEntitlementDataModules45
- RemoteException
void startgetEntitlementDataModules(EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getEntitlementDataModules45
- RemoteException
PublisherDataHolder getSubscriber(String subscribeId49) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
getSubscriber48
- EntitlementPolicyAdminServiceEntitlementException
- :RemoteException
void startgetSubscriber(String subscribeId49, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getSubscriber48
- RemoteException
PaginatedPolicySetDTO getAllPolicies(String policyTypeFilter53, String policySearchString54, int pageNumber55, boolean isPDPPolicy56) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
getAllPolicies52
- EntitlementPolicyAdminServiceEntitlementException
- :RemoteException
void startgetAllPolicies(String policyTypeFilter53, String policySearchString54, int pageNumber55, boolean isPDPPolicy56, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getAllPolicies52
- RemoteException
void updatePolicy(PolicyDTO policyDTO60) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void addPolicy(PolicyDTO policyDTO62) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void deleteSubscriber(String subscriberId64) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void addPolicies(PolicyDTO[] policies66) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
String[] getPolicyVersions(String policyId68) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
getPolicyVersions67
- EntitlementPolicyAdminServiceEntitlementException
- :RemoteException
void startgetPolicyVersions(String policyId68, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getPolicyVersions67
- RemoteException
void addSubscriber(PublisherDataHolder holder72) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
String[] getSubscriberIds(String searchString74) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
getSubscriberIds73
- EntitlementPolicyAdminServiceEntitlementException
- :RemoteException
void startgetSubscriberIds(String searchString74, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getSubscriberIds73
- RemoteException
void updateSubscriber(PublisherDataHolder holder78) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void dePromotePolicy(String policyId80) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
PolicyDTO getLightPolicy(String policyId82) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
getLightPolicy81
- EntitlementPolicyAdminServiceEntitlementException
- :RemoteException
void startgetLightPolicy(String policyId82, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getLightPolicy81
- RemoteException
void orderPolicy(String policyId86, int newOrder87) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void rollBackPolicy(String policyId89, String version90) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void importPolicyFromRegistry(String policyRegistryPath92) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
PolicyDTO getPolicyByVersion(String policyId94, String version95) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
getPolicyByVersion93
- EntitlementPolicyAdminServiceEntitlementException
- :RemoteException
void startgetPolicyByVersion(String policyId94, String version95, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getPolicyByVersion93
- RemoteException
void removePolicy(String policyId99, boolean dePromote100) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
PolicyDTO getPolicy(String policyId102, boolean isPDPPolicy103) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
getPolicy101
- EntitlementPolicyAdminServiceEntitlementException
- :RemoteException
void startgetPolicy(String policyId102, boolean isPDPPolicy103, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getPolicy101
- RemoteException
PaginatedStatusHolder getStatusData(String about107, String key108, String type109, String searchString110, int pageNumber111) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
getStatusData106
- EntitlementPolicyAdminServiceEntitlementException
- :RemoteException
void startgetStatusData(String about107, String key108, String type109, String searchString110, int pageNumber111, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getStatusData106
- RemoteException
PublisherDataHolder[] getPublisherModuleData() throws RemoteException
getPublisherModuleData114
- RemoteException
void startgetPublisherModuleData(EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getPublisherModuleData114
- RemoteException
void enableDisablePolicy(String policyId118, boolean enable119) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void publish(String verificationCode121) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void removePolicies(String[] policyIds123, boolean dePromote124) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void publishPolicies(String[] policyIds126, String version127, String action128, int order129, String[] subscriberIds130) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void publishToPDP(String[] policyIds132, String version133, String action134, int order135) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
Copyright © 2018 WSO2. All rights reserved.