public interface EntityManager
Modifier and Type | Method and Description |
---|---|
void |
deleteEntity(java.lang.String entity) |
boolean |
deployFinalQueryOptions() |
java.util.HashMap<java.lang.Enum,java.lang.Boolean> |
deployQueryOptions()
Deploys the query option
|
boolean |
deployStagingQueryOptions() |
void |
generateExplorerQueryOptions()
Updates the explorer query options to the file system
|
java.util.List<HubEntity> |
getEntities() |
java.util.List<HubEntity> |
getEntities(java.lang.Boolean extendSubEntities) |
HubEntity |
getEntityFromProject(java.lang.String entityName) |
HubEntity |
getEntityFromProject(java.lang.String entityName,
java.lang.Boolean extendSubEntities) |
HubEntity |
getEntityFromProject(java.lang.String entityName,
java.lang.String version) |
HubEntity |
getEntityFromProject(java.lang.String entityName,
java.lang.String version,
java.lang.Boolean extendSubEntities) |
boolean |
saveDbIndexes()
Updates the indexes for the entity on the filesystem
|
HubEntity |
saveEntity(HubEntity entity,
java.lang.Boolean rename) |
boolean |
savePii()
Scans the entities in the project for pii properties, and saves the
required ELS configurations to support those properties.
|
boolean |
saveQueryOptions()
Updates the query options to the file system
|
boolean saveQueryOptions()
void generateExplorerQueryOptions()
java.util.HashMap<java.lang.Enum,java.lang.Boolean> deployQueryOptions()
boolean saveDbIndexes()
boolean savePii()
boolean deployFinalQueryOptions()
boolean deployStagingQueryOptions()
HubEntity getEntityFromProject(java.lang.String entityName)
HubEntity getEntityFromProject(java.lang.String entityName, java.lang.String version)
HubEntity getEntityFromProject(java.lang.String entityName, java.lang.Boolean extendSubEntities)
HubEntity getEntityFromProject(java.lang.String entityName, java.lang.String version, java.lang.Boolean extendSubEntities)
java.util.List<HubEntity> getEntities()
java.util.List<HubEntity> getEntities(java.lang.Boolean extendSubEntities)
HubEntity saveEntity(HubEntity entity, java.lang.Boolean rename) throws java.io.IOException
java.io.IOException
void deleteEntity(java.lang.String entity) throws java.io.IOException
java.io.IOException