Package | Description |
---|---|
org.rvpf.document.loader |
Configuration and metadata documents loader.
|
org.rvpf.http.rpn |
HTTP RPN executor server module.
|
org.rvpf.metadata |
Metadata entities definition.
|
org.rvpf.metadata.entity |
Modifier and Type | Method and Description |
---|---|
boolean |
MetadataFilter.isEngineNeeded(EngineEntity engineEntity)
Asks if an engine is needed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RPNMetadataFilter.isEngineNeeded(EngineEntity engineEntity)
Asks if an engine is needed.
|
Modifier and Type | Method and Description |
---|---|
Collection<EngineEntity> |
Metadata.getEngineEntities()
Gets the engine entities registered in this metadata.
|
Optional<EngineEntity> |
Metadata.getEngineEntity(Optional<String> name)
Gets the engine entity with the specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
Metadata.addEngineEntity(Optional<EngineEntity> engineEntity)
Adds an engine entity to this metadata.
|
Modifier and Type | Method and Description |
---|---|
EngineEntity |
EngineEntity.Builder.build()
Builds an abstract entity.
|
EngineEntity |
EngineEntity.copy()
Creates a copy of this entity.
|
Modifier and Type | Method and Description |
---|---|
Optional<EngineEntity> |
TransformEntity.getEngineEntity()
Gets the engine entity.
|
Modifier and Type | Method and Description |
---|---|
EngineEntity.Builder |
EngineEntity.Builder.copyFrom(EngineEntity entity)
Copies the values from an entity.
|
Modifier and Type | Method and Description |
---|---|
TransformEntity.Builder |
TransformEntity.Builder.setEngineEntity(Optional<EngineEntity> engineEntity)
Sets the engine entity for this transform entity.
|
Constructor and Description |
---|
TransformEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Optional<ClassDefEntity> classDef,
Optional<Proxied> instance,
Optional<EngineEntity> engineEntity,
List<TransformEntity.Arg> args)
Constructs an instance.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.