|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TransformationEnvironment in eu.esdihumboldt.hale.common.headless |
---|
Methods in eu.esdihumboldt.hale.common.headless that return TransformationEnvironment | |
---|---|
TransformationEnvironment |
EnvironmentService.getEnvironment(String id)
Get the transformation environment with the given identifier, if it exists. |
Methods in eu.esdihumboldt.hale.common.headless that return types with arguments of type TransformationEnvironment | |
---|---|
Collection<TransformationEnvironment> |
EnvironmentService.getEnvironments()
Get the available transformation environments. |
Methods in eu.esdihumboldt.hale.common.headless with parameters of type TransformationEnvironment | |
---|---|
void |
EnvironmentManager.addEnvironment(TransformationEnvironment environment)
Add a transformation environment. |
Uses of TransformationEnvironment in eu.esdihumboldt.hale.common.headless.impl |
---|
Classes in eu.esdihumboldt.hale.common.headless.impl that implement TransformationEnvironment | |
---|---|
class |
ProjectTransformationEnvironment
Transformation environment based on a Project . |
Methods in eu.esdihumboldt.hale.common.headless.impl that return TransformationEnvironment | |
---|---|
TransformationEnvironment |
EnvironmentManagerImpl.getEnvironment(String id)
|
Methods in eu.esdihumboldt.hale.common.headless.impl that return types with arguments of type TransformationEnvironment | |
---|---|
Collection<TransformationEnvironment> |
EnvironmentManagerImpl.getEnvironments()
|
Methods in eu.esdihumboldt.hale.common.headless.impl with parameters of type TransformationEnvironment | |
---|---|
void |
EnvironmentManagerImpl.addEnvironment(TransformationEnvironment environment)
|
Uses of TransformationEnvironment in eu.esdihumboldt.hale.common.headless.transform |
---|
Methods in eu.esdihumboldt.hale.common.headless.transform with parameters of type TransformationEnvironment | |
---|---|
static com.google.common.util.concurrent.ListenableFuture<Boolean> |
Transformation.transform(List<InstanceReader> sources,
InstanceWriter target,
TransformationEnvironment environment,
ReportHandler reportHandler,
Object processId)
Transform the instances provided through the given instance readers and supply the result to the given instance writer. |
Uses of TransformationEnvironment in eu.esdihumboldt.hale.server.projects.impl.internal |
---|
Methods in eu.esdihumboldt.hale.server.projects.impl.internal that return TransformationEnvironment | |
---|---|
TransformationEnvironment |
ProjectHandler.getTransformationEnvironment()
Get the transformation environment if available. |
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |