Package com.soffid.iam.service.ejb
Interface IssuePolicyService
-
public interface IssuePolicyServiceEJB IssuePolicyService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PagedResult<IssuePolicy>findIssuePoliciesByJsonQuery(String query, Integer first, Integer pageSize)AsyncList<IssuePolicy>findIssuePoliciesByJsonQueryAsync(String query)List<IssueActionDefinition>listAutomaticActions()IssuePolicyupdate(IssuePolicy event)
-
-
-
Method Detail
-
findIssuePoliciesByJsonQueryAsync
AsyncList<IssuePolicy> findIssuePoliciesByJsonQueryAsync(String query) throws InternalErrorException
- Throws:
InternalErrorException
-
update
IssuePolicy update(IssuePolicy event) throws InternalErrorException
- Throws:
InternalErrorException
-
findIssuePoliciesByJsonQuery
PagedResult<IssuePolicy> findIssuePoliciesByJsonQuery(String query, Integer first, Integer pageSize) throws InternalErrorException
- Throws:
InternalErrorException
-
listAutomaticActions
List<IssueActionDefinition> listAutomaticActions() throws InternalErrorException
- Throws:
InternalErrorException
-
-