Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


Uses of Class
oracle.security.jps.service.policystore.search.ChangeLogSearchQuery

Packages that use ChangeLogSearchQuery
oracle.security.jps.service.policystore.entitymanager   
oracle.security.jps.service.policystore.search   

 

Uses of ChangeLogSearchQuery in oracle.security.jps.service.policystore.entitymanager

 

Methods in oracle.security.jps.service.policystore.entitymanager with parameters of type ChangeLogSearchQuery
 java.util.List<AppRoleEntry> ChangeLogManager.getApplicationRoles(ChangeLogSearchQuery query)
          Returns the added AND modified roles in the current application policy after the timestamp specified in the query The timestamp must be obtained from the API: ChangeLogManager.getLastModifiedTimeStamp(String, ChangeLogEntity)
Note that the returned list may contain duplicates of Application Roles returned earlier.
 java.util.List<AppRoleEntry> ChangeLogManager.getDeletedAppRoles(ChangeLogSearchQuery query)
          Returns all approles deleted from the current application policy after the supplied timestamp
 java.util.List<PermissionEntry> ChangeLogManager.getDeletedPermissions(ChangeLogSearchQuery query)
          Returns all permissions deleted from the current application policy after the supplied timestamp.
 java.util.List<GrantEntry> ChangeLogManager.getPolicies(ChangeLogSearchQuery query)
          Returns the added AND modified policies (grant entries) in the current application policy after the timestamp specified in the query The timestamp must be obtained from the API: ChangeLogManager.getLastModifiedTimeStamp(String, ChangeLogEntity)
Note that the returned list may contain duplicates of grantes already returned earlier.

 

Uses of ChangeLogSearchQuery in oracle.security.jps.service.policystore.search

 

Constructor parameters in oracle.security.jps.service.policystore.search with type arguments of type ChangeLogSearchQuery
ChangeLogSearchQuery(java.util.List<ChangeLogSearchQuery> queries, boolean negation, boolean isORMatch)
          Constructor
Construct a composite query with multiple queries supplied in a list.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


Copyright © 2013 Oracle. All rights reserved.