Uses of Class
flux.repository.RepositoryElementType

Packages that use RepositoryElementType
flux.repository Storage depot of template workflows and other reusable Flux components like engine configurations 
 

Uses of RepositoryElementType in flux.repository
 

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

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



© 2014 Flux Corporation. All rights reserved.