Package | Description |
---|---|
org.rvpf.document.loader |
Configuration and metadata documents loader.
|
org.rvpf.metadata |
Metadata entities definition.
|
org.rvpf.metadata.entity | |
org.rvpf.store.server |
Store server common definitions.
|
org.rvpf.store.server.proxy |
Proxy store server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MetadataFilter.isStoreNeeded(StoreEntity storeEntity)
Asks if a store is needed.
|
Modifier and Type | Method and Description |
---|---|
Collection<StoreEntity> |
Metadata.getStoreEntities()
Gets the store entities registered in this metadata.
|
Optional<StoreEntity> |
Metadata.getStoreEntity(Optional<String> name)
Gets the store entity with the specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
Metadata.addStoreEntity(Optional<StoreEntity> storeEntity)
Adds a store entity to this metadata.
|
Modifier and Type | Method and Description |
---|---|
StoreEntity |
StoreEntity.Builder.build()
Builds an abstract entity.
|
StoreEntity |
StoreEntity.copy()
Creates a copy of this entity.
|
Modifier and Type | Method and Description |
---|---|
Optional<StoreEntity> |
PointEntity.getStoreEntity()
Gets the store entity for this point.
|
Modifier and Type | Method and Description |
---|---|
protected StoreEntity.Builder |
StoreEntity.Builder.copyFrom(StoreEntity storeEntity)
Copies the values from an other StoreEntity.
|
Modifier and Type | Method and Description |
---|---|
void |
PointEntity.setStoreEntity(Optional<StoreEntity> storeEntity)
Sets the store entity for this point.
|
Modifier and Type | Method and Description |
---|---|
Optional<StoreEntity> |
StoreServiceImpl.getStoreEntity()
Gets the store entity.
|
Optional<StoreEntity> |
StoreServiceAppImpl.getStoreEntity()
Gets the store entity.
|
Optional<StoreEntity> |
StoreServiceApp.getStoreEntity()
Gets the store entity.
|
Optional<StoreEntity> |
StoreMetadataFilter.getStoreEntity()
Gets the store entity.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StoreMetadataFilter.isStoreNeeded(StoreEntity storeEntity)
Asks if a store is needed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProxyStoreMetadataFilter.isStoreNeeded(StoreEntity storeEntity)
Asks if a store is needed.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.