Uses of Class
flux.SortOrder

Packages that use SortOrder
flux File Orchestration Solutions for Banking and Finance 
flux.repository Storage depot of template workflows and other reusable Flux components like engine configurations 
 

Uses of SortOrder in flux
 

Methods in flux that return SortOrder
static SortOrder SortOrder.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SortOrder[] SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in flux with parameters of type SortOrder
 FlowChartElementIterator Engine.getFlowChartElements(java.lang.String namespace, SortOrder sortOrder)
          Returns the fundamental components of all flow charts, ordered by flow chart name, whose names match the specified hierarchical flow chart namespace expression.
 FlowChartElementIterator Engine.getFlowChartElements(java.lang.String namespace, SuperState superState, java.util.Set<SubState> subStates, java.lang.String engineName, java.lang.String actionName, java.lang.String messageFilter, SortOrder sortOrder)
          Returns the fundamental components of all running flow contexts within executing flow charts that match the specified search criteria, which are described in the method parameters.
 FlowChartRunIterator Engine.getRuns(java.lang.String namespace, java.util.Date lowerBound, java.util.Date upperBound, SortOrder sortOrder)
          Returns all runs in the specified namespace that occurred within the lower and upper date boundaries.
 AuditTrailIterator Engine.scanAuditTrail(java.lang.String namespace, java.util.Date lowerBound, java.util.Date upperBound, java.util.Set<java.lang.String> auditTrailEventNames, java.lang.String messageFilter, SortOrder sortOrder)
          Returns an ordered result of audit trail entries from the Flux audit trail.
 AuditTrailIterator Engine.scanAuditTrailByUser(java.lang.String namespace, java.util.Date lowerBound, java.util.Date upperBound, java.util.Set<java.lang.String> auditTrailEventNames, java.lang.String messageFilter, java.lang.String username, SortOrder sortOrder)
          Returns an ordered result of audit trail entries from the Flux audit trail.
 LogIterator Engine.scanLogs(java.lang.String namespace, java.util.Date lowerBound, java.util.Date upperBound, Level loggingLevel, java.lang.String logger, java.lang.String messageFilter, java.lang.String engineName, SortOrder sortOrder)
          Returns an ordered result of log entries from the Flux logs.
 LogIterator Engine.scanLogsByUser(java.lang.String namespace, java.util.Date lowerBound, java.util.Date upperBound, Level loggingLevel, java.lang.String logger, java.lang.String messageFilter, java.lang.String engineName, java.lang.String username, SortOrder sortOrder)
          Returns an ordered result of log entries from the Flux logs.
 

Uses of SortOrder in flux.repository
 

Methods in flux.repository with parameters of type SortOrder
 RepositoryIterator RepositoryAdministrator.get(java.lang.String namespace, java.util.Set<RepositoryElementType> elementTypes, SortOrder sortOrder)
          Returns elements from the repository.
 RepositoryIterator RepositoryAdministrator.get(java.lang.String namespace, SortOrder sortOrder)
          Returns elements from the repository.
 



© 2014 Flux Corporation. All rights reserved.