A B C D E F G H I J K L M N O P Q R S T U V W Z 
All Classes All Packages

A

AAddStoreAdjustmentDefinition - Class in com.activeviam.signoff.adjustments.store.definition.impl
Abstract class used to define store adjustment definitions to add entries
AAddStoreAdjustmentDefinition() - Constructor for class com.activeviam.signoff.adjustments.store.definition.impl.AAddStoreAdjustmentDefinition
 
AAddStoreAdjustmentDefinition(Object, String, String, List<String>, ICondition) - Constructor for class com.activeviam.signoff.adjustments.store.definition.impl.AAddStoreAdjustmentDefinition
 
AAdjustmentJPA - Class in com.activeviam.signoff.adjustments.core.impl
Abstract class for adjusment JPAs
AAdjustmentJPA() - Constructor for class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
AAuditableJPA - Class in com.activeviam.signoff.core.audit.impl
Abstract class to handle auditable objects
AAuditableJPA() - Constructor for class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
AAuditDAO<T extends IAuditable> - Class in com.activeviam.signoff.example.adjustments.core.dao.impl
Abstract class used to handle DAOs for auditable objects
AAuditDAO(SessionFactory) - Constructor for class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
AAuditDAO(SessionFactory, String) - Constructor for class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
ABufferedArchiveOutputStream - Class in com.activeviam.signoff.core.export.extractor.file.impl
Abstract method to managed an archive stream implementation to ensure an optimal generation of a single-entry archive file.
ABufferedArchiveOutputStream(OutputStream, int, File, boolean) - Constructor for class com.activeviam.signoff.core.export.extractor.file.impl.ABufferedArchiveOutputStream
 
accumulate() - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory.SignOffMessageChannel
 
ACreateAdjustmentDTO - Class in com.activeviam.signoff.adjustments.rest.dto.impl
Abstract class that handles adjustments creation DTOs
ACreateAdjustmentDTO() - Constructor for class com.activeviam.signoff.adjustments.rest.dto.impl.ACreateAdjustmentDTO
 
activePivotManager - Variable in class com.activeviam.signoff.core.mandate.impl.MandateScopeManager
 
activePivotManager - Variable in class com.activeviam.signoff.example.cfg.SignOffConfig
 
activePivotManager - Variable in class com.activeviam.signoff.example.rest.impl.ExportRestService
 
activePivotManager - Variable in class com.activeviam.signoff.example.service.impl.SignOffDatastoreService
 
ACubeLevelAdjustmentPostProcessor - Class in com.activeviam.signoff.adjustments.core.postprocessor.impl
Post-processor that handles cube-level adjustments by performing look-ups in the datastore based on the location digest
ACubeLevelAdjustmentPostProcessor(String, IPostProcessorCreationContext) - Constructor for class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
Constructor
add(T) - Method in interface com.activeviam.signoff.core.audit.IAuditDAO
Add object to database
add(T) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
ADD - com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentOperationType
 
addAll(List<T>) - Method in interface com.activeviam.signoff.core.audit.IAuditDAO
Bulk add operation
addAll(List<T>) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
addDiff(Object, List<Map<String, Object>>, List<Map<String, Object>>) - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentDiff
Add the difference (Before and After) generated by the execution of a IStoreAdjustmentDefinition
addDiff(Object, List<Map<String, Object>>, List<Map<String, Object>>) - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
addDiff(Object, List<Map<String, Object>>, List<Map<String, Object>>) - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
AddedRecordsDatabaseEvent - Class in com.activeviam.signoff.example.source.events.impl
Database event used for added elements in the database
AddedRecordsDatabaseEvent(Class<?>, String...) - Constructor for class com.activeviam.signoff.example.source.events.impl.AddedRecordsDatabaseEvent
 
AddedRecordsDatabaseEvent(Class<?>, List<String>) - Constructor for class com.activeviam.signoff.example.source.events.impl.AddedRecordsDatabaseEvent
 
addEntries(List<Map<String, Object>>) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AAddStoreAdjustmentDefinition
 
addEntries(List<Map<String, Object>>) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.ARemoveStoreAdjustmentDefinition
 
addEntries(List<Map<String, Object>>) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
addEntries(List<Map<String, Object>>) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AUpdateStoreAdjustmentDefinition
 
addEntries(List<Map<String, Object>>) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AUpdateWhereStoreAdjustmentDefinition
 
addEntries(List<Map<String, Object>>) - Method in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
Set of entries to add in a specific store before persisting them back into the branch defined in the IStoreAdjustmentSubmission.
addEvent(IRecordBlock<IRecordReader>, Set<S>) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ASetStoreStream
Add events related to a set of records.
addEvent(IRecordReader, Set<String>) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeLevelAdjustmentStream
When a record in forex store is updated/added/removed, The set of related currencies (currency and targetCurrency) is published into the ActivePivot continuous query engine as real-time events.
addEvent(IRecordReader, Set<S>) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ASetStoreStream
This method is called when a record has been updated/removed/added.
addFileInfo(IFileExtractorTaskResultFileInfo) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.FileExtractorTaskResultInfo
Add a new element to the list of file info tokens.
addFormatter(Class, String) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Adds a formatter for a given object class to the map.
addOrder(IExtractorOrder) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.CompositeExtractorOrder
 
addToQueue(Pair<List<IAuditable>, List<String>>) - Method in class com.activeviam.signoff.example.source.impl.SignOffRealTimeFeed
 
ADJUSMENTS_FOLDER - Static variable in class com.activeviam.signoff.adjustments.core.constants.AdjustmentsConstants
 
ADJUSTABLE_MEASURES_PREFIX - Static variable in class com.activeviam.signoff.example.constants.SignOffProperties
 
ADJUSTED_MEASURES_SUFFIX - Static variable in class com.activeviam.signoff.adjustments.core.constants.AdjustmentsConstants
 
AdjustmentFactory - Class in com.activeviam.signoff.adjustments.core.impl
Helper class to create adjustment objects
AdjustmentFactory() - Constructor for class com.activeviam.signoff.adjustments.core.impl.AdjustmentFactory
 
AdjustmentsConstants - Class in com.activeviam.signoff.adjustments.core.constants
Constants used for adjusted measures
AdjustmentsConstants() - Constructor for class com.activeviam.signoff.adjustments.core.constants.AdjustmentsConstants
 
AdjustmentUtils - Class in com.activeviam.signoff.adjustments.core.util
Utils class for adjustments
AdjustmentUtils() - Constructor for class com.activeviam.signoff.adjustments.core.util.AdjustmentUtils
 
adminAuthority - Variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
 
AExtractorOutput - Class in com.activeviam.signoff.core.export.extractor.pivot.order.impl
Simple bean representing a Data Extraction Engine output.
AExtractorOutput() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
 
AExtractorOutputColumn - Class in com.activeviam.signoff.core.export.extractor.pivot.order.impl
Base implementation for any Data Extraction Engine output column.
AExtractorOutputColumn() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutputColumn
 
AExtractorTask - Class in com.activeviam.signoff.core.export.extractor.pivot.task.impl
Base (abstract) implementation of a Data Extraction Service task.
AExtractorTask(String, IExtractorOrder, String, String, boolean, Authentication, IActivePivotManager) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
Default constructor.
AExtractorTaskExtractionProcedure - Class in com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl
Abstract implementation of IExtractorTaskExtractionProcedure
AExtractorTaskExtractionProcedure() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.AExtractorTaskExtractionProcedure
 
AExtractorTaskResultInfo - Class in com.activeviam.signoff.core.export.extractor.pivot.task.impl
Bean holding Data Extraction Engine generic result information.
AExtractorTaskResultInfo() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTaskResultInfo
 
after - Variable in class com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentUpdateWhere
 
AGGREGATED_EXPORT_STATUS - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
AGGREGATED_EXPORT_TYPE - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
Constant for the aggregated export type.
AGGREGATED_TASK_ID - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
Constant for an aggregated task id property.
AGGREGATED_TASK_ID - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
ALocationsQueryExtractorTask - Class in com.activeviam.signoff.core.export.extractor.pivot.task.impl
Base (abstract) implementation of a Data Extraction Service task for Locations Query operation.
ALocationsQueryExtractorTask(String, IExtractorOrder, String, String, boolean, Authentication, IActivePivotManager, IQueriesService) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.impl.ALocationsQueryExtractorTask
Default constructor.
annotatedClasses() - Method in class com.activeviam.signoff.example.cfg.SignOffHibernateConfig
 
AOutputHandler - Class in com.activeviam.signoff.core.export.extractor.pivot.output.impl
Abstract output handler
AOutputHandler(IExtractorOrder, PivotDefinitionHelper) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.output.impl.AOutputHandler
 
apConfig - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionServicesConfig
 
apConfig - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.EnhancedDrillthroughServicesConfig
 
APPROVED - Static variable in class com.activeviam.signoff.core.mandate.constants.MandateStatusConstants
 
approveMandate(MandateDTO) - Method in class com.activeviam.signoff.example.rest.impl.MandateRestService
Approve mandate from DTO
approveMandate(String, String, String) - Method in interface com.activeviam.signoff.core.service.IMandateService
Approval method
approveMandate(String, String, String) - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
APPROVERS - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
apServicesConfig - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionServicesConfig
 
apServicesConfig - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.EnhancedDrillthroughServicesConfig
 
apWebServicesConfig - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionWebServicesConfig
 
ARemoveStoreAdjustmentDefinition - Class in com.activeviam.signoff.adjustments.store.definition.impl
Abstract class used to define store adjustment definitions to remove entries
ARemoveStoreAdjustmentDefinition() - Constructor for class com.activeviam.signoff.adjustments.store.definition.impl.ARemoveStoreAdjustmentDefinition
 
ARemoveStoreAdjustmentDefinition(Object, String, String, List<String>, ICondition) - Constructor for class com.activeviam.signoff.adjustments.store.definition.impl.ARemoveStoreAdjustmentDefinition
 
arrayCopy() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.MdxQueryExtractorTask.TupleLocation
 
AS_OF_DATE - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
AS_OF_DATE_LEVEL_DESCRIPTION - Static variable in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
 
AS_OF_DATES_SEPARATOR - Static variable in class com.activeviam.signoff.example.cfg.SignOffSourceInitialConfig
 
ASetStoreStream<S,​T> - Class in com.activeviam.signoff.adjustments.core.postprocessor.impl
A IStream that listens to changes in one store.
ASetStoreStream(IAggregatesContinuousQueryEngine, IMultiVersionActivePivot) - Constructor for class com.activeviam.signoff.adjustments.core.postprocessor.impl.ASetStoreStream
Constructor.
ASetStoreStream(IAggregatesContinuousQueryEngine, IMultiVersionActivePivot, IDatastore, String) - Constructor for class com.activeviam.signoff.adjustments.core.postprocessor.impl.ASetStoreStream
Constructor.
ASignOffDatabaseEvent - Class in com.activeviam.signoff.example.source.events.impl
Database event used in the sign-off source
ASignOffDatabaseEvent(Class<?>, String...) - Constructor for class com.activeviam.signoff.example.source.events.impl.ASignOffDatabaseEvent
 
ASignOffDatabaseEvent(Class<?>, List<String>) - Constructor for class com.activeviam.signoff.example.source.events.impl.ASignOffDatabaseEvent
 
asOfDate - Variable in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
ASOFDATE_LEVEL_DESCRIPTION_PREFIX - Static variable in class com.activeviam.signoff.example.constants.SignOffProperties
 
asOfDateHierarchyInfo - Variable in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
 
asOfDateLevelInfo - Variable in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
 
asOfDatesInitialLoad() - Method in class com.activeviam.signoff.example.cfg.SignOffSourceInitialConfig
 
AStoreAdjustmentDefinition - Class in com.activeviam.signoff.adjustments.store.definition.impl
Abstract class used to define store adjustment definitions
AStoreAdjustmentDefinition() - Constructor for class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
AStoreAdjustmentDefinition(Object, String, String, List<String>, ICondition) - Constructor for class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
AT - Static variable in class com.activeviam.signoff.core.mandate.utils.ConditionsUtil
 
AT - Static variable in class com.activeviam.signoff.example.service.impl.CubeAdjustmentService
 
AUDIT_TIMEOUT - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
Constant for the amount of time to wait for the export status change to be propagated to the database.
AuditingExtractorTaskStatusListener - Class in com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl
A task status listener that updates the signoff audit table.
AuditingExtractorTaskStatusListener(IMandateStatusDAO<IMandateStatus>, IExportAuditService) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.AuditingExtractorTaskStatusListener
 
AUpdateStoreAdjustmentDefinition - Class in com.activeviam.signoff.adjustments.store.definition.impl
Abstract class used to define store adjustment definitions to update entries
AUpdateStoreAdjustmentDefinition() - Constructor for class com.activeviam.signoff.adjustments.store.definition.impl.AUpdateStoreAdjustmentDefinition
 
AUpdateStoreAdjustmentDefinition(Object, String, String, List<String>, ICondition) - Constructor for class com.activeviam.signoff.adjustments.store.definition.impl.AUpdateStoreAdjustmentDefinition
 
AUpdateWhereStoreAdjustmentDefinition - Class in com.activeviam.signoff.adjustments.store.definition.impl
Abstract class used to handle update where store adjustment procedures
AUpdateWhereStoreAdjustmentDefinition() - Constructor for class com.activeviam.signoff.adjustments.store.definition.impl.AUpdateWhereStoreAdjustmentDefinition
 
AUpdateWhereStoreAdjustmentDefinition(Object, String, String, List<String>, ICondition) - Constructor for class com.activeviam.signoff.adjustments.store.definition.impl.AUpdateWhereStoreAdjustmentDefinition
 
AXmlBasedExtractorOrderBuilder - Class in com.activeviam.signoff.core.export.extractor.pivot.order.impl
Base (abstract) implementation for an Extractor order builder, which is based on JAXB unmarshalling of a given XML description of Extractor order.
AXmlBasedExtractorOrderBuilder() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AXmlBasedExtractorOrderBuilder
Default constructor.

B

BASE_STORE_AS_OF_DATE_FIELD_NAME - Static variable in class com.activeviam.signoff.example.constants.SignOffProperties
 
baseBranch - Variable in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
before - Variable in class com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentUpdateWhere
 
beforeClose() - Method in class com.activeviam.signoff.core.export.extractor.file.impl.ABufferedArchiveOutputStream
Call for some pre-processing before calling the actual close on the underlying stream
beforeClose() - Method in class com.activeviam.signoff.core.export.extractor.file.impl.BufferedSingleEntryZipOutputStream
 
BEGINS_WITH - Static variable in class com.activeviam.signoff.core.mandate.constants.ConditionsConstants
 
BRANCH - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
BufferedCSVOutputStream - Class in com.activeviam.signoff.core.export.extractor.file.impl
Managed stream implementation of GZIPOutputStream for ensuring an optimal generation of a single-entry archive file.
BufferedCSVOutputStream(File, boolean) - Constructor for class com.activeviam.signoff.core.export.extractor.file.impl.BufferedCSVOutputStream
Default constructor.
BufferedCSVOutputStream(File, int, boolean) - Constructor for class com.activeviam.signoff.core.export.extractor.file.impl.BufferedCSVOutputStream
Alternative constructor.
BufferedGZipOutputStream - Class in com.activeviam.signoff.core.export.extractor.file.impl
Managed stream implementation of GZIPOutputStream for ensuring an optimal generation of a single-entry archive file.
BufferedGZipOutputStream(File, String, boolean) - Constructor for class com.activeviam.signoff.core.export.extractor.file.impl.BufferedGZipOutputStream
Default constructor.
BufferedGZipOutputStream(File, String, int, boolean) - Constructor for class com.activeviam.signoff.core.export.extractor.file.impl.BufferedGZipOutputStream
Alternative constructor.
BufferedSingleEntryZipOutputStream - Class in com.activeviam.signoff.core.export.extractor.file.impl
Managed stream implementation of ZipOutputStream for ensuring an optimal generation of a single-entry archive file.
BufferedSingleEntryZipOutputStream(File, String, boolean) - Constructor for class com.activeviam.signoff.core.export.extractor.file.impl.BufferedSingleEntryZipOutputStream
Default constructor.
BufferedSingleEntryZipOutputStream(File, String, int, boolean) - Constructor for class com.activeviam.signoff.core.export.extractor.file.impl.BufferedSingleEntryZipOutputStream
Alternative constructor.
build() - Method in class com.activeviam.signoff.example.serialization.CompositeDatastoreServiceStoreMetadata.Builder
 
build(String) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IExtractorOrderBuilder
Build a data extraction service order based on the given description.
build(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AXmlBasedExtractorOrderBuilder
 
build(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.DefaultExtractorOrderBuilder
 
buildAdjustmentMeasures(ICanStartBuildingMeasures, String, List<String>, String, String, String, String, String) - Static method in class com.activeviam.signoff.example.cfg.CubeLevelAdjustedMeasuresBuilder
 
buildDigestFromLocations(IActivePivotManager, String, String[][], List<String>) - Static method in class com.activeviam.signoff.adjustments.core.location.impl.LocationDigestFactory
Builds a cube adjustment digest string from a two-dimensional string array representation of a location.
Builder() - Constructor for class com.activeviam.signoff.example.serialization.CompositeDatastoreServiceStoreMetadata.Builder
 
buildFieldMap(IDatastore, IActivePivotManager, String) - Method in class com.activeviam.signoff.core.mandate.utils.SchemaHelper
Build an internal map of fields for a given schema

C

call() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskWithTaskStatusListenersWrapper
 
call() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
cancel() - Method in class com.activeviam.signoff.example.source.impl.SignOffDatabaseEventListeners.SignOffListenerKey
 
cancelApproval(MandateDTO) - Method in class com.activeviam.signoff.example.rest.impl.MandateRestService
Cancel approval from DTO
cancelApproval(String, String, String) - Method in interface com.activeviam.signoff.core.service.IMandateService
Approval cancel method
cancelApproval(String, String, String) - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
cancelEnhancedDrillthrough() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.IEnhancedDrillthroughService
Cancel the enhanced drillthrough query currently running (if any) by the authenticated user.
cancelEnhancedDrillthrough() - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
CANCELLED - com.activeviam.signoff.core.export.extractor.pivot.task.exec.ExtractorTaskStatus
Task execution has been cancelled.
CANCELLED - Static variable in class com.activeviam.signoff.core.mandate.constants.MandateExportStatusConstants
 
cancelTask(String) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.IDataExtractionService
Cancel a task already submitted.
cancelTask(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Cancel the task.
cancelTaskList(List<String>) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.IDataExtractionService
Cancel a list of tasks already submitted.
cancelTaskList(List<String>) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Cancel the list of tasks.
canPerform(String) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Checks whether an export type can be performed.
checkAndRetrieveSecurityAuth() - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Check and retrieve the security authentication for the user doing the current request.
checkAndRetrieveSecurityAuth() - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
Check and retrieve the security authentication for the user doing the current request.
checkDigestEquality(String, String) - Static method in class com.activeviam.signoff.adjustments.core.location.impl.LocationDigestFactory
Checks equality of two location digests
checkForConflict(String, String) - Method in class com.activeviam.signoff.example.rest.impl.ConflictRestService
Check for conflicts between the master branch and the sign-off branch for a given mandate id
checkLevelDefinition(String, String, String, String, String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.PivotDefinitionHelper
Check if the level definition given in the Extractor order exist in the cube or not.
checkMeasureDefinition(String, String, String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.PivotDefinitionHelper
Check if the measure given in the Extractor order exist in the cube or not.
checkTaskAccessRight(ExtractorFutureTask, Authentication) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Check that the authenticated user is allowed to access the future task.
checkTaskAccessRight(ExtractorFutureTask, Authentication) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
Check that the authenticated user is allowed to access the future task.
clearOldCompletedTasks() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.IDataExtractionService
Clear the task information hold by the service, for tasks that have been completed for a while.
clearOldCompletedTasks() - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Clear the task information repository for tasks that have been completed more than a certain number of days ago.
clearUserEnhancedDrillthrough(String) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.IEnhancedDrillthroughService
Deprecated.
clearUserEnhancedDrillthrough(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
clone() - Method in class com.activeviam.signoff.core.export.extractor.pivot.dist.message.impl.RetrieveSearchFactQueryResultsMessage
 
clone() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
cloneObject(T) - Static method in class com.activeviam.signoff.adjustments.core.util.AdjustmentUtils
Clone an adjustment object
close() - Method in class com.activeviam.signoff.core.export.extractor.file.impl.ABufferedArchiveOutputStream
 
close() - Method in class com.activeviam.signoff.example.source.impl.SignOffRealTimeFeed
 
close(boolean) - Method in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.AOutputHandler
 
close(boolean) - Method in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.MultipleResultFileOutputHandler
 
close(boolean) - Method in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.SimpleMemoryOutputHandler
 
close(boolean) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.output.IOutputHandler
Close current output
close(Instant, String) - Method in interface com.activeviam.signoff.core.audit.IAuditable
Method that closes an entry
close(Instant, String) - Method in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
collectAdded(IRecordBlock<IRecordReader>, Set<S>) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ASetStoreStream
 
collectDeleted(IRecordBlock<IRecordReader>, Set<S>) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ASetStoreStream
 
collectUpdated(IRecordBlock<IRecordReader>, IRecordBlock<IRecordReader>, Set<S>) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ASetStoreStream
 
com.activeviam.signoff.adjustments.core - package com.activeviam.signoff.adjustments.core
 
com.activeviam.signoff.adjustments.core.constants - package com.activeviam.signoff.adjustments.core.constants
 
com.activeviam.signoff.adjustments.core.dao - package com.activeviam.signoff.adjustments.core.dao
 
com.activeviam.signoff.adjustments.core.impl - package com.activeviam.signoff.adjustments.core.impl
 
com.activeviam.signoff.adjustments.core.location.impl - package com.activeviam.signoff.adjustments.core.location.impl
 
com.activeviam.signoff.adjustments.core.postprocessor.impl - package com.activeviam.signoff.adjustments.core.postprocessor.impl
 
com.activeviam.signoff.adjustments.core.util - package com.activeviam.signoff.adjustments.core.util
 
com.activeviam.signoff.adjustments.cube - package com.activeviam.signoff.adjustments.cube
 
com.activeviam.signoff.adjustments.rest.dto - package com.activeviam.signoff.adjustments.rest.dto
 
com.activeviam.signoff.adjustments.rest.dto.impl - package com.activeviam.signoff.adjustments.rest.dto.impl
 
com.activeviam.signoff.adjustments.service - package com.activeviam.signoff.adjustments.service
 
com.activeviam.signoff.adjustments.store - package com.activeviam.signoff.adjustments.store
 
com.activeviam.signoff.adjustments.store.definition - package com.activeviam.signoff.adjustments.store.definition
 
com.activeviam.signoff.adjustments.store.definition.impl - package com.activeviam.signoff.adjustments.store.definition.impl
 
com.activeviam.signoff.adjustments.store.impl - package com.activeviam.signoff.adjustments.store.impl
 
com.activeviam.signoff.adjustments.store.submission - package com.activeviam.signoff.adjustments.store.submission
 
com.activeviam.signoff.adjustments.store.submission.impl - package com.activeviam.signoff.adjustments.store.submission.impl
 
com.activeviam.signoff.core.audit - package com.activeviam.signoff.core.audit
 
com.activeviam.signoff.core.audit.impl - package com.activeviam.signoff.core.audit.impl
 
com.activeviam.signoff.core.conflict - package com.activeviam.signoff.core.conflict
 
com.activeviam.signoff.core.export.auditing - package com.activeviam.signoff.core.export.auditing
 
com.activeviam.signoff.core.export.auditing.files - package com.activeviam.signoff.core.export.auditing.files
 
com.activeviam.signoff.core.export.constants - package com.activeviam.signoff.core.export.constants
 
com.activeviam.signoff.core.export.extractor.cfg - package com.activeviam.signoff.core.export.extractor.cfg
 
com.activeviam.signoff.core.export.extractor.cfg.impl - package com.activeviam.signoff.core.export.extractor.cfg.impl
 
com.activeviam.signoff.core.export.extractor.dt.dto.impl - package com.activeviam.signoff.core.export.extractor.dt.dto.impl
 
com.activeviam.signoff.core.export.extractor.dto.impl - package com.activeviam.signoff.core.export.extractor.dto.impl
 
com.activeviam.signoff.core.export.extractor.file - package com.activeviam.signoff.core.export.extractor.file
 
com.activeviam.signoff.core.export.extractor.file.impl - package com.activeviam.signoff.core.export.extractor.file.impl
 
com.activeviam.signoff.core.export.extractor.jaxb.impl - package com.activeviam.signoff.core.export.extractor.jaxb.impl
 
com.activeviam.signoff.core.export.extractor.jit.impl - package com.activeviam.signoff.core.export.extractor.jit.impl
 
com.activeviam.signoff.core.export.extractor.pivot - package com.activeviam.signoff.core.export.extractor.pivot
 
com.activeviam.signoff.core.export.extractor.pivot.context - package com.activeviam.signoff.core.export.extractor.pivot.context
 
com.activeviam.signoff.core.export.extractor.pivot.context.impl - package com.activeviam.signoff.core.export.extractor.pivot.context.impl
 
com.activeviam.signoff.core.export.extractor.pivot.dist.message.impl - package com.activeviam.signoff.core.export.extractor.pivot.dist.message.impl
 
com.activeviam.signoff.core.export.extractor.pivot.impl - package com.activeviam.signoff.core.export.extractor.pivot.impl
 
com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl - package com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl
 
com.activeviam.signoff.core.export.extractor.pivot.order - package com.activeviam.signoff.core.export.extractor.pivot.order
 
com.activeviam.signoff.core.export.extractor.pivot.order.impl - package com.activeviam.signoff.core.export.extractor.pivot.order.impl
 
com.activeviam.signoff.core.export.extractor.pivot.output - package com.activeviam.signoff.core.export.extractor.pivot.output
 
com.activeviam.signoff.core.export.extractor.pivot.output.impl - package com.activeviam.signoff.core.export.extractor.pivot.output.impl
 
com.activeviam.signoff.core.export.extractor.pivot.query - package com.activeviam.signoff.core.export.extractor.pivot.query
 
com.activeviam.signoff.core.export.extractor.pivot.rest.query - package com.activeviam.signoff.core.export.extractor.pivot.rest.query
 
com.activeviam.signoff.core.export.extractor.pivot.rest.query.impl - package com.activeviam.signoff.core.export.extractor.pivot.rest.query.impl
 
com.activeviam.signoff.core.export.extractor.pivot.task - package com.activeviam.signoff.core.export.extractor.pivot.task
 
com.activeviam.signoff.core.export.extractor.pivot.task.exec - package com.activeviam.signoff.core.export.extractor.pivot.task.exec
 
com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl - package com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl
 
com.activeviam.signoff.core.export.extractor.pivot.task.impl - package com.activeviam.signoff.core.export.extractor.pivot.task.impl
 
com.activeviam.signoff.core.export.extractor.pivot.webservices.custom - package com.activeviam.signoff.core.export.extractor.pivot.webservices.custom
 
com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl - package com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl
 
com.activeviam.signoff.core.export.extractor.pivot.webservices.impl - package com.activeviam.signoff.core.export.extractor.pivot.webservices.impl
 
com.activeviam.signoff.core.export.extractor.query - package com.activeviam.signoff.core.export.extractor.query
 
com.activeviam.signoff.core.export.extractor.query.impl - package com.activeviam.signoff.core.export.extractor.query.impl
 
com.activeviam.signoff.core.export.templating - package com.activeviam.signoff.core.export.templating
 
com.activeviam.signoff.core.export.templating.impl - package com.activeviam.signoff.core.export.templating.impl
 
com.activeviam.signoff.core.export.templating.utils - package com.activeviam.signoff.core.export.templating.utils
 
com.activeviam.signoff.core.mandate - package com.activeviam.signoff.core.mandate
 
com.activeviam.signoff.core.mandate.constants - package com.activeviam.signoff.core.mandate.constants
 
com.activeviam.signoff.core.mandate.impl - package com.activeviam.signoff.core.mandate.impl
 
com.activeviam.signoff.core.mandate.utils - package com.activeviam.signoff.core.mandate.utils
 
com.activeviam.signoff.core.rest.dto.exports - package com.activeviam.signoff.core.rest.dto.exports
 
com.activeviam.signoff.core.rest.dto.exports.impl - package com.activeviam.signoff.core.rest.dto.exports.impl
 
com.activeviam.signoff.core.rest.dto.imports - package com.activeviam.signoff.core.rest.dto.imports
 
com.activeviam.signoff.core.rest.dto.imports.impl - package com.activeviam.signoff.core.rest.dto.imports.impl
 
com.activeviam.signoff.core.rest.dto.mandate - package com.activeviam.signoff.core.rest.dto.mandate
 
com.activeviam.signoff.core.service - package com.activeviam.signoff.core.service
 
com.activeviam.signoff.core.source.impl - package com.activeviam.signoff.core.source.impl
 
com.activeviam.signoff.core.store.impl - package com.activeviam.signoff.core.store.impl
 
com.activeviam.signoff.core.utils - package com.activeviam.signoff.core.utils
 
com.activeviam.signoff.example.adjustments.core.dao.impl - package com.activeviam.signoff.example.adjustments.core.dao.impl
 
com.activeviam.signoff.example.cfg - package com.activeviam.signoff.example.cfg
 
com.activeviam.signoff.example.conflict.impl - package com.activeviam.signoff.example.conflict.impl
 
com.activeviam.signoff.example.constants - package com.activeviam.signoff.example.constants
 
com.activeviam.signoff.example.exceptions.impl - package com.activeviam.signoff.example.exceptions.impl
 
com.activeviam.signoff.example.export.auditing - package com.activeviam.signoff.example.export.auditing
 
com.activeviam.signoff.example.export.auditing.files - package com.activeviam.signoff.example.export.auditing.files
 
com.activeviam.signoff.example.mandate.datastore.impl - package com.activeviam.signoff.example.mandate.datastore.impl
 
com.activeviam.signoff.example.mandate.impl - package com.activeviam.signoff.example.mandate.impl
 
com.activeviam.signoff.example.rest.dto.impl.exports - package com.activeviam.signoff.example.rest.dto.impl.exports
 
com.activeviam.signoff.example.rest.dto.impl.imports - package com.activeviam.signoff.example.rest.dto.impl.imports
 
com.activeviam.signoff.example.rest.dto.impl.mandate - package com.activeviam.signoff.example.rest.dto.impl.mandate
 
com.activeviam.signoff.example.rest.impl - package com.activeviam.signoff.example.rest.impl
 
com.activeviam.signoff.example.serialization - package com.activeviam.signoff.example.serialization
 
com.activeviam.signoff.example.service.impl - package com.activeviam.signoff.example.service.impl
 
com.activeviam.signoff.example.service.impl.rest.response - package com.activeviam.signoff.example.service.impl.rest.response
 
com.activeviam.signoff.example.service.impl.rest.response.exports - package com.activeviam.signoff.example.service.impl.rest.response.exports
 
com.activeviam.signoff.example.service.impl.rest.response.imports - package com.activeviam.signoff.example.service.impl.rest.response.imports
 
com.activeviam.signoff.example.service.impl.rest.response.mandate - package com.activeviam.signoff.example.service.impl.rest.response.mandate
 
com.activeviam.signoff.example.source - package com.activeviam.signoff.example.source
 
com.activeviam.signoff.example.source.events.impl - package com.activeviam.signoff.example.source.events.impl
 
com.activeviam.signoff.example.source.impl - package com.activeviam.signoff.example.source.impl
 
com.activeviam.signoff.example.source.publishers.impl - package com.activeviam.signoff.example.source.publishers.impl
 
COMMA - Static variable in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
 
comment - Variable in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
COMMENT - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
compareTo(ExtractorFutureTask) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorFutureTask
 
compareTo(IExtractorTask) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskWithTaskStatusListenersWrapper
 
compareTo(IExtractorTask) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
compileCondition(ICondition, Map<String, String>) - Static method in class com.activeviam.signoff.core.export.extractor.jit.impl.EnhancedJustInTimeConditions
Compiles the input ICondition into an IBaseCondition.
compileCondition(String, ICondition, Map<String, String>) - Static method in class com.activeviam.signoff.core.export.extractor.jit.impl.EnhancedJustInTimeConditions
Compiles the input ICondition into an IBaseCondition.
compiledLookUpQuery - Variable in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
 
compileLogicalCondition(String, ILogicalCondition, Map<String, String>) - Static method in class com.activeviam.signoff.core.export.extractor.jit.impl.EnhancedJustInTimeConditions
Compiles the input ILogicalCondition into an IBaseCondition.
compileMatchingCondition(String, IMatchingCondition) - Static method in class com.activeviam.signoff.core.export.extractor.jit.impl.EnhancedJustInTimeConditions
Convert javax.xml.datatype.XMLGregorianCalendar to java.util.Date.
compileQuery() - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
Compiles the datastore look-up query used to retrieve the cube-level adjustments in the datastore
compileSubCondition(ISubCondition, Map<String, String>) - Static method in class com.activeviam.signoff.core.export.extractor.jit.impl.EnhancedJustInTimeConditions
Compiles the input ISubCondition into an IBaseCondition.
COMPLETE - Static variable in class com.activeviam.signoff.core.mandate.constants.MandateStatusConstants
 
COMPLETED - Static variable in class com.activeviam.signoff.core.mandate.constants.MandateExportStatusConstants
 
CompositeDatastoreServiceStoreMetadata - Class in com.activeviam.signoff.example.serialization
Helper class for JsonConditionCompiler when there is more than one instance of DatastoreServiceStoreMetadata is necessary to provide store fields and parsers.
CompositeDatastoreServiceStoreMetadata.Builder - Class in com.activeviam.signoff.example.serialization
 
CompositeExtractorOrder - Class in com.activeviam.signoff.core.export.extractor.pivot.order.impl
Simple bean representing a composite Data Extraction Engine order.
CompositeExtractorOrder() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.order.impl.CompositeExtractorOrder
 
CompositeExtractorOrder(List<IExtractorOrder>) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.order.impl.CompositeExtractorOrder
 
CompressionType - Enum in com.activeviam.signoff.core.export.extractor.file.impl
 
CompressionTypeAdapter - Class in com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl
Adapter for custom JAXB (un/)marshaling between a String and a CompressionType.
CompressionTypeAdapter() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.CompressionTypeAdapter
 
computeHeaders(IExtractorOrder) - Method in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.AOutputHandler
 
computeImpact(ILocation, Object) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeLevelAdjustmentHandler
 
condition - Variable in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
ConditionDeserializer - Class in com.activeviam.signoff.example.serialization
 
ConditionDeserializer() - Constructor for class com.activeviam.signoff.example.serialization.ConditionDeserializer
 
ConditionDeserializer(Class<ICondition>) - Constructor for class com.activeviam.signoff.example.serialization.ConditionDeserializer
 
ConditionsConstants - Class in com.activeviam.signoff.core.mandate.constants
Constants used to define conditions in the scope of the mandates
ConditionsConstants() - Constructor for class com.activeviam.signoff.core.mandate.constants.ConditionsConstants
 
ConditionSerializer - Class in com.activeviam.signoff.example.serialization
 
ConditionSerializer() - Constructor for class com.activeviam.signoff.example.serialization.ConditionSerializer
 
ConditionSerializer(Class<ICondition>) - Constructor for class com.activeviam.signoff.example.serialization.ConditionSerializer
 
ConditionsUtil - Class in com.activeviam.signoff.core.mandate.utils
Helper class to handle conditions for mandate scopes
ConditionsUtil() - Constructor for class com.activeviam.signoff.core.mandate.utils.ConditionsUtil
 
ConflictException - Exception in com.activeviam.signoff.example.exceptions.impl
Conflict exception class
ConflictException(String) - Constructor for exception com.activeviam.signoff.example.exceptions.impl.ConflictException
 
conflictManager - Variable in class com.activeviam.signoff.example.rest.impl.ConflictRestService
 
conflictManager - Variable in class com.activeviam.signoff.example.rest.impl.ConflictRestServiceConfig
 
conflictManager() - Method in class com.activeviam.signoff.example.cfg.SignOffConfig
 
ConflictManager - Class in com.activeviam.signoff.example.conflict.impl
Implementation of IConflictManager
ConflictManager() - Constructor for class com.activeviam.signoff.example.conflict.impl.ConflictManager
 
conflictRestService() - Method in class com.activeviam.signoff.example.rest.impl.ConflictRestServiceConfig
 
ConflictRestService - Class in com.activeviam.signoff.example.rest.impl
RESTful service used to handle conflicts
ConflictRestService(IConflictManager, IMandateDAO, IMandateStatusDAO) - Constructor for class com.activeviam.signoff.example.rest.impl.ConflictRestService
 
ConflictRestServiceConfig - Class in com.activeviam.signoff.example.rest.impl
Configuration of conflict service
ConflictRestServiceConfig() - Constructor for class com.activeviam.signoff.example.rest.impl.ConflictRestServiceConfig
 
CONTAINS - Static variable in class com.activeviam.signoff.core.mandate.constants.ConditionsConstants
 
contextValues - Variable in class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
Optional context values
contextValues - Variable in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
Optional context values
convertArray(String, JsonNode) - Method in class com.activeviam.signoff.example.serialization.StoreAdjustmentDefinitionsDeserializer.StoreAdjustmentDefinitionsValueConverter
 
convertArray(String, JsonNode) - Method in class com.activeviam.signoff.example.serialization.StoreAdjustmentDiffDeserializer.StoreAdjustmentDiffJsonNodeValueConverter
 
convertToCondition(String, List<IMandateScope>, Object, String, String[]) - Method in class com.activeviam.signoff.core.mandate.impl.MandateScopeManager
Convert a list of mandate scopes into an ICondition
convertToFieldType(IStoreFormat, String, String, List<String>, String...) - Static method in class com.activeviam.signoff.core.mandate.utils.ConditionsUtil
 
convertValue(String, JsonNode) - Method in class com.activeviam.signoff.example.serialization.StoreAdjustmentDefinitionsDeserializer.StoreAdjustmentDefinitionsValueConverter
 
convertValue(String, JsonNode) - Method in class com.activeviam.signoff.example.serialization.StoreAdjustmentDiffDeserializer.StoreAdjustmentDiffJsonNodeValueConverter
 
convertValues(IDatastore, IActivePivotManager, String, Map<String, ISelectionField>, String, List<String>, String...) - Static method in class com.activeviam.signoff.core.mandate.utils.ConditionsUtil
Converts values using date formats (if needed)
copyForRemoteExecution() - Method in class com.activeviam.signoff.core.export.extractor.pivot.dist.message.impl.RetrieveSearchFactQueryResultsMessage
 
createAdjustment(ICreateCubeAdjustmentDTO) - Method in interface com.activeviam.signoff.adjustments.cube.ICubeAdjustmentService
Create a cube-level adjustment from a DTO
createAdjustment(ICreateCubeAdjustmentDTO) - Method in class com.activeviam.signoff.example.service.impl.CubeAdjustmentService
 
createAdjustment(ICreateStoreAdjustmentDTO) - Method in interface com.activeviam.signoff.adjustments.service.IStoreAdjustmentService
Create a store adjustment from a DTO
createAdjustment(ICreateStoreAdjustmentDTO) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentService
 
createAdjustment(CreateCubeAdjustmentDTO) - Method in class com.activeviam.signoff.example.rest.impl.CubeAdjustmentRestService
Create cube-level adjustment from DTO
createAdjustment(CreateStoreAdjustmentDTO) - Method in class com.activeviam.signoff.example.rest.impl.StoreAdjustmentRestService
Create datastore adjustment from DTO
createChannel(Class<T>, String, boolean) - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory
 
createChannel(Class<T>, String, boolean, String) - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory
 
createChannel(Class<T>, String, ITuplePublisher<String>, boolean) - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory
 
createChannel(Class<T>, String, ITuplePublisher<String>, boolean, String) - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory
 
createChannel(Class<T>, String, ITuplePublisher<String>, String, boolean) - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory
 
createChannel(Class<T>, String, ITuplePublisher<String>, String, boolean, String) - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory
 
createChannel(Class<T>, String, String, boolean) - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory
 
createChannel(Class<T>, String, String, boolean, String) - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory
 
createCondition(Object[], SchemaHelper, String, String) - Static method in class com.activeviam.signoff.core.mandate.utils.ConditionsUtil
 
createCubeAdjustment(ICreateCubeAdjustmentDTO, IActivePivotManager, List<String>) - Static method in class com.activeviam.signoff.adjustments.core.impl.AdjustmentFactory
Creates a cube-level adjustment
CreateCubeAdjustmentDTO - Class in com.activeviam.signoff.adjustments.rest.dto.impl
DTO class for the creation of cube-level adjustments
CreateCubeAdjustmentDTO() - Constructor for class com.activeviam.signoff.adjustments.rest.dto.impl.CreateCubeAdjustmentDTO
 
CREATED - com.activeviam.signoff.core.export.extractor.pivot.task.exec.ExtractorTaskStatus
Task has just been created.
createEndPoint(Object, JAXBDataBindingFactory, String) - Method in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionWebServicesConfig
Create an configured Endpoint with the properties returned by ActivePivotWebServicesConfig.webServiceProperties().
createHttpInvokerServiceExporter(Object, Class<?>) - Method in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionRemotingServicesConfig
Create an HttpInvokerServiceExporter for the given service.
createLocationDigest(ILocation, IActivePivot, List<IHierarchyInfo>) - Static method in class com.activeviam.signoff.adjustments.core.location.impl.LocationDigestFactory
Method that generates a digest from a location.
createMandate(ICreateMandateDTO) - Method in interface com.activeviam.signoff.core.service.IMandateService
Mandate creation method
createMandate(ICreateMandateDTO) - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
createMandate(ICreateMandateDTO, IActivePivotManager, Environment) - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPAFactory
 
createMandate(CreateMandateConditionsDTO) - Method in class com.activeviam.signoff.example.rest.impl.MandateRestService
Create mandate from DTO
CreateMandateConditionsDTO - Class in com.activeviam.signoff.example.rest.dto.impl.mandate
DTO for mandate conditions creation
CreateMandateConditionsDTO() - Constructor for class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateConditionsDTO
 
CreateMandateDTO - Class in com.activeviam.signoff.example.rest.dto.impl.mandate
DTO for mandate creation
CreateMandateDTO() - Constructor for class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
createNew() - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ASetStoreStream
 
createNewMandateStatus(String, String, String, long) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPAFactory
 
createNewWithExportStatus(IMandateStatus, Map<String, String>) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPAFactory
Create new status object
createNewWithStatusAndBranch(IMandateStatus, String, String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPAFactory
Create new mandate status
createNewWithStatusAndComment(IMandateStatus, String, String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPAFactory
Create new status object
createPattern(boolean[][]) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.MdxQueryExtractorTask.TupleLocation
 
createRangeCoordPattern() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.MdxQueryExtractorTask.TupleLocation
 
createSignOffBranch(IMandate, String) - Method in class com.activeviam.signoff.example.service.impl.SignOffDatastoreService
Create sign-off branch for mandate
CreateStoreAdjustmentDTO - Class in com.activeviam.signoff.adjustments.rest.dto.impl
DTO class for the creation of store adjustments
CreateStoreAdjustmentDTO() - Constructor for class com.activeviam.signoff.adjustments.rest.dto.impl.CreateStoreAdjustmentDTO
 
createStoreAdjustmentJPA(ICreateStoreAdjustmentDTO) - Static method in class com.activeviam.signoff.adjustments.core.impl.AdjustmentFactory
Creates a store adjustment JPA object from a DTO
createStoreSubmission(IStoreAdjustment, String, String) - Static method in class com.activeviam.signoff.adjustments.core.impl.AdjustmentFactory
Create a store adjustment submission
createTask(IExtractorOrder, Authentication, String, String) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.IExtractorTaskFactory
Create a task, based on the given order.
createTask(IExtractorOrder, Authentication, String, String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.ExtractorTaskFactory
Create a task, based on the given order.
createTask(IExtractorOrder, Authentication, String, String, boolean, boolean, String, String) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.IExtractorTaskFactory
Create a task, based on the given order and specific base dirpath and base URL (for task results localization/access).
createTask(IExtractorOrder, Authentication, String, String, boolean, boolean, String, String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.ExtractorTaskFactory
 
createUndoAddDefinition(IStoreAdjustmentSubmission, IStoreAdjustmentDefinition) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentSubmissionService
 
createUndoRemoveDefinition(IStoreAdjustmentSubmission, IStoreAdjustmentDefinition) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentSubmissionService
 
createUpdatedCubeAdjustment(ICubeAdjustment, IUpdateCubeAdjustmentDTO, IActivePivotManager, List<String>) - Static method in class com.activeviam.signoff.adjustments.core.impl.AdjustmentFactory
Creates an updated cube-level adjustment
createUpdatedMandate(IMandate, IUpdateMandateDTO) - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPAFactory
Create updated mandate object
createUpdatedStoreAdjustmentJPA(IStoreAdjustment, IUpdateStoreAdjustmentDTO) - Static method in class com.activeviam.signoff.adjustments.core.impl.AdjustmentFactory
Creates a store adjustment JPA object from a DTO
creator - Variable in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
CREATOR - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
CRITICAL - com.activeviam.signoff.core.export.extractor.pivot.order.ExtractorOrderPriority
Order has critical priority.
CSV_FILE_EXTENSION - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.MultipleResultFileOutputHandler
 
CSV_SEPARATOR_PROP - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
The configuration property for the separator to be used in the CSV export.
CUBE_ADJUSTMENT_AUDIT_STORE_NAME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
CUBE_ADJUSTMENT_TABLE - Static variable in class com.activeviam.signoff.adjustments.core.impl.CubeAdjustmentJPA
 
CUBE_EXPORT_STATUS - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
CUBE_EXPORT_TYPE - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
Constant for the cube export type.
CUBE_TASK_ID - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
Constant for a cube task id property.
CUBE_TASK_ID - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
CUBE_TEMPLATE_PROP - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
The configuration property for the file name of the cube export template.
CubeAdjustedValue - Class in com.activeviam.signoff.adjustments.core.postprocessor.impl
Wrapper used for the formatting of adjusted cells in ActiveUI; it has to extend java.lang.Number in order to be processed correctly in the UI
CubeAdjustedValue(double, boolean) - Constructor for class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeAdjustedValue
 
cubeAdjustmentAuditStoreDescription() - Static method in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
cubeAdjustmentDAO - Variable in class com.activeviam.signoff.example.cfg.SignOffAdjustmentsConfig
 
cubeAdjustmentDAO - Variable in class com.activeviam.signoff.example.cfg.SignOffSourceConfig
 
cubeAdjustmentDAO - Variable in class com.activeviam.signoff.example.service.impl.CubeAdjustmentService
 
cubeAdjustmentDAO() - Method in class com.activeviam.signoff.example.cfg.SignOffHibernateConfig
 
CubeAdjustmentDAO - Class in com.activeviam.signoff.example.adjustments.core.dao.impl
DAO for cube-level adjustments
CubeAdjustmentDAO(SessionFactory) - Constructor for class com.activeviam.signoff.example.adjustments.core.dao.impl.CubeAdjustmentDAO
 
CubeAdjustmentJPA - Class in com.activeviam.signoff.adjustments.core.impl
 
CubeAdjustmentJPA() - Constructor for class com.activeviam.signoff.adjustments.core.impl.CubeAdjustmentJPA
 
CubeAdjustmentRestService - Class in com.activeviam.signoff.example.rest.impl
RESTFul service foor cube-level adjustments
CubeAdjustmentRestService(ICubeAdjustmentService) - Constructor for class com.activeviam.signoff.example.rest.impl.CubeAdjustmentRestService
 
CubeAdjustmentRestServiceConfig - Class in com.activeviam.signoff.example.rest.impl
Configuration of the cube-level adjustments service
CubeAdjustmentRestServiceConfig() - Constructor for class com.activeviam.signoff.example.rest.impl.CubeAdjustmentRestServiceConfig
 
cubeAdjustmentService - Variable in class com.activeviam.signoff.example.rest.impl.CubeAdjustmentRestService
 
cubeAdjustmentService - Variable in class com.activeviam.signoff.example.rest.impl.CubeAdjustmentRestServiceConfig
 
cubeAdjustmentService() - Method in class com.activeviam.signoff.example.cfg.SignOffAdjustmentsConfig
 
CubeAdjustmentService - Class in com.activeviam.signoff.example.service.impl
Implementation of cube-level adjustment service
CubeAdjustmentService() - Constructor for class com.activeviam.signoff.example.service.impl.CubeAdjustmentService
 
CubeFilterDefinition - Class in com.activeviam.signoff.core.export.templating.impl
Implementation for the definition of a filter that will be applied to an export task.
CubeFilterDefinition() - Constructor for class com.activeviam.signoff.core.export.templating.impl.CubeFilterDefinition
 
CubeFilterDefinition(String, String, List<String>) - Constructor for class com.activeviam.signoff.core.export.templating.impl.CubeFilterDefinition
 
CubeLevelAdjustedMeasuresBuilder - Class in com.activeviam.signoff.example.cfg
Helper call to build adjusted measures in cube based on: the list of adjustable measures the definition of the asOfDate hierarchy the definition of the hierarchies to exclude
CubeLevelAdjustedMeasuresBuilder() - Constructor for class com.activeviam.signoff.example.cfg.CubeLevelAdjustedMeasuresBuilder
 
CubeLevelAdjustmentHandler - Class in com.activeviam.signoff.adjustments.core.postprocessor.impl
ForexHandler extends for the abstract class AAggregatesContinuousHandler.
CubeLevelAdjustmentHandler(IActivePivotVersion) - Constructor for class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeLevelAdjustmentHandler
Constructor
CubeLevelAdjustmentStream - Class in com.activeviam.signoff.adjustments.core.postprocessor.impl
CubeLevelAdjustmentStream Listen to the forex store and publish event into the ActivePivot continuous query engine
CubeLevelAdjustmentStream(IAggregatesContinuousQueryEngine, IMultiVersionActivePivot) - Constructor for class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeLevelAdjustmentStream
Constructor.
CubeLevelDefinition - Class in com.activeviam.signoff.core.export.templating.impl
Implementation for the definition of a level that will be included in an export task.
CubeLevelDefinition() - Constructor for class com.activeviam.signoff.core.export.templating.impl.CubeLevelDefinition
 
CubeLevelDefinition(String, String, String, String) - Constructor for class com.activeviam.signoff.core.export.templating.impl.CubeLevelDefinition
 
CubeMeasureDefinition - Class in com.activeviam.signoff.core.export.templating.impl
Implementation for the definition of a measure that will be included in an export task.
CubeMeasureDefinition() - Constructor for class com.activeviam.signoff.core.export.templating.impl.CubeMeasureDefinition
 
CubeMeasureDefinition(String, String) - Constructor for class com.activeviam.signoff.core.export.templating.impl.CubeMeasureDefinition
 
CubeQueryTemplateFiller - Class in com.activeviam.signoff.core.export.templating.impl
Implementation for the object containing required details for the cube query XML template.
CubeQueryTemplateFiller() - Constructor for class com.activeviam.signoff.core.export.templating.impl.CubeQueryTemplateFiller
 
CubeQueryTemplateFiller(String, List<String>, String, String, List<ICubeLevelDefinition>, List<ICubeMeasureDefinition>) - Constructor for class com.activeviam.signoff.core.export.templating.impl.CubeQueryTemplateFiller
 
CURRENCY - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
CUSTOM_DUPLICATE_KEY_HANDLER - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
cxfDataExtractionService() - Method in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionWebServicesConfig
 
cxfEnhancedDrillthroughService() - Method in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionWebServicesConfig
 

D

daoMap() - Method in class com.activeviam.signoff.example.cfg.SignOffSourceConfig
 
DATA_EXTRACTION_REMOTING_SERVICE - Static variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionRemotingServicesConfig
 
DATA_EXTRACTION_SERVICE_SUFFIX - Static variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionRestServicesConfig
The suffix to add to the rest services suffix to obtain the path to the export rest service
DATA_EXTRACTION_SVC_ENDPOINT_SUFFIX - Static variable in interface com.activeviam.signoff.core.export.extractor.cfg.IDataExtractionWebServicesConfig
 
DATA_FILES - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
DATA_RAW_SIZE - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
DATA_SET_DESCRIPTION - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
DATABASE_ASOFDATE_FORMAT - Static variable in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
 
DATABASE_ASOFDATE_PATTERN - Static variable in class com.activeviam.signoff.example.constants.SignOffProperties
 
DATABASE_DATE_PATTERN - Static variable in class com.activeviam.signoff.example.service.impl.SignOffDatastoreService
 
DataExtractionRemotingServicesConfig - Class in com.activeviam.signoff.core.export.extractor.cfg.impl
Spring JavaConfig to expose the Extractor and Enhanced Drill-through as Spring HTTP-remoting services.
DataExtractionRemotingServicesConfig() - Constructor for class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionRemotingServicesConfig
 
dataExtractionRemotingServicesMapping() - Method in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionRemotingServicesConfig
 
DataExtractionRestServicesConfig - Class in com.activeviam.signoff.core.export.extractor.cfg.impl
Spring JavaConfig of the extraction REST services required in any custom ActivePivot server project.
DataExtractionRestServicesConfig() - Constructor for class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionRestServicesConfig
 
dataExtractionService() - Method in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionServicesConfig
Custom implementation of the custom ILocalDataExtractionService contract.
DataExtractionService - Class in com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl
Default implementation for a ILocalDataExtractionService service.
DataExtractionService(IExtractorOrderBuilder, IExtractorTaskFactory, List<IExtractorTaskStatusListener>, Properties) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Default constructor.
dataExtractionServiceBaseDirPath - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionServicesConfig
The path to the base directory in which the Data Extraction Service results shall be generated (if/as applicable).
DataExtractionServiceException - Exception in com.activeviam.signoff.core.export.extractor.pivot.webservices.custom
Exception thrown when a method of Data Extraction Service fails to execute.
DataExtractionServiceException() - Constructor for exception com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.DataExtractionServiceException
 
DataExtractionServiceException(String) - Constructor for exception com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.DataExtractionServiceException
 
DataExtractionServiceException(String, String, Object...) - Constructor for exception com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.DataExtractionServiceException
 
DataExtractionServiceException(String, Throwable) - Constructor for exception com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.DataExtractionServiceException
 
DataExtractionServiceException(Throwable) - Constructor for exception com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.DataExtractionServiceException
 
DataExtractionServiceException(Throwable, String, String, Object...) - Constructor for exception com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.DataExtractionServiceException
 
DataExtractionServiceLogMessages - Class in com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl
Log messages for ActivePivot Extractor (Data Extraction Service) services operations.
dataExtractionServiceOrderBuilder() - Method in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionServicesConfig
Order Builder for the Data Extraction service.
DataExtractionServicesConfig - Class in com.activeviam.signoff.core.export.extractor.cfg.impl
Spring JavaConfig of the Data Extraction Engine service.
DataExtractionServicesConfig() - Constructor for class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionServicesConfig
 
dataExtractionServiceTaskFactory() - Method in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionServicesConfig
Task Factory for the Data Extraction service.
dataExtractionServiceTaskStatusListeners() - Method in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionServicesConfig
Listeners to status change events for all the tasks handled by the Data Extraction service.
dataExtractionServiceWithTaskFolders - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionServicesConfig
Whether/not to add a task-based sub-folder to the base dir path and the base URL (if/as applicable) considered for the Data Extraction Service.
dataExtractionServiceWithUserFolders - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionServicesConfig
Whether/not to add a user-based sub-folder to the base dir path and the base URL (if/as applicable) considered for the Data Extraction Service.
DataExtractionWebServicesConfig - Class in com.activeviam.signoff.core.export.extractor.cfg.impl
Spring JavaConfig to expose the Extractor and Enhanced Drill-through services as CXF web-services.
DataExtractionWebServicesConfig() - Constructor for class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionWebServicesConfig
 
dataSource() - Method in class com.activeviam.signoff.example.cfg.SignOffHibernateConfig
 
datastore - Variable in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
 
datastore - Variable in class com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentEngine
 
datastore - Variable in class com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentUpdateWhere
 
datastore - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.EnhancedDrillthroughServicesConfig
 
datastore - Variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
datastore - Variable in class com.activeviam.signoff.core.mandate.impl.MandateScopeManager
 
datastore - Variable in class com.activeviam.signoff.example.cfg.MandateAndAdjustmentReloadConfig
 
datastore - Variable in class com.activeviam.signoff.example.cfg.SignOffAdjustmentsConfig
 
datastore - Variable in class com.activeviam.signoff.example.cfg.SignOffConfig
 
datastore - Variable in class com.activeviam.signoff.example.cfg.SignOffSourceConfig
 
datastore - Variable in class com.activeviam.signoff.example.cfg.SignOffSourceInitialConfig
 
datastore - Variable in class com.activeviam.signoff.example.conflict.impl.ConflictManager
 
datastore - Variable in class com.activeviam.signoff.example.mandate.datastore.impl.MandateUpdateWhereProcedure
 
datastore - Variable in class com.activeviam.signoff.example.rest.impl.ExportRestService
 
datastore - Variable in class com.activeviam.signoff.example.service.impl.ExportAuditService
 
datastore - Variable in class com.activeviam.signoff.example.service.impl.MandateService
 
datastore - Variable in class com.activeviam.signoff.example.service.impl.SignOffDatastoreService
 
datastore - Variable in class com.activeviam.signoff.example.service.impl.StoreAdjustmentService
 
datastore - Variable in class com.activeviam.signoff.example.service.impl.StoreAdjustmentSubmissionService
 
datastore - Variable in class com.activeviam.signoff.example.source.publishers.impl.MandateTuplePublisher
 
DATASTORE_TEMPLATE_PROP - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
The configuration property for the file name of the datastore export template.
DatastoreConditionDefinition - Class in com.activeviam.signoff.core.export.templating.impl
Implementation for the condition objects to be used when filling in the datastore query XML template.
DatastoreConditionDefinition() - Constructor for class com.activeviam.signoff.core.export.templating.impl.DatastoreConditionDefinition
 
DatastoreConditionDefinition(String, List<IDatastoreConditionDefinition>, String, List<Pair<String, String>>) - Constructor for class com.activeviam.signoff.core.export.templating.impl.DatastoreConditionDefinition
 
DatastoreFieldDefinition - Class in com.activeviam.signoff.core.export.templating.impl
Implementation for the field objects to be used when filling in the datastore query XML template.
DatastoreFieldDefinition() - Constructor for class com.activeviam.signoff.core.export.templating.impl.DatastoreFieldDefinition
 
DatastoreFieldDefinition(String, String) - Constructor for class com.activeviam.signoff.core.export.templating.impl.DatastoreFieldDefinition
 
DatastoreQueryTemplateFiller - Class in com.activeviam.signoff.core.export.templating.impl
Implementation for the object containing required details for the datastore query XML template.
DatastoreQueryTemplateFiller() - Constructor for class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
 
DatastoreQueryTemplateFiller(String, String, String, List<IDatastoreFieldDefinition>, long, String, IDatastoreConditionDefinition, String) - Constructor for class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
 
datastoreService - Variable in class com.activeviam.signoff.example.cfg.MandateAndAdjustmentReloadConfig
 
datastoreService - Variable in class com.activeviam.signoff.example.service.impl.MandateService
 
datastoreService - Variable in class com.activeviam.signoff.example.source.impl.MandateAndAdjustmentReload
 
DATE_HIERARCHIES_PROP - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
The property for the date hierarchies to use when filtering exports.
dbAsOfDatePattern - Variable in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
 
DEFAULT_COMPRESSION_TYPE - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
 
DEFAULT_CSV_SEPARATOR - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
Default CSV format separator.
DEFAULT_HAS_HEADER - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
Default flag value for indicating whether/not the file has a header.
DEFAULT_KEEP_OUTPUT_FILE_IF_FAILURE - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
 
DEFAULT_LIVE_TO - Static variable in interface com.activeviam.signoff.core.audit.IAuditable
 
DEFAULT_LOCALE - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
Default Locale used if nothing specified via AExtractorOutput.setLocale(Locale) or AExtractorOutput.setLocale(String), or if specified locale cannot be found.
DEFAULT_MASTER_BRANCH - Static variable in class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
 
DEFAULT_MASTER_BRANCH - Static variable in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
DEFAULT_MAX_RAW_DATA_SIZE_PER_FILE - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
Default max data size (in bytes) for each given result file.
DEFAULT_MAX_REMOVALS - Static variable in class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
Default max removals considered, unless specified differently by RemoveFactsQuery.setMaxRemovals(int).
DEFAULT_MAX_RESULTS - Static variable in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
Default max results considered, unless specified differently by SearchFactsQuery.setMaxResults(int).
DEFAULT_MAX_ROWS_PER_FILE - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
Default max number of data rows (excluding header) that each given result file shall contain.
DEFAULT_MEASURE_VALUE_IF_NULL - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
Default return value for the measures if they are NULL.
DEFAULT_SURROUNDING_DATA_WITH_QUOTES - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
Default flag value for surrounding the data with quotes.
DEFAULT_SYSTEM_OUTPUT_BUFFER_SIZE - Static variable in class com.activeviam.signoff.core.export.extractor.file.impl.ABufferedArchiveOutputStream
Default size of the intermediary buffer used to write compressed results into the system resources (e.g.
DEFAULT_THREAD_POOL_SIZE - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Default Extractor thread pool size.
DEFAULT_TRANSFORM_NA_TO_EMPTY - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
 
DefaultExtractorOrderBuilder - Class in com.activeviam.signoff.core.export.extractor.pivot.order.impl
Default implementation for a Data Extraction Engine order builder, which is based on JAXB unmarshalling of a given XML description of Extractor order.
DefaultExtractorOrderBuilder() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.order.impl.DefaultExtractorOrderBuilder
Default constructor.
defaultResultBaseUrl - Variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.ExtractorTaskFactory
 
defaultResultDirPath - Variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.ExtractorTaskFactory
 
defaultWithTaskFolders - Variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.ExtractorTaskFactory
 
defaultWithUserFolders - Variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.ExtractorTaskFactory
 
definition - Variable in class com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentUpdateWhere
 
definitionName - Variable in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
DEFINITIONS - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
delete(String) - Method in interface com.activeviam.signoff.core.audit.IAuditDAO
Deletes an object from the DAO, closing it and updating the liveTo property.
delete(String) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
deleteAdjustment(String) - Method in interface com.activeviam.signoff.adjustments.cube.ICubeAdjustmentService
Delete a cube-level adjustment by id
deleteAdjustment(String) - Method in interface com.activeviam.signoff.adjustments.service.IStoreAdjustmentService
Delete a store adjustment by id
deleteAdjustment(String) - Method in class com.activeviam.signoff.example.rest.impl.CubeAdjustmentRestService
Delete cube-level adjustment by id
deleteAdjustment(String) - Method in class com.activeviam.signoff.example.rest.impl.StoreAdjustmentRestService
Delete datastore adjustment by id
deleteAdjustment(String) - Method in class com.activeviam.signoff.example.service.impl.CubeAdjustmentService
 
deleteAdjustment(String) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentService
 
DeleteAdjustmentDTO - Class in com.activeviam.signoff.adjustments.rest.dto.impl
Placeholder class for the deletion of adjustments
DeleteAdjustmentDTO() - Constructor for class com.activeviam.signoff.adjustments.rest.dto.impl.DeleteAdjustmentDTO
 
deleteAll(List<String>) - Method in interface com.activeviam.signoff.core.audit.IAuditDAO
Deletes multiple objects from the DAO, closing them and updating the liveTo properties.
deleteAll(List<String>) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
deleteBranch(String) - Method in interface com.activeviam.signoff.adjustments.service.IStoreAdjustmentService
DElete a sign-off branch
deleteBranch(String) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentService
 
deleteData(ImportTaskDataDeletionDTO) - Method in class com.activeviam.signoff.example.rest.impl.ImportRestService
 
DeletedRecordsDatabaseEvent - Class in com.activeviam.signoff.example.source.events.impl
Database event used for deleted elements in the database
DeletedRecordsDatabaseEvent(Class<?>, String...) - Constructor for class com.activeviam.signoff.example.source.events.impl.DeletedRecordsDatabaseEvent
 
DeletedRecordsDatabaseEvent(Class<?>, List<String>) - Constructor for class com.activeviam.signoff.example.source.events.impl.DeletedRecordsDatabaseEvent
 
deserialize(JsonParser, DeserializationContext) - Method in class com.activeviam.signoff.example.serialization.ConditionDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.activeviam.signoff.example.serialization.StoreAdjustmentDefinitionsDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.activeviam.signoff.example.serialization.StoreAdjustmentDiffDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.activeviam.signoff.example.serialization.VectorDeserializer
 
deSerializeStoreAdjustmentDefinition(String) - Static method in class com.activeviam.signoff.adjustments.core.util.StoreAdjustmentSerializationUtils
 
deSerializeStoreAdjustmentDiff(String) - Static method in class com.activeviam.signoff.adjustments.core.util.StoreAdjustmentSerializationUtils
 
DIFF - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
DIGEST - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
DIGEST_STORE_NAME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
digestStoreDescription() - Static method in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
DIMENSION_HIERARCHY_SEPARATOR - Static variable in class com.activeviam.signoff.adjustments.core.location.impl.LocationDigestFactory
 
domain - Variable in class com.activeviam.signoff.example.mandate.datastore.impl.MandateUpdateWhereProcedure
 
DOMAIN - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
DOMAIN_HIERARCHIES_DESCRIPTION_PREFIX - Static variable in class com.activeviam.signoff.example.constants.SignOffProperties
 
DOMAIN_HIERARCHIES_DESCRIPTIONS - Static variable in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
 
domainHierachiesInfo - Variable in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
 
domainHierachiesInfo - Variable in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeLevelAdjustmentHandler
 
domainHierarchiesDescriptions - Variable in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeLevelAdjustmentHandler
field for the location discriminator
DOMAINS - Static variable in class com.activeviam.signoff.example.constants.SignOffProperties
 
doMandateAndAdjustmentReload() - Method in class com.activeviam.signoff.example.cfg.SignOffSourceInitialConfig
 
done() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorFutureTask
 
DOUBLE_PIPE - Static variable in class com.activeviam.signoff.core.mandate.utils.ConditionsUtil
 
DOUBLE_QUOTE - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.MultipleResultFileOutputHandler
 
doubleValue() - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeAdjustedValue
 
DrillthroughQueryExtractorTask - Class in com.activeviam.signoff.core.export.extractor.pivot.task.impl
Extractor task for executing a DrillthroughQuery.
DrillthroughQueryExtractorTask(String, IExtractorOrder, String, String, boolean, Authentication, IActivePivotManager, IQueriesService) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.impl.DrillthroughQueryExtractorTask
Default constructor.
dropBranch(DropBranchDTO) - Method in class com.activeviam.signoff.example.rest.impl.MandateRestService
 
DropBranchDTO - Class in com.activeviam.signoff.example.rest.dto.impl.mandate
 
DropBranchDTO() - Constructor for class com.activeviam.signoff.example.rest.dto.impl.mandate.DropBranchDTO
 

E

EchoExtractorOutputColumn - Class in com.activeviam.signoff.core.export.extractor.pivot.order.impl
Implementation for a Data Extraction Engine output column that returns a pre-defined constant value.
EchoExtractorOutputColumn() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.order.impl.EchoExtractorOutputColumn
 
EchoExtractorOutputColumn(String) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.order.impl.EchoExtractorOutputColumn
Default constructor.
EMPTY - com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentOperationType
 
EMPTY_STRING - Static variable in class com.activeviam.signoff.example.cfg.CubeLevelAdjustedMeasuresBuilder
 
ENHANCED_DRILL_THROUGH_REMOTING_SERVICE - Static variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionRemotingServicesConfig
The extended administration remoting service path
ENHANCED_DRILL_THROUGH_SERVICE_SUFFIX - Static variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionRestServicesConfig
The suffix to add to the rest services suffix to obtain the path to the export rest service
ENHANCED_DRILL_THROUGH_SVC_ENDPOINT_SUFFIX - Static variable in interface com.activeviam.signoff.core.export.extractor.cfg.IDataExtractionWebServicesConfig
 
ENHANCED_DT_BASE_DIR_PATH_PROP - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
ENHANCED_DT_CSV_SEPARATOR - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
ENHANCED_DT_HTTP_BASE_URL_PROP - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
ENHANCED_DT_MAX_RAW_DATA_SIZE_PER_FILE - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
ENHANCED_DT_MAX_ROWS_PER_FILE - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
ENHANCED_DT_SURROUNDING_QUOTES_FLAG - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
ENHANCED_DT_THREAD_POOL_SIZE - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
enhancedDrillthroughBaseDirPath - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.EnhancedDrillthroughServicesConfig
Path for the generation of enhanced DT result files (server-side location).
EnhancedDrillthroughLogMessages - Class in com.activeviam.signoff.core.export.extractor.pivot.webservices.impl
Log messages for the custom enhanced drill-through web-services operations.
EnhancedDrillthroughMaxRowsContext - Class in com.activeviam.signoff.core.export.extractor.pivot.context.impl
Context value for the enhanced drillthrough max rows configuration.
EnhancedDrillthroughMaxRowsContext(int) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.context.impl.EnhancedDrillthroughMaxRowsContext
Fully explicit constructor.
enhancedDrillthroughRestService() - Method in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionRestServicesConfig
 
EnhancedDrillthroughRestService - Class in com.activeviam.signoff.core.export.extractor.pivot.rest.query.impl
Defines the RESTful bridge over the Enhanced Drill-through Rest service
EnhancedDrillthroughRestService(ILocalEnhancedDrillthroughService) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.rest.query.impl.EnhancedDrillthroughRestService
 
EnhancedDrillthroughResultFileInfoDTO - Class in com.activeviam.signoff.core.export.extractor.dt.dto.impl
DTO for Enhanced Drill-through result file information.
EnhancedDrillthroughResultFileInfoDTO() - Constructor for class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughResultFileInfoDTO
 
EnhancedDrillthroughResultFileInfoDTO(String) - Constructor for class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughResultFileInfoDTO
 
enhancedDrillthroughService() - Method in class com.activeviam.signoff.core.export.extractor.cfg.impl.EnhancedDrillthroughServicesConfig
Instance of the Enhanced Drill-through service.
EnhancedDrillthroughService - Class in com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl
Enhanced drill-through capabilities as per specification in IEnhancedDrillthroughService contract.
EnhancedDrillthroughService(IActivePivotManager, IDatastore, IQueriesService, Properties) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
Default constructor.
EnhancedDrillthroughServicesConfig - Class in com.activeviam.signoff.core.export.extractor.cfg.impl
Spring JavaConfig of the Enhanced Drill-through service.
EnhancedDrillthroughServicesConfig() - Constructor for class com.activeviam.signoff.core.export.extractor.cfg.impl.EnhancedDrillthroughServicesConfig
 
EnhancedDrillthroughTaskInfoDTO - Class in com.activeviam.signoff.core.export.extractor.dt.dto.impl
DTO for Enhanced drill-through task information.
EnhancedDrillthroughTaskInfoDTO() - Constructor for class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughTaskInfoDTO
 
EnhancedDrillthroughTaskInfoDTO(String, String) - Constructor for class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughTaskInfoDTO
 
enhancedDTCSVSeparator - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.EnhancedDrillthroughServicesConfig
Default separator used by the enhanced DT to generate the CSV files.
enhancedDTMaxLinesPerFile - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.EnhancedDrillthroughServicesConfig
Default max number of data rows (excluding header) that each given result file shall contain.
enhancedDTMaxRawDataBytesWrittenPerFile - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.EnhancedDrillthroughServicesConfig
Default max data size (in bytes) for each given result file for enhanced DT.
enhancedDTServicesConfig - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionRemotingServicesConfig
 
enhancedDTServicesConfig - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionServicesConfig
 
enhancedDTServicesConfig - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionWebServicesConfig
 
enhancedDTSurroundingDataWithQuotes - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.EnhancedDrillthroughServicesConfig
Default flag to indicate if the data generated by the enhanced DT are surrounded by quotes.
enhancedDTThreadPoolSize - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.EnhancedDrillthroughServicesConfig
Default thread pool size for enhanced DT processing.
EnhancedJustInTimeConditions - Class in com.activeviam.signoff.core.export.extractor.jit.impl
Duplication of com.qfs.pivot.cube.provider.jit.impl.JustInTimeConditions to handle java.util.Date.
EnhancedJustInTimeConditions() - Constructor for class com.activeviam.signoff.core.export.extractor.jit.impl.EnhancedJustInTimeConditions
 
env - Variable in class com.activeviam.signoff.example.cfg.SignOffConfig
 
env - Variable in class com.activeviam.signoff.example.cfg.SignOffHibernateConfig
 
env - Variable in class com.activeviam.signoff.example.cfg.SignOffSourceInitialConfig
 
env - Variable in class com.activeviam.signoff.example.conflict.impl.ConflictManager
 
env - Variable in class com.activeviam.signoff.example.rest.impl.ExportRestService
 
env - Variable in class com.activeviam.signoff.example.service.impl.CubeAdjustmentService
 
env - Variable in class com.activeviam.signoff.example.service.impl.MandatesDomainsService
 
env - Variable in class com.activeviam.signoff.example.service.impl.MandateService
 
env - Variable in class com.activeviam.signoff.example.service.impl.SignOffDatastoreService
 
env - Variable in class com.activeviam.signoff.example.service.impl.StoreAdjustmentSubmissionService
 
env - Variable in class com.activeviam.signoff.example.source.impl.MandateAndAdjustmentReload
 
EQ - Static variable in class com.activeviam.signoff.core.mandate.constants.ConditionsConstants
 
EQUAL - Static variable in class com.activeviam.signoff.adjustments.core.location.impl.LocationDigestFactory
 
EQUAL - Static variable in class com.activeviam.signoff.core.mandate.utils.ConditionsUtil
 
equals(Object) - Method in class com.activeviam.signoff.adjustments.core.impl.StoreAdjustmentJPA
 
equals(Object) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeAdjustedValue
 
equals(Object) - Method in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
equals(Object) - Method in class com.activeviam.signoff.core.export.extractor.pivot.context.impl.EnhancedDrillthroughMaxRowsContext
 
equals(Object) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.LevelExtractorOutputColumn
 
equals(Object) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
equals(Object) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.MdxQueryExtractorTask.TupleLocation
 
equals(Object) - Method in class com.activeviam.signoff.core.export.templating.impl.CubeFilterDefinition
 
equals(Object) - Method in class com.activeviam.signoff.core.export.templating.impl.CubeLevelDefinition
 
equals(Object) - Method in class com.activeviam.signoff.core.export.templating.impl.CubeMeasureDefinition
 
equals(Object) - Method in class com.activeviam.signoff.core.export.templating.impl.CubeQueryTemplateFiller
 
equals(Object) - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreConditionDefinition
 
equals(Object) - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreFieldDefinition
 
equals(Object) - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
 
equals(Object) - Method in class com.activeviam.signoff.core.export.templating.impl.MDXQueryFiller
 
equals(Object) - Method in class com.activeviam.signoff.core.mandate.impl.MandateScope
 
equals(Object) - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskMetadataDTO
 
equals(Object) - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskMetadataStoreDTO
 
equals(Object) - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskStatusDTO
 
equals(Object) - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskInstanceMetadataDTO
 
equals(Object) - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskInstancePostponementDTO
 
equals(Object) - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskLoadDetailsDTO
 
equals(Object) - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
equals(Object) - Method in class com.activeviam.signoff.example.mandate.impl.MandateParentChildJPA
 
equals(Object) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
equals(Object) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
 
equals(Object) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskCreationDTO
 
equals(Object) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskDescriptionDTO
 
equals(Object) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskPriorityChangeDTO
 
equals(Object) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskRequestByIdDTO
 
equals(Object) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskStatusChangeDTO
 
equals(Object) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.QueueConfigDTO
 
equals(Object) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskCreationDTO
 
equals(Object) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionDTO
 
equals(Object) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionResultDTO
 
equals(Object) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
 
equals(Object) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceByIdDTO
 
equals(Object) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceDescriptionDTO
 
equals(Object) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskLoadDescriptionDTO
 
equals(Object) - Method in class com.activeviam.signoff.example.service.impl.rest.response.exports.ExportTaskAuditDTOResponse
 
equals(Object) - Method in class com.activeviam.signoff.example.service.impl.rest.response.exports.ExportTaskDescriptionDTOResponse
 
equals(Object) - Method in class com.activeviam.signoff.example.service.impl.rest.response.exports.QueueDescriptionDTOResponse
 
equals(Object) - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskDataDeletionDTOResponse
 
equals(Object) - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskInstanceAuditDTOResponse
 
equals(Object) - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskInstanceDescriptionDTOResponse
 
equals(Object) - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskLoadRequestDTOResponse
 
equals(Object) - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskShutdownsDTOResponse
 
evaluate(ILocation, Object[]) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
 
eventPublisher - Variable in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
eventPublisher - Variable in class com.activeviam.signoff.example.service.impl.MandateService
 
EXCEPTIONAL - com.activeviam.signoff.core.export.extractor.pivot.order.ExtractorOrderPriority
Order has exceptional priority.
EXCLUDED_HIERARCHIES_DESCRIPTIONS - Static variable in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
 
excludedHierachiesInfo - Variable in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
 
execute(IStoreAdjustmentSubmission, boolean) - Method in interface com.activeviam.signoff.adjustments.store.IStoreAdjustmentSubmissionService
Execute a submission
execute(IStoreAdjustmentSubmission, boolean) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentSubmissionService
 
execute(IStoreAdjustmentSubmission, String, String, boolean) - Method in class com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentEngine
 
execute(IStoreAdjustmentSubmission, String, String, boolean) - Method in interface com.activeviam.signoff.adjustments.store.IStoreAdjustmentEngine
Execute a submission
execute(IRemoveFactsQuery, String) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.query.ILocalEnhancedDrillthroughService
execute(IRemoveFactsQuery, String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
execute(ISearchFactsQuery, String) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.IEnhancedDrillthroughService
execute(ISearchFactsQuery, String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
execute(IArrayReader, IArrayWriter) - Method in class com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentUpdateWhere
 
execute(IArrayReader, IArrayWriter) - Method in class com.activeviam.signoff.example.mandate.datastore.impl.MandateUpdateWhereProcedure
 
EXECUTE - com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentOperationType
 
executeAdjustment(IStoreAdjustmentSubmission) - Method in interface com.activeviam.signoff.adjustments.service.IStoreAdjustmentService
Execute a store adjustment submission
executeAdjustment(IStoreAdjustmentSubmission) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentService
 
executeAll(List<IStoreAdjustmentSubmission>, String, String, boolean) - Method in class com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentEngine
 
executeAll(List<IStoreAdjustmentSubmission>, String, String, boolean) - Method in interface com.activeviam.signoff.adjustments.store.IStoreAdjustmentEngine
Execute a list of submissions
executeAsyncInQuery(CountedCompleter<?>, IActivePivotSession) - Method in class com.activeviam.signoff.core.export.extractor.pivot.dist.message.impl.RetrieveSearchFactQueryResultsMessage
 
executeEnhancedCount(IGetAggregatesQuery) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.IEnhancedDrillthroughService
To retrieve contributors.COUNT for a particular location, with some custom logic to ensure appropriate count calculation when dealing with analysis dimensions in the target cube.
executeEnhancedCount(IGetAggregatesQuery) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
executeEnhancedCount(HttpHeaders) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.rest.query.IEnhancedDrillthroughRestService
 
executeEnhancedCount(HttpHeaders) - Method in class com.activeviam.signoff.core.export.extractor.pivot.rest.query.impl.EnhancedDrillthroughRestService
 
executeEnhancedDrillthrough(IDrillthroughQuery, String, String) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.IEnhancedDrillthroughService
Execute an enhanced IDrillthroughQuery query asynchronously.
executeEnhancedDrillthrough(IDrillthroughQuery, String, String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
executeInQuery(IActivePivotSession) - Method in class com.activeviam.signoff.core.export.extractor.pivot.dist.message.impl.RetrieveSearchFactQueryResultsMessage
Invoked on each instance to synchronously produce an answer to the message.
executePersistedStoreAdjustment(String, String, String, boolean) - Method in interface com.activeviam.signoff.adjustments.service.IStoreAdjustmentService
Execute a persisted store adjustment
executePersistedStoreAdjustment(String, String, String, boolean) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentService
 
executePersistedStoreAdjustments(String, String, String, boolean) - Method in interface com.activeviam.signoff.adjustments.service.IStoreAdjustmentService
Execute persisted store adjustments for a given mandate id
executePersistedStoreAdjustments(String, String, String, boolean) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentService
 
EXECUTION_DATE - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
executorService - Variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Thread pool executor specialized for Extractor tasks execution in asynchronous mode and in a controlled environment (bounded resources).
EXPORT_AGGREGATED_PROP - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
The property to determine whether the aggregated cube export is performed.
EXPORT_AUDIT_STORE_NAME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
EXPORT_BASE_DIR_PROP - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
The configuration property for the export base directory.
EXPORT_CUBE_PROP - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
The property to determine whether the fact-level cube export is performed.
EXPORT_FILE_TABLE - Static variable in class com.activeviam.signoff.example.export.auditing.files.ExportFileAuditJPA
 
EXPORT_FILES_AUDIT_STORE_NAME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
EXPORT_STORE_PROP - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
The property to determine whether the store export is performed.
EXPORT_TABLE - Static variable in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
exportAuditDAO - Variable in class com.activeviam.signoff.example.cfg.SignOffConfig
 
exportAuditDAO() - Method in class com.activeviam.signoff.example.cfg.SignOffHibernateConfig
 
ExportAuditDAO - Class in com.activeviam.signoff.example.export.auditing
DAO used for mandates objects
ExportAuditDAO(SessionFactory) - Constructor for class com.activeviam.signoff.example.export.auditing.ExportAuditDAO
 
ExportAuditJPA - Class in com.activeviam.signoff.example.export.auditing
JPA for export objects
ExportAuditJPA() - Constructor for class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
exportAuditService - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionServicesConfig
 
exportAuditService() - Method in class com.activeviam.signoff.example.cfg.SignOffConfig
 
ExportAuditService - Class in com.activeviam.signoff.example.service.impl
 
ExportAuditService() - Constructor for class com.activeviam.signoff.example.service.impl.ExportAuditService
 
exportAuditStoreDescription() - Static method in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
exportCancel(ExportTaskStatusChangeDTO) - Method in class com.activeviam.signoff.example.rest.impl.ExportRestService
Cancel a given task defined in the DTO.
ExportConstants - Class in com.activeviam.signoff.core.export.constants
Class containing the constants used for the export functionality.
ExportConstants() - Constructor for class com.activeviam.signoff.core.export.constants.ExportConstants
 
exportCube(ExportTaskCreationDTO) - Method in class com.activeviam.signoff.example.rest.impl.ExportRestService
Create cube-level export task from DTO.
exportDAO - Variable in class com.activeviam.signoff.example.cfg.SignOffSourceConfig
 
exportDAO - Variable in class com.activeviam.signoff.example.service.impl.ExportAuditService
 
exportFileAuditDAO - Variable in class com.activeviam.signoff.example.cfg.SignOffConfig
 
exportFileAuditDAO() - Method in class com.activeviam.signoff.example.cfg.SignOffHibernateConfig
 
ExportFileAuditDAO - Class in com.activeviam.signoff.example.export.auditing.files
DAO used for mandates objects
ExportFileAuditDAO(SessionFactory) - Constructor for class com.activeviam.signoff.example.export.auditing.files.ExportFileAuditDAO
 
ExportFileAuditJPA - Class in com.activeviam.signoff.example.export.auditing.files
 
ExportFileAuditJPA() - Constructor for class com.activeviam.signoff.example.export.auditing.files.ExportFileAuditJPA
 
exportFileDAO - Variable in class com.activeviam.signoff.example.cfg.SignOffSourceConfig
 
exportFileDAO - Variable in class com.activeviam.signoff.example.service.impl.ExportAuditService
 
exportFilesAuditStoreDescription() - Static method in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
exportPause(ExportTaskStatusChangeDTO) - Method in class com.activeviam.signoff.example.rest.impl.ExportRestService
Pause a given task defined in the DTO.
ExportRestService - Class in com.activeviam.signoff.example.rest.impl
RESTful service for data exporting.
ExportRestService(Environment) - Constructor for class com.activeviam.signoff.example.rest.impl.ExportRestService
 
ExportRestServiceConfig - Class in com.activeviam.signoff.example.rest.impl
Configuration for data export RESTFul service
ExportRestServiceConfig() - Constructor for class com.activeviam.signoff.example.rest.impl.ExportRestServiceConfig
 
exportResume(ExportTaskStatusChangeDTO) - Method in class com.activeviam.signoff.example.rest.impl.ExportRestService
Resume a given task defined in the DTO.
exportRetrieval() - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Returns a BiFunction that accepts a DAO object and an update object and returns the live export status corresponding to the update object.
exportService - Variable in class com.activeviam.signoff.example.service.impl.MandateService
 
exportStore(ExportTaskCreationDTO) - Method in class com.activeviam.signoff.example.rest.impl.ExportRestService
Create store-level export task from DTO.
ExportTaskAuditDTO - Class in com.activeviam.signoff.example.rest.dto.impl.exports
Implementation for the full description and audit details of an export task.
ExportTaskAuditDTO() - Constructor for class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
 
ExportTaskAuditDTO(String, String, String, String, String, String, String, String, String, String, long, long, ExportTaskMetadataDTO, Set<ExportTaskStatusDTO>, String, String, String) - Constructor for class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
 
ExportTaskAuditDTOResponse - Class in com.activeviam.signoff.example.service.impl.rest.response.exports
Response object to be returned by a service for auditing export tasks.
ExportTaskAuditDTOResponse() - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.exports.ExportTaskAuditDTOResponse
 
ExportTaskAuditDTOResponse(ExportTaskAuditDTO, String) - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.exports.ExportTaskAuditDTOResponse
Response of an ExportTaskAuditDTO service.
ExportTaskCreationDTO - Class in com.activeviam.signoff.example.rest.dto.impl.exports
Implementation for the requests to export data from a store.
ExportTaskCreationDTO() - Constructor for class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskCreationDTO
 
ExportTaskCreationDTO(String, String, String) - Constructor for class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskCreationDTO
 
ExportTaskDescriptionDTO - Class in com.activeviam.signoff.example.rest.dto.impl.exports
DTO for a shorter description of an export task.
ExportTaskDescriptionDTO() - Constructor for class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskDescriptionDTO
 
ExportTaskDescriptionDTO(String, String, String, String, String, String) - Constructor for class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskDescriptionDTO
 
ExportTaskDescriptionDTOResponse - Class in com.activeviam.signoff.example.service.impl.rest.response.exports
Response object to be returned by a service returning a set of ExportTaskDescriptionDTO objects.
ExportTaskDescriptionDTOResponse() - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.exports.ExportTaskDescriptionDTOResponse
 
ExportTaskDescriptionDTOResponse(Set<ExportTaskDescriptionDTO>, String) - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.exports.ExportTaskDescriptionDTOResponse
Response of an ExportTaskDescriptionDTO service.
ExportTaskMetadataDTO - Class in com.activeviam.signoff.core.rest.dto.exports.impl
Implementation for the export task metadata.
ExportTaskMetadataDTO() - Constructor for class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskMetadataDTO
 
ExportTaskMetadataDTO(long, Set<ExportTaskMetadataStoreDTO>) - Constructor for class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskMetadataDTO
 
ExportTaskMetadataStoreDTO - Class in com.activeviam.signoff.core.rest.dto.exports.impl
Implementation for the details pertaining to a single store as part of the export task metadata.
ExportTaskMetadataStoreDTO() - Constructor for class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskMetadataStoreDTO
 
ExportTaskMetadataStoreDTO(String, long) - Constructor for class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskMetadataStoreDTO
 
ExportTaskPriorityChangeDTO - Class in com.activeviam.signoff.example.rest.dto.impl.exports
Implementation of the request to move several tasks to the beginning or end of the queue.
ExportTaskPriorityChangeDTO() - Constructor for class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskPriorityChangeDTO
 
ExportTaskPriorityChangeDTO(Set<String>, String) - Constructor for class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskPriorityChangeDTO
 
ExportTaskRequestByIdDTO - Class in com.activeviam.signoff.example.rest.dto.impl.exports
Implementation for requests that depend on the task id only.
ExportTaskRequestByIdDTO() - Constructor for class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskRequestByIdDTO
 
ExportTaskRequestByIdDTO(String) - Constructor for class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskRequestByIdDTO
 
ExportTaskStatusChangeDTO - Class in com.activeviam.signoff.example.rest.dto.impl.exports
Implementation of the request the change the status of an export task (cancel, pause, resume).
ExportTaskStatusChangeDTO() - Constructor for class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskStatusChangeDTO
 
ExportTaskStatusChangeDTO(String, String) - Constructor for class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskStatusChangeDTO
 
ExportTaskStatusDTO - Class in com.activeviam.signoff.core.rest.dto.exports.impl
Implementation for the status of an export task.
ExportTaskStatusDTO() - Constructor for class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskStatusDTO
 
ExportTaskStatusDTO(String, String, String) - Constructor for class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskStatusDTO
 
expressionToFieldMap - Variable in class com.activeviam.signoff.core.mandate.utils.SchemaHelper
 
extractData(IExtractorOrder, IMultiVersionActivePivot) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
Extract data corresponding to the query specified in the Extractor order.
extractData(IExtractorOrder, IMultiVersionActivePivot) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.DrillthroughQueryExtractorTask
 
extractData(IExtractorOrder, IMultiVersionActivePivot) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.GetAggregateQueryExtractorTask
 
extractData(IExtractorOrder, IMultiVersionActivePivot) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.MdxQueryExtractorTask
 
extractData(IExtractorOrder, IMultiVersionActivePivot) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.RemoveFactsQueryExtractorTask
 
extractData(IExtractorOrder, IMultiVersionActivePivot) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.SearchFactsQueryExtractorTask
 
extractDimensionsInfo(IMultiVersionActivePivot) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.PivotDefinitionHelper
 
extractionProcedure - Variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.ALocationsQueryExtractorTask
 
ExtractionProcedureValueExtractorOutputColumn - Class in com.activeviam.signoff.core.export.extractor.pivot.order.impl
Implementation for a Data Extraction Engine output column that maps to a particular value computed or retrieved by an extraction procedure
ExtractionProcedureValueExtractorOutputColumn() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.order.impl.ExtractionProcedureValueExtractorOutputColumn
 
extractor - Variable in class com.activeviam.signoff.example.rest.impl.ExportRestService
 
EXTRACTOR_ADMIN_ROLE_PROP - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Name of the Extractor property defining the role with admin privilege.
EXTRACTOR_ADMIN_ROLE_PROP - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
EXTRACTOR_INITIAL_WORK_QUEUE_SIZE_PROP - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Name of the Extractor property defining the initial work queue size.
EXTRACTOR_MANDATORY_PROP_NOT_SET - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTOR_MDX_NB_RETRIES_DEFAULT_VALUE - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.ExtractorTaskFactory
Default value considered when ExtractorTaskFactory.EXTRACTOR_MDX_NB_RETRIES_PROP is not set.
EXTRACTOR_MDX_NB_RETRIES_PROP - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.ExtractorTaskFactory
Name of the optional property that defines the maximum number of retries for MDX queries.
EXTRACTOR_PROP_IS_EMPTY - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTOR_PROP_IS_INVALID - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionServiceLogMessages
 
EXTRACTOR_TASK_RETENTION_MIN_DAYS_PROP - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Name of the Extractor property defining the minimum task information retention period.
EXTRACTOR_THREAD_POOL_SIZE_PROP - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Name of the Extractor property defining the size of the thread pool dedicated for data extraction tasks execution.
EXTRACTOR_THREADPOOL_NAME - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Name of the Extractor thread pool.
EXTRACTOR_WITH_TASK_FOLDERS_DEFAULT_VALUE - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.ExtractorTaskFactory
Default value considered when ExtractorTaskFactory.EXTRACTOR_WITH_TASK_FOLDERS_PROP is not set.
EXTRACTOR_WITH_TASK_FOLDERS_PROP - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.ExtractorTaskFactory
Name of the optional property that defines whether/not to add a task-based sub-folder to the base dir path and the base URL, unless explicitly parameterized in a different way when calling ExtractorTaskFactory.createTask(IExtractorOrder, Authentication, String, String, boolean, boolean, String, String).
EXTRACTOR_WITH_USER_FOLDERS_DEFAULT_VALUE - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.ExtractorTaskFactory
Default value considered when ExtractorTaskFactory.EXTRACTOR_WITH_USER_FOLDERS_PROP is not set.
EXTRACTOR_WITH_USER_FOLDERS_PROP - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.ExtractorTaskFactory
Name of the optional property that defines whether/not to add a user-based sub-folder to the base dir path and the base URL, unless explicitly parameterized in a different way when calling ExtractorTaskFactory.createTask(IExtractorOrder, Authentication, String, String, boolean, boolean, String, String).
extractorAdminAuthority - Variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
extractorAdminGrantedAuthority - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionServicesConfig
Id of the granted authority for Extractor admin users (default = ROLE_ADMIN).
extractorAdminGrantedAuthority - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.EnhancedDrillthroughServicesConfig
Id of the granted authority for Extractor admin users (default = ROLE_ADMIN).
ExtractorException - Exception in com.activeviam.signoff.core.export.extractor.pivot
Exception thrown whenever there is a failure during internal processing operations related to the Data Extraction (EXTRACTOR) activity.
ExtractorException() - Constructor for exception com.activeviam.signoff.core.export.extractor.pivot.ExtractorException
 
ExtractorException(String) - Constructor for exception com.activeviam.signoff.core.export.extractor.pivot.ExtractorException
 
ExtractorException(String, Object...) - Constructor for exception com.activeviam.signoff.core.export.extractor.pivot.ExtractorException
 
ExtractorException(String, Throwable) - Constructor for exception com.activeviam.signoff.core.export.extractor.pivot.ExtractorException
 
ExtractorException(Throwable) - Constructor for exception com.activeviam.signoff.core.export.extractor.pivot.ExtractorException
 
ExtractorException(Throwable, String, Object...) - Constructor for exception com.activeviam.signoff.core.export.extractor.pivot.ExtractorException
 
ExtractorFutureTask - Class in com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl
Cancellable asynchronous computation for tailor-made Data Extraction Engine task management.
ExtractorFutureTask(IExtractorTask, List<IExtractorTaskStatusListener>) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorFutureTask
Default constructor.
ExtractorLogMessages - Class in com.activeviam.signoff.core.export.extractor.pivot.impl
Log messages for ActivePivot Extractor (Data Extraction Service) operations.
ExtractorOrder - Class in com.activeviam.signoff.core.export.extractor.pivot.order.impl
Simple bean representing a Data Extraction Engine order.
ExtractorOrder() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.order.impl.ExtractorOrder
 
EXTRACTORORDER_IMPOSSIBLE_CREATE_UNMARSHALLER - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTORORDER_LOCALE_NOT_FOUND - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTORORDER_UNMARSHAL_ERROR - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
extractorOrderBuilder - Variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Delegate for building orders: see IExtractorOrderBuilder for more details.
ExtractorOrderPriority - Enum in com.activeviam.signoff.core.export.extractor.pivot.order
Enumeration of possible Data Extraction Engine order priorities.
extractorOutput - Variable in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.AOutputHandler
 
ExtractorOutputAdapter - Class in com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl
Adapter for custom JAXB (un/)marshaling between a AExtractorOutput and a IExtractorOutputColumn.
ExtractorOutputAdapter() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputAdapter
 
ExtractorOutputColumnAdapter - Class in com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl
Adapter for custom JAXB (un/)marshaling between a AExtractorOutputColumn and a IExtractorOutputColumn.
ExtractorOutputColumnAdapter() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputColumnAdapter
 
ExtractorOutputColumnsWrapper - Class in com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl
Wrapper of a List of IExtractorOutputColumn instances, usable for JAXB custom marshaling.
ExtractorOutputColumnsWrapper() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputColumnsWrapper
 
ExtractorOutputColumnsWrapperAdapter - Class in com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl
Adapter for custom JAXB (un/)marshaling between a ExtractorOutputColumnsWrapper and a List of IExtractorOutputColumn instances.
ExtractorOutputColumnsWrapperAdapter() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputColumnsWrapperAdapter
 
ExtractorOutputExtractionProcedureWrapper - Class in com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl
Wrapper usable for JAXB custom marshaling.
ExtractorOutputExtractionProcedureWrapper() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputExtractionProcedureWrapper
 
ExtractorOutputExtractionProcedureWrapperAdapter - Class in com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl
Adapter for custom JAXB (un/)marshaling between a ExtractorOutputExtractionProcedureWrapper and a IExtractorTaskExtractionProcedure
ExtractorOutputExtractionProcedureWrapperAdapter() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputExtractionProcedureWrapperAdapter
 
ExtractorResultFileInfoDTO - Class in com.activeviam.signoff.core.export.extractor.dto.impl
DTO for Data Extraction Engine result file information.
ExtractorResultFileInfoDTO() - Constructor for class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorResultFileInfoDTO
 
ExtractorResultFileInfoDTO(String) - Constructor for class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorResultFileInfoDTO
 
extractorServicesConfig - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionRemotingServicesConfig
 
extractorServicesConfig - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionWebServicesConfig
 
EXTRACTORSVC_CLEANUP_OPERATION_ALREADY_RUNNING - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionServiceLogMessages
 
EXTRACTORSVC_CLEANUP_OPERATION_NOT_ALLOWED - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionServiceLogMessages
 
EXTRACTORSVC_MANDATORY_PROP_NOT_SET - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionServiceLogMessages
 
EXTRACTORSVC_NO_VALID_USER_AUTH - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionServiceLogMessages
 
EXTRACTORSVC_SUBMIT_TASK_EXC - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionServiceLogMessages
 
EXTRACTORSVC_SUBMIT_TASK_SUCCESS - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionServiceLogMessages
 
EXTRACTORSVC_TASK_ACCESS_NOT_ALLOWED - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionServiceLogMessages
 
EXTRACTORSVC_UNKNOWN_TASK - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionServiceLogMessages
 
EXTRACTORTASK_COLUMN_DIMENSION_UNKNOWN - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTORTASK_COLUMN_HIERARCHY_UNKNOWN - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTORTASK_COLUMN_LEVEL_UNKNOWN - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTORTASK_COLUMN_MEASURE_UNKNOWN - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTORTASK_EXTRACTION_FILES_GENERATED - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTORTASK_EXTRACTION_PROCEDURE_INITIALIZATION_FAILED - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTORTASK_INTERRUPT - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTORTASK_IO_EXCEPTION - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTORTASK_LOCATIONQUERY_WRONG_OUTPUTTYPE - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTORTASK_MDX_MAX_RETRIES - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTORTASK_MDX_NOT_VALID - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTORTASK_MDX_RETRY - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTORTASK_MDX_TIME - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTORTASK_PIVOT_UNKNOWN - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTORTASK_REMOVEFACTS_SUCCCESS - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTORTASK_SEARCHFACTS_WRONG_OUTPUTTYPE - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTORTASK_STATUS_CHANGED - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
EXTRACTORTASK_UNKNOWN_ORDER_CREATE_TASK - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.impl.ExtractorLogMessages
 
ExtractorTaskExtractionProcedureAdapter - Class in com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl
Adapter for custom JAXB (un)marshaling between a AExtractorTaskExtractionProcedure and a IExtractorTaskExtractionProcedure
ExtractorTaskExtractionProcedureAdapter() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorTaskExtractionProcedureAdapter
 
extractorTaskFactory - Variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Delegate for creating tasks: see IExtractorTaskFactory for more details.
ExtractorTaskFactory - Class in com.activeviam.signoff.core.export.extractor.pivot.task.impl
Default implementation for IExtractorTaskFactory.
ExtractorTaskFactory(Properties, IActivePivotManager, IQueriesService, ILocalEnhancedDrillthroughService) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.impl.ExtractorTaskFactory
Default constructor.
ExtractorTaskInfo - Class in com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl
Bean holding Data Extraction Engine task information.
ExtractorTaskInfo(String, String, String, String) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
ExtractorTaskInfoDTO - Class in com.activeviam.signoff.core.export.extractor.dto.impl
DTO for Data Extraction Engine task information.
ExtractorTaskInfoDTO() - Constructor for class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
ExtractorTaskInfoDTO(String, String, String) - Constructor for class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
extractorTaskRetentionMinDays - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionServicesConfig
Minimum retention period for Extractor task information hold in memory, in days (default = 7).
ExtractorTaskStatus - Enum in com.activeviam.signoff.core.export.extractor.pivot.task.exec
Enumeration of the possible Data Extraction Engine task execution statuses.
ExtractorTaskStatusChangeEvent - Class in com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl
Event notifying a change of Data Extraction Engine task status.
ExtractorTaskStatusChangeEvent(ExtractorTaskStatus, ExtractorTaskStatus, IExtractorTaskInfo) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskStatusChangeEvent
Default constructor.
ExtractorTaskWithTaskStatusListenersWrapper - Class in com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl
Wrapper to associate a particular IExtractorTask instance with IExtractorTaskStatusListener instances for submission to the ExtractorThreadPoolExecutor.
ExtractorTaskWithTaskStatusListenersWrapper(IExtractorTask, List<IExtractorTaskStatusListener>) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskWithTaskStatusListenersWrapper
Default constructor.
ExtractorThreadPoolExecutor - Class in com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl
Custom thread pool executor implementation for Data Extraction Engine tasks management.
ExtractorThreadPoolExecutor(int, int, long, TimeUnit, PriorityBlockingQueue<Runnable>, NamedThreadFactory, List<IExtractorTaskStatusListener>) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorThreadPoolExecutor
Default constructor.
extractorThreadPoolSize - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionServicesConfig
Extractor thread pool size (default = " ").
extractPivotIdFromOrder(IExtractorOrder) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
Extract the pivot (cube) ID from the given Extractor order.
extractPivotIdFromOrder(IExtractorOrder) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.DrillthroughQueryExtractorTask
 
extractPivotIdFromOrder(IExtractorOrder) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.GetAggregateQueryExtractorTask
 
extractPivotIdFromOrder(IExtractorOrder) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.MdxQueryExtractorTask
 
extractPivotIdFromOrder(IExtractorOrder) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.RemoveFactsQueryExtractorTask
 
extractPivotIdFromOrder(IExtractorOrder) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.SearchFactsQueryExtractorTask
 

F

FAILED - Static variable in class com.activeviam.signoff.core.mandate.constants.MandateExportStatusConstants
 
FAILURE - com.activeviam.signoff.core.export.extractor.pivot.task.exec.ExtractorTaskStatus
Task execution has completed on error.
fetch(Collection<? extends IMessageChannel<String, Object>>) - Method in class com.activeviam.signoff.example.source.impl.SignOffSource
 
FIELD_HEADERS_PROP - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
The configuration property for field headers.
FIELD_NAME - Static variable in class com.activeviam.signoff.core.mandate.utils.ConditionsUtil
 
FIELD_VALUES - Static variable in class com.activeviam.signoff.core.mandate.utils.ConditionsUtil
 
fieldDefaultValueMap - Variable in class com.activeviam.signoff.core.mandate.utils.SchemaHelper
 
fieldExpressionToStoreMap - Variable in class com.activeviam.signoff.core.mandate.utils.SchemaHelper
 
FieldExtractorOutputColumn - Class in com.activeviam.signoff.core.export.extractor.pivot.order.impl
Implementation for a Data Extraction Engine output column that maps to a particular field retrieved during a tabular query (e.g.
FieldExtractorOutputColumn() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FieldExtractorOutputColumn
 
fieldName - Variable in class com.activeviam.signoff.core.mandate.impl.MandateScope
 
fieldsMap - Variable in class com.activeviam.signoff.core.mandate.utils.SchemaHelper
 
fieldToDictionaryMap - Variable in class com.activeviam.signoff.core.mandate.utils.SchemaHelper
 
fieldValues - Variable in class com.activeviam.signoff.core.mandate.impl.MandateScope
 
FILE_SIZE - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
FileExtractorOutput - Class in com.activeviam.signoff.core.export.extractor.pivot.order.impl
Simple bean representing a Data Extraction Engine output writing into files.
FileExtractorOutput() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
 
FileExtractorTaskResultFileInfo - Class in com.activeviam.signoff.core.export.extractor.pivot.task.impl
Bean holding Data Extraction Engine result file information.
FileExtractorTaskResultFileInfo(String, String, int, long, long) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.impl.FileExtractorTaskResultFileInfo
 
FileExtractorTaskResultInfo - Class in com.activeviam.signoff.core.export.extractor.pivot.task.impl
Bean holding Data Extraction Engine file result information.
FileExtractorTaskResultInfo() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.impl.FileExtractorTaskResultInfo
 
FILENAME_ROOT_PROP - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
The configuration property for the root of the export filenames.
fillHeadersMap(Map<String, String>, String, String) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Fills a map of measures to headers based on a property string or a default.
fillStatusMap(IMandateStatus) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Returns a map of the status details to their values.
fillTemplate(String, Object) - Static method in class com.activeviam.signoff.core.export.templating.utils.TemplateUtils
Returns a string writer containing the template filled in with the contents of the filler object.
filterByAsOfDate(List<IAuditable>, String, Class<?>) - Method in class com.activeviam.signoff.example.source.impl.SignOffDatabaseEventListeners
 
FIND - com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentOperationType
 
floatValue() - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeAdjustedValue
 
formatForExport(Object) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Returns a formatted version of a value for inclusion in the export file.
formatLevel(Object, IExtractorOutput) - Method in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.AOutputHandler
Format the given level value to a String or return an empty value if we transform the N/A.
formatMeasure(Object, MeasureExtractorOutputColumn, IExtractorOutput) - Method in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.AOutputHandler
Format the given value to a String or return an empty value.
formatMeasure(Object, MeasureExtractorOutputColumn, IExtractorOutput) - Method in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.SimpleMemoryOutputHandler
 
formatRowDataToOutputColumns(ILocation, Map<String, Object>) - Method in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.AOutputHandler
Generate the formatted data according to the defined columns from the Extractor ouptutrow of results (as per pattern specified) for the given location and measures.
FULL_STOP - Static variable in class com.activeviam.signoff.example.cfg.CubeLevelAdjustedMeasuresBuilder
 
futureTasksRepository - Variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Repository holding future task artifacts for at least DataExtractionService.EXTRACTOR_TASK_RETENTION_MIN_DAYS_PROP (unless the JVM process is shutdown, obviously).

G

generateBranchName(String, String) - Static method in class com.activeviam.signoff.example.service.impl.SignOffDatastoreService
Generate sign-off branch name
generateContextValueTemplates() - Static method in class com.activeviam.signoff.core.export.templating.utils.TemplateUtils
Generates context value XML definition templates based on the available JAXB mappings in the project.
generateRemoveCondition(List<String>, List<Map<String, Object>>) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentSubmissionService
 
generateTaskInfoDTO(IExtractorTaskInfo) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Generate a task info DTO (for sharing with remote clients) based on the task information object managed internally by the Data Extraction Engine implementation.
generateTaskInfoDTO(IExtractorTaskInfo) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
Generate a task info DTO (for sharing with remote clients) based on the task information object managed internally by the Enhanced Drill-through implementation.
generateUndoSubmission(IStoreAdjustmentSubmission) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentSubmissionService
 
getAddEntries() - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AAddStoreAdjustmentDefinition
 
getAddEntries() - Method in class com.activeviam.signoff.adjustments.store.definition.impl.ARemoveStoreAdjustmentDefinition
 
getAddEntries() - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
getAddEntries() - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AUpdateStoreAdjustmentDefinition
 
getAddEntries() - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AUpdateWhereStoreAdjustmentDefinition
 
getAddEntries() - Method in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
Set of entries to add in a specific store before persisting them back into the branch defined in the IStoreAdjustmentSubmission.
getAdjustmentId() - Method in interface com.activeviam.signoff.adjustments.rest.dto.IDeleteAdjustmentDTO
Return the id of the adjustment to delete
getAdjustmentId() - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.DeleteAdjustmentDTO
 
getAdjustmentId() - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.UpdateCubeAdjustmentDTO
 
getAdjustmentId() - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.UpdateStoreAdjustmentDTO
Get the id of the adjustment
getAdjustmentId() - Method in interface com.activeviam.signoff.adjustments.rest.dto.IUpdateCubeAdjustmentDTO
Return the id of the cube-level adjustment to update
getAdjustmentId() - Method in interface com.activeviam.signoff.adjustments.rest.dto.IUpdateStoreAdjustmentDTO
Return the id of the store adjustment to update
getAfter(Object) - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentDiff
Return the values after the execution of a specific IStoreAdjustmentDefinition
getAggregatedExportStatus() - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Get the aggregated export status.
getAggregatedExportStatus() - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
getAggregatedTaskId() - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Get the aggregated export task id for the mandate
getAggregatedTaskId() - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
GetAggregateQueryExtractorTask - Class in com.activeviam.signoff.core.export.extractor.pivot.task.impl
Data Extraction Service task for Get Aggregates Query operation.
GetAggregateQueryExtractorTask(String, IExtractorOrder, String, String, boolean, Authentication, IActivePivotManager, IQueriesService) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.impl.GetAggregateQueryExtractorTask
Default constructor.
getAll() - Method in interface com.activeviam.signoff.core.audit.IAuditDAO
Retrieve all objects from the database
getAll() - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
getAll(String) - Method in interface com.activeviam.signoff.core.audit.IAuditDAO
Retrieve all objects from the database for a given as of date
getAll(String) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.CubeAdjustmentDAO
 
getAll(String) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.StoreAdjustmentDAO
 
getAll(String) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.StoreAdjustmentSubmissionDAO
 
getAll(String) - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditDAO
 
getAll(String) - Method in class com.activeviam.signoff.example.export.auditing.files.ExportFileAuditDAO
 
getAll(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateDAO
 
getAll(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusDAO
 
getAllResults(Query<R>) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
getApprovers() - Method in interface com.activeviam.signoff.core.mandate.IMandate
Get the set of approvers for the mandate.
getApprovers() - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Get the set of approvers of the mandate.
getApprovers() - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
getApprovers() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
getAsOfDate() - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
getAsOfDate() - Method in interface com.activeviam.signoff.core.audit.IHasAsOfDate
Get the as of date
getAsOfDate() - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Returns the as of date for which the export has been performed.
getAsOfDate() - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Return the as of date string representation.
getAsOfDate() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Returns the as of date.
getAsOfDate() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskCreationDTO
Returns the as of date which should be exported.
getAsOfDate() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskDescriptionDTO
Returns the as of date.
getAsOfDate() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskDataDeletionResultDTO
Returns the as of date that was deleted from the instance.
getAsOfDate() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Return the as of date of the data loaded in the instance.
getAsOfDate() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskLoadDescriptionDTO
Returns the as of date.
getAsOfDate() - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory.SignOffMessageChannel
 
getAsOfDate() - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
getAsOfDate() - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
getAsOfDate() - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
getAsOfDate() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Returns the as of date.
getAsOfDate() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskCreationDTO
Returns the as of date which should be exported.
getAsOfDate() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskDescriptionDTO
Returns the as of date that is exported.
getAsOfDate() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionResultDTO
Returns the as of date that was deleted from the instance.
getAsOfDate() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Return the as of date of the data loaded in the instance.
getAsOfDate() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskLoadDescriptionDTO
Returns the as of date.
getAsOfDate() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.MandateDTO
 
getAsOfDate() - Method in class com.activeviam.signoff.example.service.impl.rest.response.mandate.MandateResponse
Return the asOfDate of the mandate which was the getValidFrom().
getAsOfDateField() - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory.SignOffMessageChannel
 
getAsOfDateForTaskId(String) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Returns the as of date associated with a task ID.
getAsOfDates() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskCreationDTO
Returns the as of dates which should be imported.
getAsOfDates() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskDataDeletionDTO
Returns the as of dates which should be deleted.
getAsOfDates() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskCreationDTO
Returns the as of dates which should be imported.
getAsOfDates() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionDTO
Returns the as of dates which should be deleted.
getAttemptedDataDeletions() - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskDataDeletionDTOResponse
Returns the set of attempted deletions based on the initial request, and their results.
getAttributes() - Method in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
getAttributes() - Method in interface com.activeviam.signoff.core.export.extractor.query.ISearchFactsQuery
 
getBaseBranch() - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
getBaseBranch() - Method in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
The branch where retrieve the data
getBefore(Object) - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentDiff
Return the values before the execution of a specific IStoreAdjustmentDefinition
getBranch() - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
getBranch() - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
getBranch() - Method in interface com.activeviam.signoff.core.export.extractor.query.IFactsQuery
 
getBranch() - Method in class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
 
getBranch() - Method in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
getBranch() - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreQueryTemplateFiller
Returns the branch on which the export task will be performed.
getBranch() - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
Returns the branch on which the export task will be performed.
getBranch() - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Return the sign-off branch name
getBranch() - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
getBranchName() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.DropBranchDTO
 
getBranchName(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.DropBranchDTO
 
getById(String) - Method in interface com.activeviam.signoff.core.audit.IAuditDAO
Retrieve one entry from its id
getById(String) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
getByIds(List<String>) - Method in interface com.activeviam.signoff.core.audit.IAuditDAO
Bulk retrieval by id
getByIds(List<String>) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
getByProperties(Map<String, Object>) - Method in interface com.activeviam.signoff.core.audit.IAuditDAO
Retrieval methods of objects with a list of criteria
getByProperties(Map<String, Object>) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
getBytesWritten() - Method in interface com.activeviam.signoff.core.export.extractor.file.IArchiveOutputStream
 
getBytesWritten() - Method in class com.activeviam.signoff.core.export.extractor.file.impl.BufferedCSVOutputStream
 
getBytesWritten() - Method in class com.activeviam.signoff.core.export.extractor.file.impl.BufferedGZipOutputStream
 
getBytesWritten() - Method in class com.activeviam.signoff.core.export.extractor.file.impl.BufferedSingleEntryZipOutputStream
 
getCause() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskLoadDescriptionDTO
Returns the cause for the failure of the load request.
getCause() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskLoadDescriptionDTO
Returns the cause for the failure of the load request.
getChildId() - Method in interface com.activeviam.signoff.core.mandate.IMandateParentChild
 
getChildId() - Method in class com.activeviam.signoff.example.mandate.impl.MandateParentChildJPA
 
getClusterLimit() - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskInstanceDescriptionDTOResponse
Returns the maximum number of instances in the cluster.
getColumns() - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputColumnsWrapper
 
getColumns() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IExtractorOutput
 
getColumns() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
 
getComment() - Method in interface com.activeviam.signoff.adjustments.core.IAdjustment
Get the comment of the adjustment
getComment() - Method in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
getComment() - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateAdjustmentDTO
Get the comment of the adjustment
getComment() - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.ACreateAdjustmentDTO
 
getComment() - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
getComment() - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
getComment() - Method in interface com.activeviam.signoff.core.mandate.IMandate
Return the comment of the mandate
getComment() - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Get the comment for the mandate status
getComment() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskCreationDTO
Returns the comment appended to the export task.
getComment() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskPriorityChangeDTO
Returns the comment attached to the priority change.
getComment() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskStatusChangeDTO
Returns the comment attached to the action.
getComment() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskCreationDTO
Returns the comment appended to the import task.
getComment() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskDataDeletionDTO
Returns the comment appended to the task.
getComment() - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Return the comment of the mandate
getComment() - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
getComment() - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
getComment() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskCreationDTO
Returns the comment appended to the exported task.
getComment() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskPriorityChangeDTO
Returns the comment attached to the priority change.
getComment() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskStatusChangeDTO
Returns the comment attached to the action.
getComment() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskCreationDTO
Returns the comment appended to the import task.
getComment() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionDTO
Returns the comment appended to the task.
getComment() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
getComment() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.MandateDTO
 
getCompressionType() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IFileExtractorOutput
 
getCompressionType() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
 
getCondition() - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
getCondition() - Method in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
The condition used to retrieve entries from a store that are to be impacted via the IStoreAdjustmentDefinition.updateEntries(Map) logic.
getCondition() - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreQueryTemplateFiller
Returns the condition that will be used in the datastore query.
getCondition() - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
Returns the condition that will be used in the datastore query.
getConditionConstants() - Method in class com.activeviam.signoff.example.rest.impl.MandateRestService
Get available field operators
getConditionsConstants() - Static method in class com.activeviam.signoff.core.mandate.constants.ConditionsConstants
Retrun all the conditions
getConfiguration() - Method in class com.activeviam.signoff.example.service.impl.rest.response.exports.QueueDescriptionDTOResponse
Returns the current configuration details of the order.
getConflicts(IMandate, IMandateStatus) - Method in interface com.activeviam.signoff.core.conflict.IConflictManager
Compute and return the conflicts between the master branch and a sign-off branch for a given mandate id.
getConflicts(IMandate, IMandateStatus) - Method in class com.activeviam.signoff.example.conflict.impl.ConflictManager
 
getConflicts(String, String) - Method in class com.activeviam.signoff.example.rest.impl.ConflictRestService
Get the conflicts between the master branch and the sign-off branch for a given mandate id
getContextInterface() - Method in class com.activeviam.signoff.core.export.extractor.pivot.context.impl.EnhancedDrillthroughMaxRowsContext
 
getContextType() - Method in class com.activeviam.signoff.core.export.extractor.pivot.dist.message.impl.RetrieveSearchFactQueryResultsMessage
 
getContextValues() - Method in interface com.activeviam.signoff.core.export.extractor.query.IFactsQuery
 
getContextValues() - Method in class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
 
getContextValues() - Method in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
getContextValues() - Method in interface com.activeviam.signoff.core.export.templating.ICubeQueryTemplateFiller
Returns the context values to be used when querying the cube.
getContextValues() - Method in class com.activeviam.signoff.core.export.templating.impl.CubeQueryTemplateFiller
Returns the context values to be used when querying the cube.
getContextValueTemplates() - Static method in class com.activeviam.signoff.core.export.templating.utils.TemplateUtils
Returns the templates created for the context values available in the system.
getCoordinate(int, int) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.MdxQueryExtractorTask.TupleLocation
 
getCount() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceMetadataDTO
Returns the number of facts loaded in the instance.
getCount() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskLoadDetailsDTO
Returns the number of facts loaded.
getCount() - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskInstanceMetadataDTO
Returns the number of facts loaded in the instance.
getCount() - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskLoadDetailsDTO
Returns the number of facts loaded.
getCreated() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Returns the timestamp of the instance creation.
getCreated() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Returns the timestamp of the instance creation.
getCreator() - Method in interface com.activeviam.signoff.core.audit.IAuditable
Get the creator of the record
getCreator() - Method in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
getCreatorRole() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Returns the role of the creator of the task.
getCreatorRole() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Returns the role of the instance creator.
getCreatorRole() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Returns the role of the creator of the task.
getCreatorRole() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Returns the role of the instance creator.
getCreatorUsername() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Returns the username of the creator of the task.
getCreatorUsername() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Returns the username of the instance creator.
getCreatorUsername() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Returns the username of the creator of the task.
getCreatorUsername() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Returns the username of the instance creator.
getCSVSeparator() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IFileExtractorOutput
 
getCSVSeparator() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
 
getCSVSeparator() - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreQueryTemplateFiller
Returns the CSV separator that will be used in the exported file.
getCSVSeparator() - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
Returns the CSV separator that will be used in the exported file.
getCubeExportStatus() - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Get the cube export status.
getCubeExportStatus() - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
getCubeLevels() - Method in interface com.activeviam.signoff.core.export.templating.IMDXQueryFiller
Returns the list of cube levels for the query.
getCubeLevels() - Method in class com.activeviam.signoff.core.export.templating.impl.MDXQueryFiller
Returns the list of cube levels for the query.
getCubeName() - Method in interface com.activeviam.signoff.core.export.templating.IMDXQueryFiller
Returns the cube name for the query.
getCubeName() - Method in class com.activeviam.signoff.core.export.templating.impl.MDXQueryFiller
Returns the cube name for the query.
getCubeTaskId() - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Get the cube export task id for the mandate
getCubeTaskId() - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
getCurrency() - Method in interface com.activeviam.signoff.adjustments.core.ICubeAdjustment
Get the adjustment currency
getCurrency() - Method in class com.activeviam.signoff.adjustments.core.impl.CubeAdjustmentJPA
 
getCurrency() - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateCubeAdjustmentDTO
Return the currency
getCurrency() - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.CreateCubeAdjustmentDTO
 
getCurrentArchiveFile() - Method in interface com.activeviam.signoff.core.export.extractor.file.IArchiveOutputStream
 
getCurrentArchiveFile() - Method in class com.activeviam.signoff.core.export.extractor.file.impl.ABufferedArchiveOutputStream
 
getCurrentTaskInfo() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorFutureTask
 
getCursors(IMandate, IMandateStatus) - Method in class com.activeviam.signoff.example.conflict.impl.ConflictManager
 
getData() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.IMemoryExtractorTaskResultInfo
Return the data organized to the format expected by the Extractor caller
getData() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.SimpleMemoryExtractorTaskResultInfo
 
getDataClass() - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
getDataClass() - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.CubeAdjustmentDAO
 
getDataClass() - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.StoreAdjustmentDAO
 
getDataClass() - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.StoreAdjustmentSubmissionDAO
 
getDataClass() - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditDAO
 
getDataClass() - Method in class com.activeviam.signoff.example.export.auditing.files.ExportFileAuditDAO
 
getDataClass() - Method in class com.activeviam.signoff.example.mandate.impl.MandateDAO
 
getDataClass() - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusDAO
 
getDataRawSize() - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Returns the raw size of the data exported by the extraction task.
getDataRawSize() - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughTaskInfoDTO
 
getDataRawSize() - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
getDataRawSize() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.IFileExtractorTaskResultFileInfo
 
getDataRawSize() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.IFileExtractorTaskResultInfo
 
getDataRawSize() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.FileExtractorTaskResultFileInfo
 
getDataRawSize() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.FileExtractorTaskResultInfo
 
getDataRawSize() - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
getDataSetDescription() - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Returns a description of the dataset exported by the extraction task.
getDataSetDescription() - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
getDataSetDescription() - Method in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.AOutputHandler
 
getDataSetDescription() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.IExtractorTaskResultInfo
 
getDataSetDescription() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTaskResultInfo
 
getDataSetDescription() - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
getDatastore() - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
Datastore getter
getDataType() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskLoadDetailsDTO
Returns the data type of the load (cube, hybrid, datastore).
getDataType() - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskLoadDetailsDTO
Returns the data type of the load (cube, hybrid, datastore).
getDate(long) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Creates a LocalDateTime object from epoch milliseconds.
getDefinitionName() - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
getDefinitionName() - Method in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
The name of the definition
getDefinitions() - Method in class com.activeviam.signoff.adjustments.core.impl.StoreAdjustmentJPA
 
getDefinitions() - Method in interface com.activeviam.signoff.adjustments.core.IStoreAdjustment
Get the list of store adjustment definitions
getDefinitions() - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateStoreAdjustmentDTO
Return the list of adjustment definitions
getDefinitions() - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.CreateStoreAdjustmentDTO
Get the definitions associated to the store adjustment
getDefinitions() - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
getDefinitions() - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
getDescription() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Returns the instance description.
getDescription() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceDescriptionDTO
Returns the description of the instance.
getDescription() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Returns the instance description.
getDescription() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceDescriptionDTO
Returns the description of the instance.
getDiff() - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
getDiff() - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
getDiffMap() - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentDiff
Return the whole diffMap
getDigest() - Method in interface com.activeviam.signoff.adjustments.core.ICubeAdjustment
Get the location digest
getDigest() - Method in class com.activeviam.signoff.adjustments.core.impl.CubeAdjustmentJPA
 
getDimension() - Method in interface com.activeviam.signoff.core.export.templating.ICubeFilterDefinition
Returns the dimension to which the level belongs.
getDimension() - Method in interface com.activeviam.signoff.core.export.templating.ICubeLevelDefinition
Returns the dimension to which the level belongs.
getDimension() - Method in class com.activeviam.signoff.core.export.templating.impl.CubeFilterDefinition
Returns the dimension to which the level belongs.
getDimension() - Method in class com.activeviam.signoff.core.export.templating.impl.CubeLevelDefinition
Returns the dimension to which the level belongs.
getDimensionName() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.LevelExtractorOutputColumn
Returns the dimension name.
getDimensionsInfo() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.PivotDefinitionHelper
Initialize the cube descriptions for the current pivot
getDomain() - Method in interface com.activeviam.signoff.core.mandate.IMandate
Return the domain to which the mandate belongs
getDomain() - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Get the domain
getDomain() - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
getDomain() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
getDomainHierarchiesDescriptions() - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeLevelAdjustmentHandler
 
getDomains() - Method in interface com.activeviam.signoff.core.service.IMandatesDomainsService
Return the list of domains
getDomains() - Method in class com.activeviam.signoff.example.rest.impl.MandateRestService
Get the sign-off domains
getDomains() - Method in class com.activeviam.signoff.example.service.impl.MandatesDomainsService
 
getEnhancedDrillthroughMaxRows(String) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.IEnhancedDrillthroughService
Get enhanced drillthrough max rows value for the specified cube.
getEnhancedDrillthroughMaxRows(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
getEnv() - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentSubmissionService
 
getEventType() - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ASetStoreStream
 
getExecutionDate() - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
getExecutionDate() - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
getExpires() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Returns the day and hour at which the instance will be shut down.
getExpires() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceDescriptionDTO
Returns the day and hour when the instance expires.
getExpires() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Returns the day and hour at which the instance will be shut down.
getExpires() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceDescriptionDTO
Returns the day and hour when the instance expires.
getExportsCompleted() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IQueueConfigDTO
Retrieves the number of exports that have been completed.
getExportsCompleted() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.QueueConfigDTO
Retrieves the number of exports that have been completed.
getExpression() - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreConditionDefinition
Returns the datastore schema field selection expression.
getExpression() - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreConditionDefinition
Returns the datastore schema field selection expression.
getExpressionToFieldMap() - Method in class com.activeviam.signoff.core.mandate.utils.SchemaHelper
Return map of field expressions
getExtension() - Method in enum com.activeviam.signoff.core.export.extractor.file.impl.CompressionType
 
getExtractionProcedure() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IExtractorOutput
 
getExtractionProcedure() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
 
getExtractorTaskResultInfo() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.output.IMemoryOutputHandler
 
getExtractorTaskResultInfo() - Method in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.MultipleResultFileOutputHandler
 
getExtractorTaskResultInfo() - Method in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.SimpleMemoryOutputHandler
 
getExtractorTaskResultInfo() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.output.IOutputHandler
 
getFacts() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskMetadataDTO
Returns the number of facts exported by this task.
getFacts() - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskMetadataDTO
Returns the number of facts exported by this task.
getFailedLoadRequests() - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskLoadRequestDTOResponse
Returns the descriptions of the loads that have failed to start.
getFieldDefaultValue(IStoreMetadata, IDictionary<?>, String) - Method in class com.activeviam.signoff.core.mandate.utils.SchemaHelper
 
getFieldDefaultValueMap() - Method in class com.activeviam.signoff.core.mandate.utils.SchemaHelper
Return map of default values
getFieldExpressionToStoreMap() - Method in class com.activeviam.signoff.core.mandate.utils.SchemaHelper
Return map of field expressions
getFieldIndex(String, String) - Method in class com.activeviam.signoff.example.mandate.datastore.impl.MandateUpdateWhereProcedure
 
getFieldName() - Method in interface com.activeviam.signoff.core.mandate.IMandateScope
The name of the schema field
getFieldName() - Method in class com.activeviam.signoff.core.mandate.impl.MandateScope
 
getFields() - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreQueryTemplateFiller
Returns the configuration of the fields that will be exported.
getFields() - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
Returns the configuration of the fields that will be exported.
getFields(String) - Method in interface com.activeviam.signoff.core.service.IMandateService
Return the fields of a guven schema
getFields(String) - Method in class com.activeviam.signoff.example.rest.impl.MandateRestService
Get field names for a given schema name
getFields(String) - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
getFieldsFromPivot(IMultiVersionActivePivot, Map<String, String>) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Creates a list of datastore field definitions from the levels available in the cube.
getFieldsMap() - Method in class com.activeviam.signoff.core.mandate.utils.SchemaHelper
Retrun map of fields
getFieldValues() - Method in interface com.activeviam.signoff.core.mandate.IMandateScope
Return the list of field values
getFieldValues() - Method in class com.activeviam.signoff.core.mandate.impl.MandateScope
 
getFile() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Returns the file to which the data was exported.
getFile() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Returns the file to which the data was exported.
getFilenameRoot() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IFileExtractorOutput
 
getFilenameRoot() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
 
getFilenameRoot() - Method in interface com.activeviam.signoff.core.export.templating.ICubeQueryTemplateFiller
Returns the root that will be used when creating the export filenames.
getFilenameRoot() - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreQueryTemplateFiller
Returns the root that will be used when creating the export filenames.
getFilenameRoot() - Method in class com.activeviam.signoff.core.export.templating.impl.CubeQueryTemplateFiller
Returns the root that will be used when creating the export filenames.
getFilenameRoot() - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
Returns the root that will be used when creating the export filenames.
getFilesInfo() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.IFileExtractorTaskResultInfo
 
getFilesInfo() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.FileExtractorTaskResultInfo
 
getFilterDescription() - Method in interface com.activeviam.signoff.core.export.extractor.query.IFactsQuery
 
getFilterDescription() - Method in class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
 
getFilterDescription() - Method in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
getFilters() - Method in interface com.activeviam.signoff.core.export.templating.IMDXQueryFiller
Returns the list of filters for the query.
getFilters() - Method in class com.activeviam.signoff.core.export.templating.impl.MDXQueryFiller
Returns the list of filters for the query.
getFinalArchiveFile() - Method in interface com.activeviam.signoff.core.export.extractor.file.IArchiveOutputStream
 
getFinalArchiveFile() - Method in class com.activeviam.signoff.core.export.extractor.file.impl.ABufferedArchiveOutputStream
 
getFolder() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Returns the folder to which the data was exported.
getFolder() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Returns the folder to which the data was exported.
getFormat() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.MeasureExtractorOutputColumn
 
getForStatuses(String, Collection<String>) - Method in interface com.activeviam.signoff.core.mandate.IMandateStatusDAO
Retrieve the list of mandates for a given as of date and a given list of statuses
getForStatuses(String, Collection<String>) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusDAO
 
getFXRate(LocalDate, String, String, String, ILocation) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
 
getHasHeader() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IExtractorOutput
 
getHasHeader() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
 
getHeader() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IExtractorOutputColumn
 
getHeader() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutputColumn
 
getHeader() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.EchoExtractorOutputColumn
 
getHeader() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FieldExtractorOutputColumn
 
getHeader() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.LevelExtractorOutputColumn
 
getHeader() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.MeasureExtractorOutputColumn
 
getHeader() - Method in interface com.activeviam.signoff.core.export.templating.ICubeLevelDefinition
Returns the header that will be used in the exported file.
getHeader() - Method in interface com.activeviam.signoff.core.export.templating.ICubeMeasureDefinition
Returns the header that will be used in the exported file.
getHeader() - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreFieldDefinition
Returns the header to be used in the export file, for the field.
getHeader() - Method in class com.activeviam.signoff.core.export.templating.impl.CubeLevelDefinition
Returns the header that will be used in the exported file.
getHeader() - Method in class com.activeviam.signoff.core.export.templating.impl.CubeMeasureDefinition
Returns the header that will be used in the exported file.
getHeader() - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreFieldDefinition
Returns the header to be used in the export file, for the field.
getHierarchiesToExclude(String) - Method in class com.activeviam.signoff.example.service.impl.CubeAdjustmentService
 
getHierarchy() - Method in interface com.activeviam.signoff.core.export.templating.ICubeFilterDefinition
Returns the hierarchy to which the level belongs.
getHierarchy() - Method in interface com.activeviam.signoff.core.export.templating.ICubeLevelDefinition
Returns the hierarchy to which the level belongs.
getHierarchy() - Method in class com.activeviam.signoff.core.export.templating.impl.CubeFilterDefinition
Returns the hierarchy to which the level belongs.
getHierarchy() - Method in class com.activeviam.signoff.core.export.templating.impl.CubeLevelDefinition
Returns the hierarchy to which the level belongs.
getHierarchyCount() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.MdxQueryExtractorTask.TupleLocation
 
getHierarchyName() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.LevelExtractorOutputColumn
Returns the hierarchy name.
getId() - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
getId() - Method in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
The Id of the definition
getId() - Method in interface com.activeviam.signoff.core.audit.IAuditable
The unique id of the auditable object
getId() - Method in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
getId() - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Get the id of the mandate
getId() - Method in interface com.activeviam.signoff.core.rest.dto.mandate.IUpdateMandateDTO
Get the id of the mandate
getId() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
getId() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.UpdateMandateDTO
 
getIds() - Method in class com.activeviam.signoff.example.source.events.impl.ASignOffDatabaseEvent
 
getImports() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Returns the set of data loads completed on the instance.
getImports() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Returns the set of data loads completed on the instance.
getInitialEpochId() - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Get the initial epoch id used for conflicts checking.
getInitialEpochId() - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
getInstance() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskDataDeletionResultDTO
Returns the instance id.
getInstance() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Returns the instance id.
getInstance() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceDescriptionDTO
Returns the id of the instance.
getInstance() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskLoadDescriptionDTO
Returns the instance id.
getInstance() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskRequestInstanceByIdDTO
Returns the instance id.
getInstance() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionResultDTO
Returns the instance id.
getInstance() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Returns the instance id.
getInstance() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceByIdDTO
Returns the instance id.
getInstance() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceDescriptionDTO
Returns the id of the instance.
getInstance() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskLoadDescriptionDTO
Returns the instance id.
getInstance() - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskInstanceAuditDTOResponse
Returns the instance audit.
getInstanceAudit(ImportTaskInstanceByIdDTO) - Method in class com.activeviam.signoff.example.rest.impl.ImportRestService
 
getInstances() - Method in class com.activeviam.signoff.example.rest.impl.ImportRestService
 
getInstances() - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskInstanceDescriptionDTOResponse
Returns the set of instance descriptions.
getIsAdjusted() - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeAdjustedValue
Getter for the adjustment flag
getJaxbContext() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AXmlBasedExtractorOrderBuilder
 
getJaxbContext() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.DefaultExtractorOrderBuilder
 
getKeepOutputFileIfFailure() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IFileExtractorOutput
 
getKeepOutputFileIfFailure() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
 
getKeyOfAdjustment() - Method in interface com.activeviam.signoff.adjustments.core.IAdjustment
Get the keyOfAdjustment of the adjustement
getKeyOfAdjustment() - Method in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
getKeyOfAdjustment() - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateAdjustmentDTO
Get the keyOfAdjustment
getKeyOfAdjustment() - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.ACreateAdjustmentDTO
 
getKeyOfAdjustment() - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
getKeyOfAdjustment() - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
getKlass() - Method in class com.activeviam.signoff.example.source.events.impl.ASignOffDatabaseEvent
 
getKpis() - Method in interface com.activeviam.signoff.core.mandate.IMandate
Returns the KPIs associated with the mandate.
getKpis() - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Retrieve the KPIs of the mandate
getKpis() - Method in interface com.activeviam.signoff.core.rest.dto.mandate.IUpdateMandateDTO
Return the KPIs associated to the mandate
getKpis() - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
getKpis() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
getKpis() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.UpdateMandateDTO
 
getLabel() - Method in interface com.activeviam.signoff.adjustments.core.IAdjustment
Get the label of the adjustement
getLabel() - Method in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
getLabel() - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateAdjustmentDTO
Get the label
getLabel() - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.ACreateAdjustmentDTO
 
getLabel() - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
getLabel() - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
getLastChunkWritten() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Returns the last chunk that has been written as part of the data export.
getLastChunkWritten() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Returns the last chunk that has been written as part of the data export.
getLastEditorRole() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Returns the role of the last editor of the task.
getLastEditorRole() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Returns the role of the last editor of the task.
getLastEditorUsername() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Returns the username of the last editor of the task.
getLastEditorUsername() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Returns the username of the last editor of the task.
getLastStatusChange() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Returns the timestamp of the last change in status.
getLastStatusChange() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Returns the timestamp of the last change in status.
getLastUpdated() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskDescriptionDTO
Returns the timestamp of the last update.
getLastUpdated() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskDescriptionDTO
Returns the timestamp of the last update of the task.
getLatestArchiveFile() - Method in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.MultipleResultFileOutputHandler
 
getLevel() - Method in interface com.activeviam.signoff.core.export.templating.ICubeLevelDefinition
Returns the level name.
getLevel() - Method in class com.activeviam.signoff.core.export.templating.impl.CubeLevelDefinition
Returns the level name.
getLevelDepth(int) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.MdxQueryExtractorTask.TupleLocation
 
getLevelInfo(String, String, String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.PivotDefinitionHelper
Return the ILevelInfo corresponding to the given definition
getLevelName() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.LevelExtractorOutputColumn
Returns the level name.
getLevels() - Method in interface com.activeviam.signoff.core.export.templating.ICubeQueryTemplateFiller
Returns the description of the levels that will be displayed in the export.
getLevels() - Method in class com.activeviam.signoff.core.export.templating.impl.CubeQueryTemplateFiller
Returns the description of the levels that will be displayed in the export.
getLevelsFromPivot(IMultiVersionActivePivot, Map<String, String>, Boolean, List<String>) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Creates a list of cube level definitions from the levels available in the cube.
getLimit() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceMetadataDTO
Returns the maximum number of facts that can be loaded in the instance.
getLimit() - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskInstanceMetadataDTO
Returns the maximum number of facts that can be loaded in the instance.
getLinesCount() - Method in interface com.activeviam.signoff.core.export.auditing.files.IExportFileAudit
Returns the number of lines in the exported file.
getLinesCount() - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughResultFileInfoDTO
 
getLinesCount() - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorResultFileInfoDTO
 
getLinesCount() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.IFileExtractorTaskResultFileInfo
 
getLinesCount() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.FileExtractorTaskResultFileInfo
 
getLinesCount() - Method in class com.activeviam.signoff.example.export.auditing.files.ExportFileAuditJPA
 
getLive() - Method in interface com.activeviam.signoff.core.audit.IAuditDAO
Retrieve all live objects from the database
getLive() - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
getLive(String) - Method in interface com.activeviam.signoff.core.audit.IAuditDAO
Retrieve all live objects from the database for a given as of date
getLive(String) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
getLiveByProperties(String, Map<String, Object>) - Method in interface com.activeviam.signoff.core.audit.IAuditDAO
Retrieval methods of live objects with a list of criteria for a given as of date
getLiveByProperties(String, Map<String, Object>) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.CubeAdjustmentDAO
 
getLiveByProperties(String, Map<String, Object>) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.StoreAdjustmentDAO
 
getLiveByProperties(String, Map<String, Object>) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.StoreAdjustmentSubmissionDAO
 
getLiveByProperties(String, Map<String, Object>) - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditDAO
 
getLiveByProperties(String, Map<String, Object>) - Method in class com.activeviam.signoff.example.export.auditing.files.ExportFileAuditDAO
 
getLiveByProperties(String, Map<String, Object>) - Method in class com.activeviam.signoff.example.mandate.impl.MandateDAO
 
getLiveByProperties(String, Map<String, Object>) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusDAO
 
getLiveExport(String, String) - Method in interface com.activeviam.signoff.core.export.auditing.files.IExportFileAuditDAO
 
getLiveExport(String, String) - Method in interface com.activeviam.signoff.core.export.auditing.IExportAuditDAO
 
getLiveExport(String, String) - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditDAO
 
getLiveExport(String, String) - Method in class com.activeviam.signoff.example.export.auditing.files.ExportFileAuditDAO
 
getLiveFrom() - Method in interface com.activeviam.signoff.core.audit.IAuditable
Get the string representation of the live from date of the adjustment.
getLiveFrom() - Method in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
getLiveMandate(String, String) - Method in interface com.activeviam.signoff.core.mandate.IMandateDAO
 
getLiveMandate(String, String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateDAO
 
getLiveMandateByID(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateStatusDAO
Retrieve the list of mandates for a given as of date and a given list of statuses
getLiveMandateByID(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusDAO
 
getLiveMandateStatus(String, String) - Method in interface com.activeviam.signoff.core.mandate.IMandateStatusDAO
Retrieve the live status for a given mandate id and a given as of date
getLiveMandateStatus(String, String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusDAO
 
getLiveRecordsForMandateSince(long, String, String) - Method in interface com.activeviam.signoff.adjustments.store.IStoreAdjustmentSubmissionDAO
Retrive all the live records for a given mandate id, a given as of date and a given timestamp
getLiveRecordsForMandateSince(long, String, String) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.StoreAdjustmentSubmissionDAO
 
getLiveTo() - Method in interface com.activeviam.signoff.core.audit.IAuditable
Get the string representation of the live to date of the adjustment.
getLiveTo() - Method in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
getLoadDetails() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskLoadDescriptionDTO
Returns the type of load performed.
getLoadDetails() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskLoadDescriptionDTO
Returns the type of load performed.
getLoadType() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Returns the type of the data loaded in the instance.
getLoadType() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Returns the type of the data loaded in the instance.
getLocale() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IExtractorOutput
 
getLocale() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
 
getLocations() - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateCubeAdjustmentDTO
Return the list of locations
getLocations() - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.CreateCubeAdjustmentDTO
 
getMandate() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Returns the mandate id.
getMandate() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskCreationDTO
Returns the mandate id for which the export should be performed.
getMandate() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskDescriptionDTO
Returns the mandate id.
getMandate() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Returns the mandate id.
getMandate() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskCreationDTO
Returns the mandate id for which the exported should be performed.
getMandate() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskDescriptionDTO
Returns the id of the mandate that is exported.
getMandateAsOfDate() - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
getMandateAsOfDate() - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
getMandateAsOfDateFormat() - Static method in class com.activeviam.signoff.core.mandate.utils.ConditionsUtil
 
getMandateId() - Method in interface com.activeviam.signoff.adjustments.core.IAdjustment
Get the mandate id of the adjustement
getMandateId() - Method in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
getMandateId() - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateAdjustmentDTO
Get the mandate id for the adjustment
getMandateId() - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.ACreateAdjustmentDTO
 
getMandateId() - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
getMandateId() - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
getMandateId() - Method in interface com.activeviam.signoff.core.mandate.IMandate
Return mandate id
getMandateId() - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Return the mandate id
getMandateId() - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
getMandateId() - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
getMandateId() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.MandateDTO
 
getMandateId() - Method in class com.activeviam.signoff.example.service.impl.rest.response.mandate.MandateDTOResponse
Return the id of the mandate.
getMandateId() - Method in class com.activeviam.signoff.example.service.impl.rest.response.mandate.MandateResponse
Return the id of the mandate.
getMandateId() - Method in class com.activeviam.signoff.example.service.impl.rest.response.mandate.UpdateMandateDTOResponse
Return the id of the mandate.
getMandateMeasuresFromPivot(String, Set<String>, IMultiVersionActivePivot, Map<String, String>) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Creates a set of datastore field definitions related to the mandate measures.
getMandateParentChildTable() - Static method in class com.activeviam.signoff.example.mandate.impl.MandateParentChildJPA
 
getMandates() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskCreationDTO
Returns the mandate ids for which the import should be performed.
getMandates() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskDataDeletionDTO
Returns the mandate ids which should be deleted.
getMandates() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskDataDeletionResultDTO
Returns the mandates that were deleted from an instance.
getMandates() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskLoadDetailsDTO
Returns the mandates loaded by the task.
getMandates() - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskLoadDetailsDTO
Returns the mandates loaded by the task.
getMandates() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskCreationDTO
Returns the mandate ids for which the import should be performed.
getMandates() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionDTO
Returns the mandate ids which should be deleted.
getMandates() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionResultDTO
Returns the mandates that were deleted from an instance.
getMarketDataSet() - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
 
getMaxMdxNbRetries() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IExtractorOrder
 
getMaxMdxNbRetries() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.CompositeExtractorOrder
 
getMaxMdxNbRetries() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.ExtractorOrder
 
getMaxRawDataSizePerFile() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IFileExtractorOutput
 
getMaxRawDataSizePerFile() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
 
getMaxRemovals() - Method in class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
 
getMaxRemovals() - Method in interface com.activeviam.signoff.core.export.extractor.query.IRemoveFactsQuery
 
getMaxResults() - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreQueryTemplateFiller
Returns the maximum number of results to be retrieved from the datastore by the task.
getMaxResults() - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
Returns the maximum number of results to be retrieved from the datastore by the task.
getMaxRows() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.context.IEnhancedDrillthroughMaxRowsContext
Get the max number of rows allowed to drillthrough.
getMaxRows() - Method in class com.activeviam.signoff.core.export.extractor.pivot.context.impl.EnhancedDrillthroughMaxRowsContext
 
getMaxRowsPerFile() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IFileExtractorOutput
 
getMaxRowsPerFile() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
 
getMdx() - Method in interface com.activeviam.signoff.core.mandate.IMandate
Returns the MDX used by the mandate.
getMdx() - Method in interface com.activeviam.signoff.core.rest.dto.mandate.IUpdateMandateDTO
Get the MDX query used to display the pivot table in the controller view
getMdx() - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
getMdx() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.UpdateMandateDTO
 
getMDXQuery() - Method in interface com.activeviam.signoff.core.export.templating.ICubeQueryTemplateFiller
Returns the MDX query used by the export task.
getMDXQuery() - Method in class com.activeviam.signoff.core.export.templating.impl.CubeQueryTemplateFiller
Returns the MDX query used by the export task.
getMeasure() - Method in interface com.activeviam.signoff.adjustments.core.ICubeAdjustment
Get the adjustment measure
getMeasure() - Method in class com.activeviam.signoff.adjustments.core.impl.CubeAdjustmentJPA
 
getMeasure() - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateCubeAdjustmentDTO
Return the measure for which the adjustment is applied
getMeasure() - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.CreateCubeAdjustmentDTO
 
getMeasure() - Method in interface com.activeviam.signoff.core.export.templating.ICubeMeasureDefinition
Returns the name of the measure in the cube.
getMeasure() - Method in class com.activeviam.signoff.core.export.templating.impl.CubeMeasureDefinition
Returns the name of the measure in the cube.
getMeasures() - Method in interface com.activeviam.signoff.core.export.templating.ICubeQueryTemplateFiller
Returns the description of the measures that will be displayed in the export.
getMeasures() - Method in interface com.activeviam.signoff.core.export.templating.IMDXQueryFiller
Returns the list of measures for the query.
getMeasures() - Method in class com.activeviam.signoff.core.export.templating.impl.CubeQueryTemplateFiller
Returns the description of the measures that will be displayed in the export.
getMeasures() - Method in class com.activeviam.signoff.core.export.templating.impl.MDXQueryFiller
Returns the list of measures for the query.
getMeasures() - Method in interface com.activeviam.signoff.core.mandate.IMandate
Returns the measures associated with the mandate.
getMeasures() - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Return the measures associated to the mandate
getMeasures() - Method in interface com.activeviam.signoff.core.rest.dto.mandate.IUpdateMandateDTO
Return the measures associated to the mandate
getMeasures() - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
getMeasures() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
getMeasures() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.UpdateMandateDTO
 
getMeasuresInfo() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.PivotDefinitionHelper
Initialize the measure descriptions for the current pivot
getMeasureValueIfNull() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IExtractorOutput
 
getMeasureValueIfNull() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
 
getMembers() - Method in interface com.activeviam.signoff.core.export.templating.ICubeFilterDefinition
Returns the members to be filtered on.
getMembers() - Method in class com.activeviam.signoff.core.export.templating.impl.CubeFilterDefinition
Returns the members to be filtered on.
getMessage() - Method in class com.activeviam.signoff.example.service.impl.rest.response.Response
The message of the response.
getMetadata() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Returns the metadata for this export task.
getMetadata() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Returns the metadata of the instance.
getMetadata() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Returns the metadata for this export task.
getMetadata() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Returns the metadata of the instance.
getName() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IExtractorOrder
 
getName() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.CompositeExtractorOrder
 
getName() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.ExtractorOrder
 
getName() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FieldExtractorOutputColumn
 
getName() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.MeasureExtractorOutputColumn
 
getName() - Method in interface com.activeviam.signoff.core.export.templating.ICubeQueryTemplateFiller
Returns the name of the export task.
getName() - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreFieldDefinition
Returns the name of the field.
getName() - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreQueryTemplateFiller
Returns the name of the export task.
getName() - Method in class com.activeviam.signoff.core.export.templating.impl.CubeQueryTemplateFiller
Returns the name of the export task.
getName() - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreFieldDefinition
Returns the name of the field.
getName() - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
Returns the name of the export task.
getName() - Method in interface com.activeviam.signoff.core.mandate.IMandate
Return the name of the mandate
getName() - Method in interface com.activeviam.signoff.core.mandate.IMandateScopeCondition
Get the schema field name
getName() - Method in class com.activeviam.signoff.core.mandate.impl.MandateScopeCondition
 
getName() - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Get the name
getName() - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
getName() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
getName() - Method in class com.activeviam.signoff.example.source.impl.SignOffSource
 
getNamespace() - Method in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionRestServicesConfig
 
getNamespace() - Method in class com.activeviam.signoff.example.rest.impl.ConflictRestServiceConfig
 
getNamespace() - Method in class com.activeviam.signoff.example.rest.impl.CubeAdjustmentRestServiceConfig
 
getNamespace() - Method in class com.activeviam.signoff.example.rest.impl.ExportRestServiceConfig
 
getNamespace() - Method in class com.activeviam.signoff.example.rest.impl.ImportRestServiceConfig
 
getNamespace() - Method in class com.activeviam.signoff.example.rest.impl.MandateRestServiceConfig
 
getNamespace() - Method in class com.activeviam.signoff.example.rest.impl.StoreAdjustmentRestServiceConfig
 
getNewStatus() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskStatusChangeEvent
 
getNewStatus() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskStatusChangeEvent
 
getOldStatus() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskStatusChangeEvent
 
getOldStatus() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskStatusChangeEvent
 
getOperationType() - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AAddStoreAdjustmentDefinition
 
getOperationType() - Method in class com.activeviam.signoff.adjustments.store.definition.impl.ARemoveStoreAdjustmentDefinition
 
getOperationType() - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
getOperationType() - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AUpdateStoreAdjustmentDefinition
 
getOperationType() - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AUpdateWhereStoreAdjustmentDefinition
 
getOperationType() - Method in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
The type of operation
getOperator() - Method in interface com.activeviam.signoff.core.mandate.IMandateScope
Return the operator; must be a value defined in ConditionsConstants
getOperator() - Method in interface com.activeviam.signoff.core.mandate.IMandateScopeCondition
Return the operator; must be a value defined in ConditionsConstants
getOperator() - Method in class com.activeviam.signoff.core.mandate.impl.MandateScope
 
getOperator() - Method in class com.activeviam.signoff.core.mandate.impl.MandateScopeCondition
 
getOrder() - Method in class com.activeviam.signoff.example.service.impl.rest.response.exports.QueueDescriptionDTOResponse
Returns the current order of tasks in the order, as an array.
getOrderDescription() - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Returns the description of the extraction task order.
getOrderDescription() - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
getOrderDescription() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskInfo
 
getOrderDescription() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
getOrderDescription() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskWithTaskStatusListenersWrapper
 
getOrderDescription() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.IExtractorTask
 
getOrderDescription() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
getOrderDescription() - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
getOrderName() - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Returns the order name of the extraction task.
getOrderName() - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
getOrderName() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskInfo
 
getOrderName() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
getOrderName() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskWithTaskStatusListenersWrapper
 
getOrderName() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.IExtractorTask
 
getOrderName() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
getOrderName() - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
getOrders() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.ICompositeExtractorOrder
 
getOrders() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.CompositeExtractorOrder
 
getOutput() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IExtractorOrder
 
getOutput() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.CompositeExtractorOrder
 
getOutput() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.ExtractorOrder
 
getOutputHandlerPluginKey() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IMemoryExtractorOutput
 
getOutputHandlerPluginKey() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.MemoryExtractorOutput
 
getOwners() - Method in interface com.activeviam.signoff.core.mandate.IMandate
 
getOwners() - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Get the set of owners of the mandate.
getOwners() - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
getOwners() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
getParameters() - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
getParameters() - Method in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
The parameters used by the definition
getParentId() - Method in interface com.activeviam.signoff.core.mandate.IMandateParentChild
 
getParentId() - Method in class com.activeviam.signoff.example.mandate.impl.MandateParentChildJPA
 
getParsers() - Method in class com.activeviam.signoff.example.serialization.CompositeDatastoreServiceStoreMetadata
 
getParsers() - Method in class com.activeviam.signoff.example.serialization.SignOffDatastoreServiceStoreMetadata
 
getPath() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.IFileExtractorTaskResultFileInfo
 
getPath() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.FileExtractorTaskResultFileInfo
 
getPendingShutdowns() - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskShutdownsDTOResponse
Retrieve the set of pending shutdowns.
getPivotId() - Method in interface com.activeviam.signoff.adjustments.core.ICubeAdjustment
Get the pivot id
getPivotId() - Method in class com.activeviam.signoff.adjustments.core.impl.CubeAdjustmentJPA
 
getPivotId() - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateCubeAdjustmentDTO
Return the pivot id
getPivotId() - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.CreateCubeAdjustmentDTO
 
getPivotId() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskInfo
 
getPivotId() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
getPivotId() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskWithTaskStatusListenersWrapper
 
getPivotId() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.IExtractorTask
 
getPivotId() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
getPivotId() - Method in interface com.activeviam.signoff.core.export.extractor.query.IFactsQuery
 
getPivotId() - Method in class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
 
getPivotId() - Method in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
getPivotId() - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreQueryTemplateFiller
Returns the pivot ID for which the export task will be performed.
getPivotId() - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
Returns the pivot ID for which the export task will be performed.
getPivotId() - Method in interface com.activeviam.signoff.core.mandate.IMandate
Return the pivot id associated to the mandate
getPivotId() - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Get the pivot id
getPivotId() - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
getPivotId() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
getPivotIDs(String) - Method in interface com.activeviam.signoff.core.service.IMandateService
Get the set of pivot ids for a given schema name
getPivotIDs(String) - Method in class com.activeviam.signoff.example.rest.impl.MandateRestService
Get pivot ids for a given schema name
getPivotIDs(String) - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
getPluginKey() - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputExtractionProcedureWrapper
 
getPostponed() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Returns the list of requests to postpone the shutdown.
getPostponed() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Returns the list of requests to postpone the shutdown.
getPostProDescriptions(IMultiVersionActivePivot) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Retrieves a map of all postprocessor descriptions in the cube, keyed by their name.
getPreviousValue() - Method in interface com.activeviam.signoff.adjustments.core.ICubeAdjustment
Get the value of the measure before the adjustment is made
getPreviousValue() - Method in class com.activeviam.signoff.adjustments.core.impl.CubeAdjustmentJPA
 
getPreviousValue() - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateCubeAdjustmentDTO
Return the value before adjustment
getPreviousValue() - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.CreateCubeAdjustmentDTO
 
getPriority() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IExtractorOrder
 
getPriority() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.CompositeExtractorOrder
 
getPriority() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.ExtractorOrder
 
getPriority() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskWithTaskStatusListenersWrapper
 
getPriority() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.IExtractorTask
 
getPriority() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
getProperties() - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputExtractionProcedureWrapper
 
getProperties() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskExtractionProcedure
Get properties
getQuery() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IExtractorOrder
 
getQuery() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.CompositeExtractorOrder
 
getQuery() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.ExtractorOrder
 
getQuery() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Returns the query used for the export task.
getQuery() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Returns the query used for the export task.
getQueueInfo() - Method in class com.activeviam.signoff.example.rest.impl.ExportRestService
Get the current state of the export queue.
getReferenceCurrency() - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
 
getResult() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskDataDeletionResultDTO
Returns the result of the deletion.
getResult() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionResultDTO
Returns the result of the deletion.
getResultFiles() - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughTaskInfoDTO
 
getResultFiles() - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
getResultInfo() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskInfo
 
getResultInfo() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
getRole() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstancePostponementDTO
Returns the role of the user that requested the shutdown to be postponed.
getRole() - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskInstancePostponementDTO
Returns the role of the user that requested the shutdown to be postponed.
getRows() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskMetadataStoreDTO
Returns the number of rows exported from the store.
getRows() - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskMetadataStoreDTO
Returns the number of rows exported from the store.
getSchema() - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Get the schema associated to the mandate
getSchema() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
getSchemaName() - Method in interface com.activeviam.signoff.core.mandate.IMandate
Return the schema name associated to the mandate
getSchemaName() - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
getSchemaNames() - Method in interface com.activeviam.signoff.core.service.IMandateService
Get the maps of schemas
getSchemaNames() - Method in class com.activeviam.signoff.example.rest.impl.MandateRestService
Get ActivePivot schema names
getSchemaNames() - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
getScope() - Method in interface com.activeviam.signoff.core.mandate.IMandate
Returns the scope of the mandate.
getScope() - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Set the scope of the mandate.
getScope() - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
getScope() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
getScopeConditions() - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateConditionsDTO
Return the list of mandate scope conditions
getScopeConditions() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateConditionsDTO
 
getSelectedFields(String[]) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ASetStoreStream
 
getSelectionFields(String) - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
getShutdowns() - Method in class com.activeviam.signoff.example.rest.impl.ImportRestService
 
getSingleResult(Query<R>) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
getSize() - Method in interface com.activeviam.signoff.core.export.auditing.files.IExportFileAudit
Returns the size of the exported file.
getSize() - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughResultFileInfoDTO
 
getSize() - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorResultFileInfoDTO
 
getSize() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.IFileExtractorTaskResultFileInfo
 
getSize() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.FileExtractorTaskResultFileInfo
 
getSize() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IQueueConfigDTO
Retrieves the current size of the queue.
getSize() - Method in class com.activeviam.signoff.example.export.auditing.files.ExportFileAuditJPA
 
getSize() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.QueueConfigDTO
Retrieves the current size of the queue.
getSizeLimit() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IQueueConfigDTO
Retrieves the maximum number of tasks on the queue.
getSizeLimit() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.QueueConfigDTO
Retrieves the maximum number of tasks on the queue.
getSortedMandateStatuses(String) - Method in class com.activeviam.signoff.example.source.impl.MandateAndAdjustmentReload
 
getSortedStoreAdjustments(String) - Method in class com.activeviam.signoff.example.source.impl.MandateAndAdjustmentReload
 
getStatus() - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Get the status.
getStatus() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskDescriptionDTO
Returns the status of the export task.
getStatus() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskStatusDTO
Returns the status.
getStatus() - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskStatusDTO
Returns the status.
getStatus() - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
getStatus() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskDescriptionDTO
Returns the status of the export task.
getStatus() - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskLoadRequestDTOResponse
Returns the status of the load request.
getStatuses() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Returns all the statuses that have applied to the task.
getStatuses() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Returns all the statuses that have applied to the task.
getStatusLastUpdateTime() - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Return the timestamp of the last status change.
getStatusLastUpdateTime() - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
getStatusLastUpdateTime() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskInfo
 
getStatusLastUpdateTime() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
getStatusLastUpdateTime() - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
getStore() - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory.SignOffMessageChannel
 
getStoreAndNameList() - Method in class com.activeviam.signoff.core.mandate.utils.SchemaHelper
Return list of store names
getStoreColumns(IDatastore, String) - Static method in class com.activeviam.signoff.adjustments.core.util.StoreUtils
Get all the columns for a given store name (based on most recent datastore version)
getStoreColumns(IDatastoreVersion, String) - Static method in class com.activeviam.signoff.adjustments.core.util.StoreUtils
Get all the columns for a given store name (based on a given datastore version)
getStoreExportStatus() - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Get the store export status.
getStoreExportStatus() - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
getStoreFieldDictionary(String[], IStoreMetadata, ISchemaDictionaryProvider) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
Return the dictionary corresponding to the given field.
getStoreFields() - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
getStoreFields() - Method in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
The fields used by the definition
getStoreName() - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
getStoreName() - Method in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
The Store modified by the definition
getStoreName() - Method in interface com.activeviam.signoff.core.export.extractor.query.IFactsQuery
 
getStoreName() - Method in class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
 
getStoreName() - Method in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
getStoreName() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskMetadataStoreDTO
Returns the name of the store exported.
getStoreName() - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskMetadataStoreDTO
Returns the name of the store exported.
getStoreName(String, IDatastore, IActivePivotManager, String, String, String[]) - Static method in class com.activeviam.signoff.core.mandate.utils.ConditionsUtil
Retrive the store name from a path to a field
getStores() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskMetadataDTO
Returns details about the stores exported by this task.
getStores() - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskMetadataDTO
Returns details about the stores exported by this task.
getStoreTaskId() - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Get the store export task id for the mandate
getStoreTaskId() - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
getStreamKey() - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeLevelAdjustmentHandler
 
getSubConditions() - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreConditionDefinition
Returns the list of subconditions, when the condition is of type 'and' or 'or'.
getSubConditions() - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreConditionDefinition
Returns the list of subconditions, when the condition is of type 'and' or 'or'.
getSuccessfulLoadRequests() - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskLoadRequestDTOResponse
Returns the descriptions of the loads that have started successfully.
getSurroundWrittenDataWithQuotes() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IExtractorOutput
 
getSurroundWrittenDataWithQuotes() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
 
getSystemOutputBufferSize() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
getSystemOutputBufferSize() - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
getTargetStores() - Method in class com.activeviam.signoff.example.source.publishers.impl.MandateTuplePublisher
 
getTask() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskWithTaskStatusListenersWrapper
 
getTask() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskWithTaskStatusListenersWrapper
 
getTask() - Method in class com.activeviam.signoff.example.service.impl.rest.response.exports.ExportTaskAuditDTOResponse
Returns the task audit.
getTaskAudit(ExportTaskRequestByIdDTO) - Method in class com.activeviam.signoff.example.rest.impl.ExportRestService
Get all details of a task, by id.
getTaskCreationTime() - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Returns a string representation of the task creation time.
getTaskCreationTime() - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
getTaskCreationTime() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskInfo
 
getTaskCreationTime() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
getTaskCreationTime() - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
getTaskException() - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughTaskInfoDTO
 
getTaskExceptionDetails() - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Returns the exception details of the failed extraction task.
getTaskExceptionDetails() - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
getTaskExceptionDetails() - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
getTaskExceptionMessage() - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Returns the exception message of the failed extraction task.
getTaskExceptionMessage() - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
getTaskExceptionMessage() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskInfo
 
getTaskExceptionMessage() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
getTaskExceptionMessage() - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
getTaskExceptionRootCauseMessage() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskInfo
 
getTaskExceptionRootCauseMessage() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
getTaskExceptionStack() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskInfo
 
getTaskExceptionStack() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
getTaskId() - Method in interface com.activeviam.signoff.core.export.auditing.files.IExportFileAudit
Returns the id of the extraction task to which the file is attached.
getTaskId() - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Returns the extractor task id.
getTaskId() - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
getTaskId() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskInfo
 
getTaskId() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
getTaskId() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskWithTaskStatusListenersWrapper
 
getTaskId() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.IExtractorTask
 
getTaskId() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
getTaskId() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Returns the id of the task.
getTaskId() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskDescriptionDTO
Returns the id of the task.
getTaskId() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskRequestByIdDTO
Returns the task id.
getTaskId() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskStatusChangeDTO
Returns the task id the action should be applied to.
getTaskId() - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
getTaskId() - Method in class com.activeviam.signoff.example.export.auditing.files.ExportFileAuditJPA
 
getTaskId() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Returns the id of the task.
getTaskId() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskDescriptionDTO
Returns the id of the export task.
getTaskId() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskRequestByIdDTO
Returns the task id.
getTaskId() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskStatusChangeDTO
Returns the task id the action should be applied to.
getTaskIds() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskPriorityChangeDTO
Returns the task ids for which the priority change applies.
getTaskIds() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskPriorityChangeDTO
Returns the task ids for which the priority change applies.
getTaskInfo() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskStatusChangeEvent
 
getTaskInfo() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskStatusChangeEvent
 
getTaskListStatus(List<String>) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.IDataExtractionService
Retrieve the status for a list of tasks already submitted.
getTaskListStatus(List<String>) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Retrieve the current statuses for a list of tasks.
getTaskOwner() - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Returns the owner of the extractor task.
getTaskOwner() - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughTaskInfoDTO
 
getTaskOwner() - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
getTaskOwner() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskInfo
 
getTaskOwner() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
getTaskOwner() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskWithTaskStatusListenersWrapper
 
getTaskOwner() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.IExtractorTask
 
getTaskOwner() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
getTaskOwner() - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
getTaskRunStartTime() - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Returns a string representation of the task starting time.
getTaskRunStartTime() - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
getTaskRunStartTime() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskInfo
 
getTaskRunStartTime() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
getTaskRunStartTime() - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
getTaskRunStopTime() - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Returns a string representation of the task finishing time.
getTaskRunStopTime() - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
getTaskRunStopTime() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskInfo
 
getTaskRunStopTime() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
getTaskRunStopTime() - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
getTasks() - Method in class com.activeviam.signoff.example.rest.impl.ExportRestService
Get all export tasks defined in the system.
getTasks() - Method in class com.activeviam.signoff.example.service.impl.rest.response.exports.ExportTaskDescriptionDTOResponse
Returns a lists of tasks.
getTaskStatus() - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Returns the status of the extraction task.
getTaskStatus() - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughTaskInfoDTO
 
getTaskStatus() - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
getTaskStatus() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskInfo
 
getTaskStatus() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
getTaskStatus() - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
getTaskStatus(String) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.IDataExtractionService
Retrieve the status for a task already submitted.
getTaskStatus(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Retrieve the current task status.
getTaskStatusListeners() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskWithTaskStatusListenersWrapper
 
getTaskStatusListeners() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskWithTaskStatusListenersWrapper
 
getTechnicalUser() - Method in interface com.activeviam.signoff.core.mandate.IMandateParentChild
 
getTechnicalUser() - Method in class com.activeviam.signoff.example.mandate.impl.MandateParentChildJPA
 
getTemplateForContextValue(String) - Static method in class com.activeviam.signoff.core.export.templating.utils.TemplateUtils
Returns the template created for a particular context value.
getTemplateUsed() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Returns the template used for the data export.
getTemplateUsed() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Returns the template used for the data export.
getTimestamp() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstancePostponementDTO
Returns the timestamp of the request.
getTimestamp() - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskInstancePostponementDTO
Returns the timestamp of the request.
getTopic() - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory.SignOffMessageChannel
 
getTopics() - Method in class com.activeviam.signoff.example.source.impl.SignOffSource
 
getTotalChunks() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Returns the total chunks that will be written as part of the data export.
getTotalChunks() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Returns the total chunks that will be written as part of the data export.
getTransformNAToEmpty() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.order.IExtractorOutput
 
getTransformNAToEmpty() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
 
getType() - Method in interface com.activeviam.signoff.adjustments.core.IAdjustment
Get the type of the adjustement
getType() - Method in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
getType() - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeLevelAdjustmentHandler
 
getType() - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeLevelAdjustmentStream
Being a Plugin, it returns the Type it is attached to.
getType() - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateAdjustmentDTO
Get the type of the adjustment (e.g.
getType() - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.ACreateAdjustmentDTO
 
getType() - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
getType() - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
getType() - Method in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.SimpleMemoryOutputHandler
 
getType() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskInfo
Returns the task type.
getType() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
getType() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskWithTaskStatusListenersWrapper
 
getType() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.IExtractorTask
 
getType() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
getType() - Method in class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
 
getType() - Method in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
getType() - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreConditionDefinition
Returns the type of the condition.
getType() - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreConditionDefinition
Returns the type of the condition.
getType() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Returns the type of the export task.
getType() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskDescriptionDTO
Returns the type of the export task.
getType() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskCreationDTO
Returns the type of the data import.
getType() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Returns the type of the export task.
getType() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskDescriptionDTO
Returns the type of export that is performed.
getType() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskCreationDTO
Returns the type of the data import.
getTypeAndStatus(String, IMandateStatus) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Retrieves the type and status of a given task id from the mandate details.
getUpdatedIds() - Method in class com.activeviam.signoff.example.source.events.impl.UpdatedRecordsDatabaseEvent
 
getUpdater() - Method in interface com.activeviam.signoff.core.audit.IAuditable
Get the updater of the record
getUpdater() - Method in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
getUrl() - Method in interface com.activeviam.signoff.core.export.auditing.files.IExportFileAudit
Returns the URL of the exported file.
getUrl() - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughResultFileInfoDTO
 
getUrl() - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorResultFileInfoDTO
 
getUrl() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.IFileExtractorTaskResultFileInfo
 
getUrl() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.FileExtractorTaskResultFileInfo
 
getUrl() - Method in class com.activeviam.signoff.example.export.auditing.files.ExportFileAuditJPA
 
getUser() - Static method in class com.activeviam.signoff.core.mandate.utils.SecurityUtils
Get the current user
getUsername() - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstancePostponementDTO
Returns the username of the user that requested the shutdown to be postponed.
getUsername() - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskInstancePostponementDTO
Returns the username of the user that requested the shutdown to be postponed.
getUtcTimestamp() - Method in interface com.activeviam.signoff.core.audit.IAuditable
Get the UTC timestamp of the record in milliseconds
getUtcTimestamp() - Method in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
getUtcTimestamp() - Method in interface com.activeviam.signoff.core.mandate.IMandateParentChild
 
getUtcTimestamp() - Method in class com.activeviam.signoff.example.mandate.impl.MandateParentChildJPA
 
getValidFrom() - Method in interface com.activeviam.signoff.adjustments.core.IAdjustment
Get the string representation of the valid from date of the adjustment.
getValidFrom() - Method in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
getValidFrom() - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateAdjustmentDTO
Get the string representation of the valid from date of the adjustment.
getValidFrom() - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.ACreateAdjustmentDTO
 
getValidFrom() - Method in interface com.activeviam.signoff.core.mandate.IMandate
Get the string representation of the valid from date of the adjustment.
getValidFrom() - Method in interface com.activeviam.signoff.core.mandate.IMandateParentChild
 
getValidFrom() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskStatusDTO
Returns the start of the validity period of the status.
getValidFrom() - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskStatusDTO
Returns the start of the validity period of the status.
getValidFrom() - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Get the string representation of the valid from date of the adjustment.
getValidFrom() - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
getValidFrom() - Method in class com.activeviam.signoff.example.mandate.impl.MandateParentChildJPA
 
getValidFrom() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
getValidTo() - Method in interface com.activeviam.signoff.adjustments.core.IAdjustment
Get the string representation of the valid to date of the adjustment.
getValidTo() - Method in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
getValidTo() - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateAdjustmentDTO
Get the string representation of the valid to date of the adjustment.
getValidTo() - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.ACreateAdjustmentDTO
 
getValidTo() - Method in interface com.activeviam.signoff.core.mandate.IMandate
Get the string representation of the valid to date of the adjustment.
getValidTo() - Method in interface com.activeviam.signoff.core.mandate.IMandateParentChild
 
getValidTo() - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskStatusDTO
Returns the end of the validity period of the status.
getValidTo() - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskStatusDTO
Returns the end of the validity period of the status.
getValidTo() - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Get the string representation of the valid to date of the adjustment.
getValidTo() - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
getValidTo() - Method in class com.activeviam.signoff.example.mandate.impl.MandateParentChildJPA
 
getValidTo() - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
getValue() - Method in interface com.activeviam.signoff.adjustments.core.ICubeAdjustment
Get the adjustment value
getValue() - Method in class com.activeviam.signoff.adjustments.core.impl.CubeAdjustmentJPA
 
getValue() - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeAdjustedValue
Return the double value
getValue() - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateCubeAdjustmentDTO
Return the value of the adjustment
getValue() - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.CreateCubeAdjustmentDTO
 
getValue() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.EchoExtractorOutputColumn
 
getValue() - Method in interface com.activeviam.signoff.core.mandate.IMandateScopeCondition
Return the value in the field
getValue() - Method in class com.activeviam.signoff.core.mandate.impl.MandateScopeCondition
 
getValueIfNull() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.MeasureExtractorOutputColumn
 
getValues() - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreConditionDefinition
Returns the list of pairs of XSI type definition and the condition value.
getValues() - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreConditionDefinition
Returns the list of pairs of XSI type definition and the condition value.
getValuesFromField(String) - Method in class com.activeviam.signoff.example.rest.impl.MandateRestService
Get field values for a given field name
getValuesFromField(String, String) - Method in interface com.activeviam.signoff.core.service.IMandateService
Get the values for a given field name in a schema
getValuesFromField(String, String) - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
getVersion() - Method in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionRestServicesConfig
 
getVersion() - Method in class com.activeviam.signoff.example.rest.impl.ConflictRestServiceConfig
 
getVersion() - Method in class com.activeviam.signoff.example.rest.impl.CubeAdjustmentRestServiceConfig
 
getVersion() - Method in class com.activeviam.signoff.example.rest.impl.ExportRestServiceConfig
 
getVersion() - Method in class com.activeviam.signoff.example.rest.impl.ImportRestServiceConfig
 
getVersion() - Method in class com.activeviam.signoff.example.rest.impl.MandateRestServiceConfig
 
getVersion() - Method in class com.activeviam.signoff.example.rest.impl.StoreAdjustmentRestServiceConfig
 
GZIP - com.activeviam.signoff.core.export.extractor.file.impl.CompressionType
 

H

hashCode() - Method in class com.activeviam.signoff.adjustments.core.impl.StoreAdjustmentJPA
 
hashCode() - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeAdjustedValue
 
hashCode() - Method in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
hashCode() - Method in class com.activeviam.signoff.core.export.extractor.pivot.context.impl.EnhancedDrillthroughMaxRowsContext
 
hashCode() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.LevelExtractorOutputColumn
 
hashCode() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
hashCode() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.MdxQueryExtractorTask.TupleLocation
Compute the hashcode of a tuple.
hashCode() - Method in class com.activeviam.signoff.core.export.templating.impl.CubeFilterDefinition
 
hashCode() - Method in class com.activeviam.signoff.core.export.templating.impl.CubeLevelDefinition
 
hashCode() - Method in class com.activeviam.signoff.core.export.templating.impl.CubeMeasureDefinition
 
hashCode() - Method in class com.activeviam.signoff.core.export.templating.impl.CubeQueryTemplateFiller
 
hashCode() - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreConditionDefinition
 
hashCode() - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreFieldDefinition
 
hashCode() - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
 
hashCode() - Method in class com.activeviam.signoff.core.export.templating.impl.MDXQueryFiller
 
hashCode() - Method in class com.activeviam.signoff.core.mandate.impl.MandateScope
 
hashCode() - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskMetadataDTO
 
hashCode() - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskMetadataStoreDTO
 
hashCode() - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskStatusDTO
 
hashCode() - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskInstanceMetadataDTO
 
hashCode() - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskInstancePostponementDTO
 
hashCode() - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskLoadDetailsDTO
 
hashCode() - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
hashCode() - Method in class com.activeviam.signoff.example.mandate.impl.MandateParentChildJPA
 
hashCode() - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
hashCode() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
 
hashCode() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskCreationDTO
 
hashCode() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskDescriptionDTO
 
hashCode() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskPriorityChangeDTO
 
hashCode() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskRequestByIdDTO
 
hashCode() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskStatusChangeDTO
 
hashCode() - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.QueueConfigDTO
 
hashCode() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskCreationDTO
 
hashCode() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionDTO
 
hashCode() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionResultDTO
 
hashCode() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
 
hashCode() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceByIdDTO
 
hashCode() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceDescriptionDTO
 
hashCode() - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskLoadDescriptionDTO
 
hashCode() - Method in class com.activeviam.signoff.example.service.impl.rest.response.exports.ExportTaskAuditDTOResponse
 
hashCode() - Method in class com.activeviam.signoff.example.service.impl.rest.response.exports.ExportTaskDescriptionDTOResponse
 
hashCode() - Method in class com.activeviam.signoff.example.service.impl.rest.response.exports.QueueDescriptionDTOResponse
 
hashCode() - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskDataDeletionDTOResponse
 
hashCode() - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskInstanceAuditDTOResponse
 
hashCode() - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskInstanceDescriptionDTOResponse
 
hashCode() - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskLoadRequestDTOResponse
 
hashCode() - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskShutdownsDTOResponse
 
hasOutput() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
hasOutput() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.RemoveFactsQueryExtractorTask
 
header - Variable in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutputColumn
The column header.
headers - Variable in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.AOutputHandler
 
hibernateProperties() - Method in class com.activeviam.signoff.example.cfg.SignOffHibernateConfig
 
HIERARCHIES_TO_AGGREGATE_ACROSS_PROP - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
The configuration property for the hierarchies to aggregate across when exporting aggregated data.
HIERARCHIES_TO_EXCLUDE_DESCRIPTION_PREFIX - Static variable in class com.activeviam.signoff.example.constants.SignOffProperties
 
HIERARCHY_SEPARATOR - Static variable in class com.activeviam.signoff.adjustments.core.location.impl.LocationDigestFactory
 
HIGH - com.activeviam.signoff.core.export.extractor.pivot.order.ExtractorOrderPriority
Order has high priority.

I

IAdjustment - Interface in com.activeviam.signoff.adjustments.core
Interface used for adjustment objects
IArchiveOutputStream - Interface in com.activeviam.signoff.core.export.extractor.file
 
IAuditable - Interface in com.activeviam.signoff.core.audit
Interface to handle auditable objects
IAuditDAO<T extends IAuditable> - Interface in com.activeviam.signoff.core.audit
Interface for auditable DAO objects
ICompositeExtractorOrder - Interface in com.activeviam.signoff.core.export.extractor.pivot.order
Interface for a composite Data Extraction Engine order.
IConflictManager - Interface in com.activeviam.signoff.core.conflict
Interface to manage conflicts between the master branch and a sign-off branch
ICreateAdjustmentDTO - Interface in com.activeviam.signoff.adjustments.rest.dto
Interface that describes the DTO used to create adjustments
ICreateCubeAdjustmentDTO - Interface in com.activeviam.signoff.adjustments.rest.dto
Interface used for the creation of cube-level adjustments
ICreateMandateConditionsDTO - Interface in com.activeviam.signoff.core.rest.dto.mandate
Interface use for the creation of mandates scopes
ICreateMandateDTO - Interface in com.activeviam.signoff.core.rest.dto.mandate
Interface describing the DTO used for the creation of mandates
ICreateStoreAdjustmentDTO - Interface in com.activeviam.signoff.adjustments.rest.dto
Interface for the creation of store adjustments
ICubeAdjustment - Interface in com.activeviam.signoff.adjustments.core
Interface used for cube-level adjustments
ICubeAdjustmentDAO<T extends ICubeAdjustment> - Interface in com.activeviam.signoff.adjustments.core.dao
Interface used for cube-level adjustments DAO
ICubeAdjustmentService - Interface in com.activeviam.signoff.adjustments.cube
Service to handle cube-level adjustments
ICubeFilterDefinition - Interface in com.activeviam.signoff.core.export.templating
Interface for the definition of a filter that will be applied to an export task.
ICubeLevelDefinition - Interface in com.activeviam.signoff.core.export.templating
Interface for the definition of a level that will be included in an export task.
ICubeMeasureDefinition - Interface in com.activeviam.signoff.core.export.templating
Interface for the definition of a measure that will be included in an export task.
ICubeQueryTemplateFiller - Interface in com.activeviam.signoff.core.export.templating
Interface for the object containing required details for the cube query XML template.
id - Variable in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
id - Variable in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
ID - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
IDataExtractionRestService - Interface in com.activeviam.signoff.core.export.extractor.pivot.rest.query
Defines the Data Extraction service methods exposed via RESTful API
IDataExtractionService - Interface in com.activeviam.signoff.core.export.extractor.pivot.webservices.custom
Interface definition for a custom service allowing remote clients to trigger asynchronous batched data extraction tasks that produce the results on server side, with dedicated URLs assigned for possible download by the remote clients later on.
IDataExtractionWebServicesConfig - Interface in com.activeviam.signoff.core.export.extractor.cfg
Interface definition for Spring configuration of the basic web-services required in any custom ActivePivot server project.
IDatastoreConditionDefinition - Interface in com.activeviam.signoff.core.export.templating
Interface for the condition objects to be used when filling in the datastore query XML template.
IDatastoreFieldDefinition - Interface in com.activeviam.signoff.core.export.templating
Interface for the field objects to be used when filling in the datastore query XML template.
IDatastoreQueryTemplateFiller - Interface in com.activeviam.signoff.core.export.templating
Interface for the object containing required details for the datastore query XML template.
IDeleteAdjustmentDTO - Interface in com.activeviam.signoff.adjustments.rest.dto
Interface to handel the deletion of an adjustment
ids - Variable in class com.activeviam.signoff.example.source.events.impl.ASignOffDatabaseEvent
 
IEnhancedDrillthroughMaxRowsContext - Interface in com.activeviam.signoff.core.export.extractor.pivot.context
Interface of context value for the enhanced drillthrough max rows configuration.
IEnhancedDrillthroughRestService - Interface in com.activeviam.signoff.core.export.extractor.pivot.rest.query
Defines the Enhanced Drill-through service methods exposed via RESTful API
IEnhancedDrillthroughService - Interface in com.activeviam.signoff.core.export.extractor.pivot.webservices.custom
Interface definition for enhanced drill-through service contract.
IExportAudit - Interface in com.activeviam.signoff.core.export.auditing
Interface for the audit details of an extraction task created by an export request.
IExportAuditDAO<T extends IExportAudit> - Interface in com.activeviam.signoff.core.export.auditing
 
IExportAuditService - Interface in com.activeviam.signoff.core.service
 
IExportFileAudit - Interface in com.activeviam.signoff.core.export.auditing.files
Interface for the audit details of an exported file associated with an extraction task.
IExportFileAuditDAO<T extends IExportFileAudit> - Interface in com.activeviam.signoff.core.export.auditing.files
 
IExportTaskAuditDTO - Interface in com.activeviam.signoff.core.rest.dto.exports
Interface for the full description and audit details of an export task.
IExportTaskCreationDTO - Interface in com.activeviam.signoff.core.rest.dto.exports
Interface for the requests to export data from a store.
IExportTaskDescriptionDTO - Interface in com.activeviam.signoff.core.rest.dto.exports
Interface for the short description of an export task.
IExportTaskMetadataDTO - Interface in com.activeviam.signoff.core.rest.dto.exports
Interface for the export task metadata.
IExportTaskMetadataStoreDTO - Interface in com.activeviam.signoff.core.rest.dto.exports
Interface for the details pertaining to a single store as part of the export task metadata.
IExportTaskPriorityChangeDTO - Interface in com.activeviam.signoff.core.rest.dto.exports
Interface to move several tasks to the beginning or end of the queue.
IExportTaskRequestByIdDTO - Interface in com.activeviam.signoff.core.rest.dto.exports
Interface for requests that depend on the task id only.
IExportTaskStatusChangeDTO - Interface in com.activeviam.signoff.core.rest.dto.exports
Interface to request to change the status of an export task (cancel, pause, resume).
IExportTaskStatusDTO - Interface in com.activeviam.signoff.core.rest.dto.exports
Interface for the status of an export task.
IExtractorOrder - Interface in com.activeviam.signoff.core.export.extractor.pivot.order
Interface for a Data Extraction Engine order.
IExtractorOrderBuilder - Interface in com.activeviam.signoff.core.export.extractor.pivot.order
Interface of a Data Extraction Engine order builder.
IExtractorOutput - Interface in com.activeviam.signoff.core.export.extractor.pivot.order
Interface for a Data Extraction Engine generic output.
IExtractorOutputColumn - Interface in com.activeviam.signoff.core.export.extractor.pivot.order
Interface for any Data Extraction Engine output column.
IExtractorTask - Interface in com.activeviam.signoff.core.export.extractor.pivot.task
Interface for a Data Extraction Engine task.
IExtractorTaskExtractionProcedure - Interface in com.activeviam.signoff.core.export.extractor.pivot.task.exec
Interface for a procedure to process query results during data extraction.
IExtractorTaskFactory - Interface in com.activeviam.signoff.core.export.extractor.pivot.task
Interface for a factory creating Data Extraction Engine tasks.
IExtractorTaskInfo - Interface in com.activeviam.signoff.core.export.extractor.pivot.task.exec
Interface for a bean holding Data Extraction Engine task information.
IExtractorTaskResultInfo - Interface in com.activeviam.signoff.core.export.extractor.pivot.task
Interface for a bean holding Data Extraction Engine generic result information.
IExtractorTaskStatusChangeEvent - Interface in com.activeviam.signoff.core.export.extractor.pivot.task.exec
Interface for an event notifying a change of Data Extraction Engine task status.
IExtractorTaskStatusListener - Interface in com.activeviam.signoff.core.export.extractor.pivot.task.exec
Interface for a listener to updates of a Data Extraction Engine task status.
IExtractorTaskWithTaskStatusListenersWrapper - Interface in com.activeviam.signoff.core.export.extractor.pivot.task.exec
Interface of a wrapper that associates a particular IExtractorTask instance with (possibly) some IExtractorTaskStatusListener instances.
IFactsQuery - Interface in com.activeviam.signoff.core.export.extractor.query
Query that search in a schema indexer (providing contributions to the specified cube) for facts matching with a particular IFilterDescription.
IFileExtractorOutput - Interface in com.activeviam.signoff.core.export.extractor.pivot.order
Interface for a Data Extraction Engine file output.
IFileExtractorTaskResultFileInfo - Interface in com.activeviam.signoff.core.export.extractor.pivot.task
Interface for a bean holding Data Extraction Engine result file information.
IFileExtractorTaskResultInfo - Interface in com.activeviam.signoff.core.export.extractor.pivot.task
Interface for a bean holding Data Extraction Engine file result information.
IHasAsOfDate - Interface in com.activeviam.signoff.core.audit
Interface for objects that have an as of date attribute
IHasValidBetween - Interface in com.activeviam.signoff.core.audit
Interface for objects that have a valid from - valid to logic
IImportTaskCreationDTO - Interface in com.activeviam.signoff.core.rest.dto.imports
Interface for the requests to import data into an instance.
IImportTaskDataDeletionDTO - Interface in com.activeviam.signoff.core.rest.dto.imports
Interface for the requests to delete data previously loaded.
IImportTaskDataDeletionResultDTO - Interface in com.activeviam.signoff.core.rest.dto.imports
Interface for the result of attempting to delete data from an instance.
IImportTaskInstanceAuditDTO - Interface in com.activeviam.signoff.core.rest.dto.imports
Interface for the full description and audit of a data load instance.
IImportTaskInstanceDescriptionDTO - Interface in com.activeviam.signoff.core.rest.dto.imports
Interface for the short description of an instance.
IImportTaskInstanceMetadataDTO - Interface in com.activeviam.signoff.core.rest.dto.imports
Interface for instance metadata.
IImportTaskInstancePostponementDTO - Interface in com.activeviam.signoff.core.rest.dto.imports
Interface for details about a request for a postponement of instance expiration times.
IImportTaskLoadDescriptionDTO - Interface in com.activeviam.signoff.core.rest.dto.imports
Interface for details about a scheduled load.
IImportTaskLoadDetailsDTO - Interface in com.activeviam.signoff.core.rest.dto.imports
Interface for details about the data load performed.
IImportTaskRequestInstanceByIdDTO - Interface in com.activeviam.signoff.core.rest.dto.imports
Interface for requests that depend on the data load instance id only.
ILocalDataExtractionService - Interface in com.activeviam.signoff.core.export.extractor.pivot
Interface extension for a local IDataExtractionService (web-service interface contract), which provides additional methods that are reserved for AP server internal usage (e.g.
ILocalEnhancedDrillthroughService - Interface in com.activeviam.signoff.core.export.extractor.pivot.query
Interface extension for a local IEnhancedDrillthroughService (web-service interface contract), which provides additional methods that are reserved for AP server internal usage (e.g.
IMandate - Interface in com.activeviam.signoff.core.mandate
Interface for mandate objects
IMandateAndAdjustmentReload - Interface in com.activeviam.signoff.example.source
Interface to handle reload of mandates including adjustements
IMandateDAO<T extends IMandate> - Interface in com.activeviam.signoff.core.mandate
Interface for the mandate DAO
IMandateParentChild - Interface in com.activeviam.signoff.core.mandate
Interface for parent/child mandate structure
IMandateScope - Interface in com.activeviam.signoff.core.mandate
Interface used to represent a mandate scope
IMandateScopeCondition - Interface in com.activeviam.signoff.core.mandate
Interface used to handle mandate scope conditions
IMandatesDomainsService - Interface in com.activeviam.signoff.core.service
Interface used to retrieve the list of domains
IMandateService - Interface in com.activeviam.signoff.core.service
Interface for the mandate service
IMandateStatus - Interface in com.activeviam.signoff.core.mandate
Interface used to handle mandate statuses
IMandateStatusDAO<T extends IMandateStatus> - Interface in com.activeviam.signoff.core.mandate
Interface used to handle the DAO for mandate status objects
IMDXQueryFiller - Interface in com.activeviam.signoff.core.export.templating
Interface for the object containing required details for an MDX query.
IMemoryExtractorOutput - Interface in com.activeviam.signoff.core.export.extractor.pivot.order
Interface for a Data Extraction Engine memory output.
IMemoryExtractorTaskResultInfo - Interface in com.activeviam.signoff.core.export.extractor.pivot.task
Interface for a bean holding Data Extraction Engine memory result information.
IMemoryOutputHandler - Interface in com.activeviam.signoff.core.export.extractor.pivot.output
Defines the interface for the output handler keeping data in memory
ImportRestService - Class in com.activeviam.signoff.example.rest.impl
RESTful service for data importing.
ImportRestService() - Constructor for class com.activeviam.signoff.example.rest.impl.ImportRestService
 
ImportRestServiceConfig - Class in com.activeviam.signoff.example.rest.impl
Configuration for data import RESTFul service
ImportRestServiceConfig() - Constructor for class com.activeviam.signoff.example.rest.impl.ImportRestServiceConfig
 
ImportTaskCreationDTO - Class in com.activeviam.signoff.example.rest.dto.impl.imports
Implementation for the requests to import data into an instance.
ImportTaskCreationDTO() - Constructor for class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskCreationDTO
 
ImportTaskCreationDTO(Set<String>, Set<String>, String, String) - Constructor for class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskCreationDTO
 
ImportTaskDataDeletionDTO - Class in com.activeviam.signoff.example.rest.dto.impl.imports
Implementation for the requests to delete data previously loaded.
ImportTaskDataDeletionDTO() - Constructor for class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionDTO
 
ImportTaskDataDeletionDTO(Set<String>, Set<String>, String) - Constructor for class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionDTO
 
ImportTaskDataDeletionDTOResponse - Class in com.activeviam.signoff.example.service.impl.rest.response.imports
Response object to be returned by a service for deleting data from instances.
ImportTaskDataDeletionDTOResponse() - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskDataDeletionDTOResponse
 
ImportTaskDataDeletionDTOResponse(Set<ImportTaskDataDeletionResultDTO>, String) - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskDataDeletionDTOResponse
Response of an ImportTaskDataDeletion service.
ImportTaskDataDeletionResultDTO - Class in com.activeviam.signoff.example.rest.dto.impl.imports
Implementation for the result of attempting to delete data from an instance.
ImportTaskDataDeletionResultDTO() - Constructor for class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionResultDTO
 
ImportTaskDataDeletionResultDTO(String, String, Set<String>, String) - Constructor for class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionResultDTO
 
ImportTaskInstanceAuditDTO - Class in com.activeviam.signoff.example.rest.dto.impl.imports
 
ImportTaskInstanceAuditDTO() - Constructor for class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
 
ImportTaskInstanceAuditDTO(String, String, String, String, String, String, Set<ImportTaskInstancePostponementDTO>, String, String, Set<ImportTaskLoadDetailsDTO>, ImportTaskInstanceMetadataDTO) - Constructor for class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
 
ImportTaskInstanceAuditDTOResponse - Class in com.activeviam.signoff.example.service.impl.rest.response.imports
Response object to be returned by a service for auditing import instances.
ImportTaskInstanceAuditDTOResponse() - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskInstanceAuditDTOResponse
 
ImportTaskInstanceAuditDTOResponse(ImportTaskInstanceAuditDTO, String) - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskInstanceAuditDTOResponse
Response of an ImportTaskInstanceAudit service.
ImportTaskInstanceByIdDTO - Class in com.activeviam.signoff.example.rest.dto.impl.imports
Implementation for requests that depend on the data load instance id only.
ImportTaskInstanceByIdDTO() - Constructor for class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceByIdDTO
 
ImportTaskInstanceByIdDTO(String) - Constructor for class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceByIdDTO
 
ImportTaskInstanceDescriptionDTO - Class in com.activeviam.signoff.example.rest.dto.impl.imports
Implementation for the short description of an instance.
ImportTaskInstanceDescriptionDTO() - Constructor for class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceDescriptionDTO
 
ImportTaskInstanceDescriptionDTO(String, String, String) - Constructor for class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceDescriptionDTO
 
ImportTaskInstanceDescriptionDTOResponse - Class in com.activeviam.signoff.example.service.impl.rest.response.imports
Response object to be returned by a service returning a set of ImportTaskInstanceDescription objects.
ImportTaskInstanceDescriptionDTOResponse() - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskInstanceDescriptionDTOResponse
 
ImportTaskInstanceDescriptionDTOResponse(Set<ImportTaskInstanceDescriptionDTO>, int, String) - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskInstanceDescriptionDTOResponse
Response of an ImportTaskInstanceDescriptionDTO service.
ImportTaskInstanceMetadataDTO - Class in com.activeviam.signoff.core.rest.dto.imports.impl
Implementation for instance metadata.
ImportTaskInstanceMetadataDTO() - Constructor for class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskInstanceMetadataDTO
 
ImportTaskInstanceMetadataDTO(long, long) - Constructor for class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskInstanceMetadataDTO
 
ImportTaskInstancePostponementDTO - Class in com.activeviam.signoff.core.rest.dto.imports.impl
Implementation for details about a request for a postponement of instance expiration times.
ImportTaskInstancePostponementDTO() - Constructor for class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskInstancePostponementDTO
 
ImportTaskInstancePostponementDTO(String, String, String) - Constructor for class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskInstancePostponementDTO
 
ImportTaskLoadDescriptionDTO - Class in com.activeviam.signoff.example.rest.dto.impl.imports
Implementation for details about a scheduled load.
ImportTaskLoadDescriptionDTO() - Constructor for class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskLoadDescriptionDTO
 
ImportTaskLoadDescriptionDTO(String, String, ImportTaskLoadDetailsDTO, String) - Constructor for class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskLoadDescriptionDTO
 
ImportTaskLoadDetailsDTO - Class in com.activeviam.signoff.core.rest.dto.imports.impl
Implementation of the details about the type of load performed.
ImportTaskLoadDetailsDTO() - Constructor for class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskLoadDetailsDTO
 
ImportTaskLoadDetailsDTO(String, Set<String>, long) - Constructor for class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskLoadDetailsDTO
 
ImportTaskLoadRequestDTOResponse - Class in com.activeviam.signoff.example.service.impl.rest.response.imports
Response object to be when requesting a data load.
ImportTaskLoadRequestDTOResponse() - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskLoadRequestDTOResponse
 
ImportTaskLoadRequestDTOResponse(String, Set<ImportTaskLoadDescriptionDTO>, Set<ImportTaskLoadDescriptionDTO>, String) - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskLoadRequestDTOResponse
Response of an ImportTaskCreationDTO service.
ImportTaskShutdownsDTOResponse - Class in com.activeviam.signoff.example.service.impl.rest.response.imports
Response object to be returned by a service that retrieves pending instance shutdowns.
ImportTaskShutdownsDTOResponse() - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskShutdownsDTOResponse
 
ImportTaskShutdownsDTOResponse(Set<String>, String) - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskShutdownsDTOResponse
Response of an ImportTaskShutdowns service.
increasingTimeMillis() - Method in class com.activeviam.signoff.core.utils.StrictlyIncreasingTimer
 
init() - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeLevelAdjustmentHandler
 
init(IRecordFormat, IRecordFormat) - Method in class com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentUpdateWhere
 
init(IRecordFormat, IRecordFormat) - Method in class com.activeviam.signoff.example.mandate.datastore.impl.MandateUpdateWhereProcedure
 
init(List<? extends IHierarchy>) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskExtractionProcedure
Init the procedure
init(Properties) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
 
INITIAL_EPOCH_ID - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
INITIAL_LOAD_AS_OF_DATES - Static variable in class com.activeviam.signoff.example.constants.SignOffProperties
 
INITIATED - Static variable in class com.activeviam.signoff.core.mandate.constants.MandateStatusConstants
 
initiateMandate(MandateDTO) - Method in class com.activeviam.signoff.example.rest.impl.MandateRestService
Initiate mandate from DTO
initiateMandate(String, IMandate, String, String, boolean, boolean) - Method in class com.activeviam.signoff.example.service.impl.SignOffDatastoreService
Initiate mandate
initiateMandate(String, String) - Method in interface com.activeviam.signoff.core.service.IMandateService
Initiate mandate method
initiateMandate(String, String) - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
injectExportTypeFlags(Environment) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Adds toggles for the export types, from the environment variables.
injectFormatters(Map<Class, String>) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Adds formatters to be used in the export process.
INotificationService - Interface in com.activeviam.signoff.core.service
Interface for notification service
INPROGRESS - Static variable in class com.activeviam.signoff.core.mandate.constants.MandateExportStatusConstants
 
INTERRUPT_CHECK_CELLS_THRESHOLD - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.MdxQueryExtractorTask
Threshold for cells count triggering a check for "current thread interruption" while iterating though the cellset to group aggregate(s) by distinct locations.
intValue() - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeAdjustedValue
 
IOutputHandler - Interface in com.activeviam.signoff.core.export.extractor.pivot.output
Defines the methods exposed by an output handler implementation
IQueueConfigDTO - Interface in com.activeviam.signoff.core.rest.dto.exports
Interface for the queue configuration object.
IRemoveFactsQuery - Interface in com.activeviam.signoff.core.export.extractor.query
Query that remove from a schema indexer (providing contributions to the specified cube) the facts matching with a particular IFilterDescription.
IS_EMPTY - Static variable in class com.activeviam.signoff.core.mandate.constants.ConditionsConstants
 
isAdd(StoreAdjustmentOperationType) - Static method in enum com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentOperationType
 
isAdjusted - Variable in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeAdjustedValue
A flag used to distinguish adjusted values from non-adjusted values
isByAsOfDate() - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory.SignOffMessageChannel
 
ISearchFactsQuery - Interface in com.activeviam.signoff.core.export.extractor.query
Query that search in a schema indexer (providing contributions to the specified cube) for facts matching with a particular IFilterDescription.
isEmpty(StoreAdjustmentOperationType) - Static method in enum com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentOperationType
 
isExecute(StoreAdjustmentOperationType) - Static method in enum com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentOperationType
 
isFalse(ICondition) - Static method in class com.activeviam.signoff.core.export.extractor.jit.impl.EnhancedJustInTimeConditions
Checks whether the given condition is always false.
isFind(StoreAdjustmentOperationType) - Static method in enum com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentOperationType
 
ISignOffSource - Interface in com.activeviam.signoff.example.source
Interface for sign-off sourc
isInConflict(IMandate, IMandateStatus) - Method in interface com.activeviam.signoff.core.conflict.IConflictManager
Check whether there are conflicts between the master branch and a sign-off branch for a given mandate id.
isInConflict(IMandate, IMandateStatus) - Method in class com.activeviam.signoff.example.conflict.impl.ConflictManager
 
isLive() - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory.SignOffMessageChannel
 
isOpen() - Method in interface com.activeviam.signoff.core.audit.IAuditable
Check whether an entry is open or closed
isOpen() - Method in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
isRange() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.MdxQueryExtractorTask.TupleLocation
 
isRemove(StoreAdjustmentOperationType) - Static method in enum com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentOperationType
 
isTaskCompleted(String) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.IDataExtractionService
Return the completion status of the task taskId
isTaskCompleted(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Check if a given task has already completed.
isTaskListCompleted(List<String>) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.IDataExtractionService
Return the global completion status of the list of tasks taskIdList
isTaskListCompleted(List<String>) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Check if a given list of tasks has already completed.
IStoreAdjustment - Interface in com.activeviam.signoff.adjustments.core
Interface to handle store adjustments
IStoreAdjustmentDAO<T extends IStoreAdjustment> - Interface in com.activeviam.signoff.adjustments.core.dao
Interface used for cube-level adjustments DAO
IStoreAdjustmentDefinition - Interface in com.activeviam.signoff.adjustments.store.definition
Defines logic that results in impacting entries in a store in a datastore on a given branch as result of being executed as a submission.
IStoreAdjustmentEngine - Interface in com.activeviam.signoff.adjustments.store
Interface for the store adjustment engine
IStoreAdjustmentService - Interface in com.activeviam.signoff.adjustments.service
Service interface for store adjustments
IStoreAdjustmentSubmission - Interface in com.activeviam.signoff.adjustments.store.submission
 
IStoreAdjustmentSubmissionDAO<T extends IStoreAdjustmentSubmission> - Interface in com.activeviam.signoff.adjustments.store
Interface for store adjustment submission DAO
IStoreAdjustmentSubmissionService - Interface in com.activeviam.signoff.adjustments.store
Interface for the service handling store adjustment submissions
isUpdate(StoreAdjustmentOperationType) - Static method in enum com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentOperationType
 
isUpdateWhere(StoreAdjustmentOperationType) - Static method in enum com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentOperationType
 
isUserAdmin(Authentication) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Determine whether/not the authenticated user has an admin role.
isUserExtractorAdmin(Authentication) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
Determine whether/not the authenticated user has an admin role.
isValidForDate(String) - Method in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
isValidForDate(String) - Method in interface com.activeviam.signoff.core.audit.IHasValidBetween
Check if the object is valid for the given as of date
isValidForDate(String) - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
isValidForDate(String) - Method in class com.activeviam.signoff.example.export.auditing.files.ExportFileAuditJPA
 
isValidForDate(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
IUpdateCubeAdjustmentDTO - Interface in com.activeviam.signoff.adjustments.rest.dto
Interface to handle the update of a cube-level adjustment
IUpdateMandateDTO - Interface in com.activeviam.signoff.core.rest.dto.mandate
Interface used to update mandates
IUpdateStoreAdjustmentDTO - Interface in com.activeviam.signoff.adjustments.rest.dto
Interface to handle the update of a store adjustment

J

jaxbContext - Variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 

K

KEY_OF_ADJUSTMENT - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
keyOfAdjustment - Variable in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
klass - Variable in class com.activeviam.signoff.example.source.events.impl.ASignOffDatabaseEvent
 
KPIS - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 

L

label - Variable in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
LABEL - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
LAST_UPDATE_TIME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
LEVEL_SEPARATOR - Static variable in class com.activeviam.signoff.adjustments.core.location.impl.LocationDigestFactory
 
LevelExtractorOutputColumn - Class in com.activeviam.signoff.core.export.extractor.pivot.order.impl
Implementation for a Data Extraction Engine output column that maps to a particular hierarchy and level retrieved during an aggregate query (e.g.
LevelExtractorOutputColumn() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.order.impl.LevelExtractorOutputColumn
 
LINES_COUNT - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
listen(SignOffMessageChannelFactory.SignOffMessageChannel) - Method in class com.activeviam.signoff.example.source.impl.SignOffDatabaseEventListeners
 
listen(IMessageChannel<String, Object>) - Method in class com.activeviam.signoff.example.source.impl.SignOffSource
 
listeners() - Method in class com.activeviam.signoff.example.cfg.SignOffSourceConfig
 
LIVE_CUBE_ADJUSTMENT_STORE_NAME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
LIVE_FROM - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
LIVE_MANDATE_STATUS_STORE_NAME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
LIVE_MANDATE_STORE_NAME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
LIVE_STORE_ADJUSTMENT_STORE_NAME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
LIVE_STORE_ADJUSTMENT_SUBMISSION_STORE_NAME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
LIVE_TO - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
liveCubeAdjustmentStoreDescription() - Static method in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
liveFrom - Variable in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
liveMandateStatusStoreDescription() - Static method in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
liveMandateStoreDescription() - Static method in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
liveStoreAdjustmentStoreDescription() - Static method in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
liveStoreAdjustmentSubmissionStoreDescription() - Static method in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
liveTo - Variable in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
loadData(ImportTaskCreationDTO) - Method in class com.activeviam.signoff.example.rest.impl.ImportRestService
 
loadStatuses() - Method in class com.activeviam.signoff.example.cfg.SignOffSourceInitialConfig
 
LocaleAdapter - Class in com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl
Adapter for custom JAXB (un/)marshaling between a String and a Locale.
LocaleAdapter() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.LocaleAdapter
 
LocationDigestFactory - Class in com.activeviam.signoff.adjustments.core.location.impl
Class that creates a digest from a location
LocationDigestFactory() - Constructor for class com.activeviam.signoff.adjustments.core.location.impl.LocationDigestFactory
 
LOCK - Static variable in class com.activeviam.signoff.example.service.impl.ExportAuditService
 
logger - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.dist.message.impl.RetrieveSearchFactQueryResultsMessage
 
logger - Variable in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
logger - Variable in class com.activeviam.signoff.example.service.impl.SignOffDatastoreService
 
logger - Variable in class com.activeviam.signoff.example.source.impl.MandateAndAdjustmentReload
 
logger - Variable in class com.activeviam.signoff.example.source.impl.SignOffDatabaseEventListeners
 
logger - Variable in class com.activeviam.signoff.example.source.impl.SignOffRealTimeFeed
 
logger - Variable in class com.activeviam.signoff.example.source.impl.SignOffSource
 
LOGGER - Variable in class com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentEngine
 
LOGGER - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
The Extractor logger.
LOGGER - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AXmlBasedExtractorOrderBuilder
 
LOGGER - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.AOutputHandler
 
LOGGER - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.rest.query.impl.EnhancedDrillthroughRestService
 
LOGGER - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
LOGGER - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.MdxQueryExtractorTask
 
LOGGER - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
The Data Extraction Service logger
LOGGER - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
LOGGER - Static variable in class com.activeviam.signoff.example.cfg.SignOffSourceInitialConfig
 
LOGGER - Static variable in class com.activeviam.signoff.example.export.auditing.ExportAuditDAO
 
LOGGER - Variable in class com.activeviam.signoff.example.rest.impl.ConflictRestService
 
LOGGER - Static variable in class com.activeviam.signoff.example.rest.impl.ExportRestService
 
LOGGER - Variable in class com.activeviam.signoff.example.rest.impl.ImportRestService
 
LOGGER - Variable in class com.activeviam.signoff.example.rest.impl.MandateRestService
 
LOGGER - Variable in class com.activeviam.signoff.example.service.impl.CubeAdjustmentService
 
LOGGER - Variable in class com.activeviam.signoff.example.service.impl.ExportAuditService
 
LOGGER - Variable in class com.activeviam.signoff.example.service.impl.MandateService
 
LOGGER - Variable in class com.activeviam.signoff.example.service.impl.StoreAdjustmentService
 
LOGGER - Variable in class com.activeviam.signoff.example.service.impl.StoreAdjustmentSubmissionService
 
LoggingExtractorTaskStatusListener - Class in com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl
Data Extraction Engine task status listener that simply generates logs.
LoggingExtractorTaskStatusListener() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.LoggingExtractorTaskStatusListener
 
longValue() - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeAdjustedValue
 
LOW - com.activeviam.signoff.core.export.extractor.pivot.order.ExtractorOrderPriority
Order has low priority.
lowerPriority(ExportTaskPriorityChangeDTO) - Method in class com.activeviam.signoff.example.rest.impl.ExportRestService
Moves the given tasks to the back of the queue.

M

madateStatusDAO() - Method in class com.activeviam.signoff.example.cfg.SignOffHibernateConfig
 
manager - Variable in class com.activeviam.signoff.example.conflict.impl.ConflictManager
 
manager - Variable in class com.activeviam.signoff.example.service.impl.CubeAdjustmentService
 
manager - Variable in class com.activeviam.signoff.example.service.impl.MandateService
 
MANDATE_AS_OF_DATE - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
MANDATE_AUDIT_STORE_NAME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
MANDATE_ID - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
MANDATE_PARENT_CHILD_TABLE - Static variable in class com.activeviam.signoff.example.mandate.impl.MandateParentChildJPA
 
MANDATE_STATUS_AUDIT_STORE_NAME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
MANDATE_STATUS_TABLE - Static variable in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
MANDATE_TABLE - Static variable in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
mandateAndAdjustmentReload - Variable in class com.activeviam.signoff.example.cfg.SignOffSourceInitialConfig
 
mandateAndAdjustmentReload() - Method in class com.activeviam.signoff.example.cfg.MandateAndAdjustmentReloadConfig
 
MandateAndAdjustmentReload - Class in com.activeviam.signoff.example.source.impl
Implementation of mandate reload
MandateAndAdjustmentReload(IMandateStatusDAO, IMandateDAO, IStoreAdjustmentSubmissionDAO, IStoreAdjustmentService, IStoreAdjustmentEngine, SignOffDatastoreService, Environment) - Constructor for class com.activeviam.signoff.example.source.impl.MandateAndAdjustmentReload
 
MandateAndAdjustmentReloadConfig - Class in com.activeviam.signoff.example.cfg
Configuration for teh reload of mandates and adjustments
MandateAndAdjustmentReloadConfig() - Constructor for class com.activeviam.signoff.example.cfg.MandateAndAdjustmentReloadConfig
 
mandateAuditStoreDescription() - Static method in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
mandateDAO - Variable in class com.activeviam.signoff.example.cfg.MandateAndAdjustmentReloadConfig
 
mandateDAO - Variable in class com.activeviam.signoff.example.cfg.SignOffConfig
 
mandateDAO - Variable in class com.activeviam.signoff.example.cfg.SignOffSourceConfig
 
mandateDAO - Variable in class com.activeviam.signoff.example.rest.impl.ConflictRestService
 
mandateDAO - Variable in class com.activeviam.signoff.example.rest.impl.ConflictRestServiceConfig
 
mandateDAO - Variable in class com.activeviam.signoff.example.rest.impl.ExportRestService
 
mandateDAO - Variable in class com.activeviam.signoff.example.service.impl.MandateService
 
mandateDAO - Variable in class com.activeviam.signoff.example.source.impl.MandateAndAdjustmentReload
 
mandateDAO() - Method in class com.activeviam.signoff.example.cfg.SignOffHibernateConfig
 
MandateDAO - Class in com.activeviam.signoff.example.mandate.impl
DAO used for mandates objects
MandateDAO(SessionFactory) - Constructor for class com.activeviam.signoff.example.mandate.impl.MandateDAO
 
MandateDTO - Class in com.activeviam.signoff.example.rest.dto.impl.mandate
Mandate DTO
MandateDTO() - Constructor for class com.activeviam.signoff.example.rest.dto.impl.mandate.MandateDTO
 
MandateDTOResponse - Class in com.activeviam.signoff.example.service.impl.rest.response.mandate
Response object to be returned by a service returning a MandateDTO object.
MandateDTOResponse(MandateDTO, String) - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.mandate.MandateDTOResponse
Response of a MandateDTO service.
MandateExportStatusConstants - Class in com.activeviam.signoff.core.mandate.constants
 
MandateExportStatusConstants() - Constructor for class com.activeviam.signoff.core.mandate.constants.MandateExportStatusConstants
 
mandateFactory - Variable in class com.activeviam.signoff.example.service.impl.MandateService
 
mandateId - Variable in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
MandateJPA - Class in com.activeviam.signoff.example.mandate.impl
JPA for mandate objects
MandateJPA() - Constructor for class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
MandateJPAFactory - Class in com.activeviam.signoff.example.mandate.impl
Factory class used to instantiate Mandate JPA objects
MandateJPAFactory() - Constructor for class com.activeviam.signoff.example.mandate.impl.MandateJPAFactory
 
mandateName - Variable in class com.activeviam.signoff.example.mandate.datastore.impl.MandateUpdateWhereProcedure
 
MandateParentChildJPA - Class in com.activeviam.signoff.example.mandate.impl
JPA for mandate parent child objects
MandateParentChildJPA() - Constructor for class com.activeviam.signoff.example.mandate.impl.MandateParentChildJPA
 
MandateResponse - Class in com.activeviam.signoff.example.service.impl.rest.response.mandate
Response object to be returned by a service.
MandateResponse(IMandate, String) - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.mandate.MandateResponse
Create a response object of this mandate with the message put in param.
MandateRestService - Class in com.activeviam.signoff.example.rest.impl
RESTful service for mandates
MandateRestService(IMandateService, IMandatesDomainsService) - Constructor for class com.activeviam.signoff.example.rest.impl.MandateRestService
 
MandateRestServiceConfig - Class in com.activeviam.signoff.example.rest.impl
Configuration for Mandate RESTFul service
MandateRestServiceConfig() - Constructor for class com.activeviam.signoff.example.rest.impl.MandateRestServiceConfig
 
mandateRetrieval() - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Returns a BiFunction that accepts a DAO object and an update object and returns the live mandate status corresponding to the update object.
MandateScope - Class in com.activeviam.signoff.core.mandate.impl
Implementation of IMandateScope
MandateScope() - Constructor for class com.activeviam.signoff.core.mandate.impl.MandateScope
 
MandateScope(String, String, List<String>) - Constructor for class com.activeviam.signoff.core.mandate.impl.MandateScope
 
MandateScopeCondition - Class in com.activeviam.signoff.core.mandate.impl
Implementation of a IMandateScopeCondition
MandateScopeCondition() - Constructor for class com.activeviam.signoff.core.mandate.impl.MandateScopeCondition
 
mandateScopeManager - Variable in class com.activeviam.signoff.example.conflict.impl.ConflictManager
 
mandateScopeManager - Variable in class com.activeviam.signoff.example.rest.impl.ExportRestService
 
mandateScopeManager - Variable in class com.activeviam.signoff.example.service.impl.SignOffDatastoreService
 
mandateScopeManager() - Method in class com.activeviam.signoff.example.cfg.SignOffConfig
 
MandateScopeManager - Class in com.activeviam.signoff.core.mandate.impl
Helper class for the handling of mandate scopes
MandateScopeManager(IDatastore, IActivePivotManager, List<String>) - Constructor for class com.activeviam.signoff.core.mandate.impl.MandateScopeManager
 
mandatesDomainsService - Variable in class com.activeviam.signoff.example.rest.impl.MandateRestService
 
mandatesDomainsService - Variable in class com.activeviam.signoff.example.rest.impl.MandateRestServiceConfig
 
mandatesDomainsService() - Method in class com.activeviam.signoff.example.cfg.SignOffConfig
 
MandatesDomainsService - Class in com.activeviam.signoff.example.service.impl
Implementation of IMandatesDomainsService
MandatesDomainsService() - Constructor for class com.activeviam.signoff.example.service.impl.MandatesDomainsService
 
mandateService - Variable in class com.activeviam.signoff.example.rest.impl.MandateRestService
 
mandateService - Variable in class com.activeviam.signoff.example.rest.impl.MandateRestServiceConfig
 
mandateService() - Method in class com.activeviam.signoff.example.cfg.SignOffConfig
 
MandateService - Class in com.activeviam.signoff.example.service.impl
Implementation of mandate service
MandateService() - Constructor for class com.activeviam.signoff.example.service.impl.MandateService
 
mandateStatusAuditStoreDescription() - Static method in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
MandateStatusConstants - Class in com.activeviam.signoff.core.mandate.constants
Constants used to define the mandates status constants
MandateStatusConstants() - Constructor for class com.activeviam.signoff.core.mandate.constants.MandateStatusConstants
 
mandateStatusDAO - Variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionServicesConfig
 
mandateStatusDAO - Variable in class com.activeviam.signoff.example.cfg.MandateAndAdjustmentReloadConfig
 
mandateStatusDAO - Variable in class com.activeviam.signoff.example.cfg.SignOffConfig
 
mandateStatusDAO - Variable in class com.activeviam.signoff.example.cfg.SignOffSourceConfig
 
mandateStatusDAO - Variable in class com.activeviam.signoff.example.rest.impl.ConflictRestService
 
mandateStatusDAO - Variable in class com.activeviam.signoff.example.rest.impl.ConflictRestServiceConfig
 
mandateStatusDAO - Variable in class com.activeviam.signoff.example.rest.impl.ExportRestService
 
mandateStatusDAO - Variable in class com.activeviam.signoff.example.service.impl.MandateService
 
mandateStatusDAO - Variable in class com.activeviam.signoff.example.source.impl.MandateAndAdjustmentReload
 
MandateStatusDAO - Class in com.activeviam.signoff.example.mandate.impl
DAO for mandate status objects
MandateStatusDAO(SessionFactory) - Constructor for class com.activeviam.signoff.example.mandate.impl.MandateStatusDAO
 
mandateStatusFactory - Variable in class com.activeviam.signoff.example.service.impl.MandateService
 
MandateStatusJPA - Class in com.activeviam.signoff.example.mandate.impl
Class used to handle mandate status JPA object
MandateStatusJPA() - Constructor for class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
MandateStatusJPA(String, String, String, String, String, String, String, String, String, String) - Constructor for class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
mandateStatusJPAFactory - Variable in class com.activeviam.signoff.example.service.impl.ExportAuditService
 
MandateStatusJPAFactory - Class in com.activeviam.signoff.example.mandate.impl
Factory class for mandate status objects
MandateStatusJPAFactory() - Constructor for class com.activeviam.signoff.example.mandate.impl.MandateStatusJPAFactory
 
MandateTuplePublisher - Class in com.activeviam.signoff.example.source.publishers.impl
 
MandateTuplePublisher(IDatastore, String) - Constructor for class com.activeviam.signoff.example.source.publishers.impl.MandateTuplePublisher
 
MandateUpdateWhereProcedure - Class in com.activeviam.signoff.example.mandate.datastore.impl
Update where procedure used to initiate mandates
MandateUpdateWhereProcedure(String, IDatastore, String, String) - Constructor for class com.activeviam.signoff.example.mandate.datastore.impl.MandateUpdateWhereProcedure
 
marshal(CompressionType) - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.CompressionTypeAdapter
 
marshal(IExtractorOutput) - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputAdapter
 
marshal(IExtractorOutputColumn) - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputColumnAdapter
 
marshal(IExtractorTaskExtractionProcedure) - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputExtractionProcedureWrapperAdapter
 
marshal(IExtractorTaskExtractionProcedure) - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorTaskExtractionProcedureAdapter
 
marshal(IRemoveFactsQuery) - Method in class com.activeviam.signoff.core.export.extractor.jaxb.impl.RemoveFactsQueryAdapter
 
marshal(ISearchFactsQuery) - Method in class com.activeviam.signoff.core.export.extractor.jaxb.impl.SearchFactsQueryAdapter
 
marshal(List<IExtractorOutputColumn>) - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputColumnsWrapperAdapter
 
marshal(Locale) - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.LocaleAdapter
 
MAX_CSV_RESULTS_PROP - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
The configuration property for the maximum number of lines in a CSV export file.
MAX_THREAD_POOL_SIZE_PROP - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
The configuration property for the store-level thread pool size.
MDX - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
MDX_TEMPLATE_PROP - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
The configuration property for the file name of the MDX query template.
MdxQueryExtractorTask - Class in com.activeviam.signoff.core.export.extractor.pivot.task.impl
Data Extraction Service task for MDX Query operation.
MdxQueryExtractorTask(String, IExtractorOrder, String, String, boolean, Authentication, IActivePivotManager, IQueriesService) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.impl.MdxQueryExtractorTask
Default constructor.
MdxQueryExtractorTask.TupleLocation - Class in com.activeviam.signoff.core.export.extractor.pivot.task.impl
Helps to transform an ITuple object to a ILocation.
MDXQueryFiller - Class in com.activeviam.signoff.core.export.templating.impl
Implementation of the filler object for an MDX query to be used in the cube export template.
MDXQueryFiller(String, List<ICubeFilterDefinition>, List<ICubeLevelDefinition>, List<ICubeMeasureDefinition>) - Constructor for class com.activeviam.signoff.core.export.templating.impl.MDXQueryFiller
 
MEASURE - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
MEASURE_HEADERS_PROP - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
The configuration property for measure headers.
MeasureExtractorOutputColumn - Class in com.activeviam.signoff.core.export.extractor.pivot.order.impl
Implementation for a Data Extraction Engine output column that maps to a particular measure retrieved during an aggregate query (e.g.
MeasureExtractorOutputColumn() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.order.impl.MeasureExtractorOutputColumn
 
MEASURES - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
MemoryExtractorOutput - Class in com.activeviam.signoff.core.export.extractor.pivot.order.impl
Default bean representing a Data Extraction Engine output keeping the data in memory.
MemoryExtractorOutput(String) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.order.impl.MemoryExtractorOutput
 
MemoryExtractorOutput(String, AExtractorOutput) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.order.impl.MemoryExtractorOutput
 
merge(String, boolean, String) - Method in interface com.activeviam.signoff.adjustments.service.IStoreAdjustmentService
Merge a sign-off branch into the master branch
merge(String, boolean, String) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentService
 
merge(String, String, boolean, String) - Method in interface com.activeviam.signoff.adjustments.service.IStoreAdjustmentService
Merge a sign-off branch into another branch
merge(String, String, boolean, String) - Method in interface com.activeviam.signoff.adjustments.store.IStoreAdjustmentSubmissionService
Merge a branch into another branch
merge(String, String, boolean, String) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentService
 
merge(String, String, boolean, String) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentSubmissionService
 
MultipleResultFileOutputHandler - Class in com.activeviam.signoff.core.export.extractor.pivot.output.impl
Manage the writing of data rows (given by blocks) into one or multiple (if necessary) zipped CSV files.
MultipleResultFileOutputHandler(IExtractorOrder, PivotDefinitionHelper, String, String, String, int) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.output.impl.MultipleResultFileOutputHandler
Default constructor.

N

NAME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
NAMESPACE - Static variable in class com.activeviam.signoff.example.cfg.SignOffRestConfig
 
newMessage(T) - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory.SignOffMessageChannel
 
newTaskFor(Callable<T>) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorThreadPoolExecutor
 
NONE - com.activeviam.signoff.core.export.extractor.file.impl.CompressionType
 
NORMAL - com.activeviam.signoff.core.export.extractor.pivot.order.ExtractorOrderPriority
Order has normal priority.
NOT_STARTED - Static variable in class com.activeviam.signoff.core.mandate.constants.MandateStatusConstants
 
NOTEQ - Static variable in class com.activeviam.signoff.core.mandate.constants.ConditionsConstants
 
notificationService - Variable in class com.activeviam.signoff.example.service.impl.MandateService
 
notificationService() - Method in class com.activeviam.signoff.example.cfg.SignOffConfig
 
NotificationService - Class in com.activeviam.signoff.example.service.impl
Implementation of notification service
NotificationService() - Constructor for class com.activeviam.signoff.example.service.impl.NotificationService
 
notifyApproval(IMandate, IMandateStatus, IMandateStatus) - Method in interface com.activeviam.signoff.core.service.INotificationService
Notification of approval
notifyApproval(IMandate, IMandateStatus, IMandateStatus) - Method in class com.activeviam.signoff.example.service.impl.NotificationService
 
notifyCancel(IMandate, IMandateStatus, IMandateStatus) - Method in interface com.activeviam.signoff.core.service.INotificationService
Notification of cancellation
notifyCancel(IMandate, IMandateStatus, IMandateStatus) - Method in class com.activeviam.signoff.example.service.impl.NotificationService
 
notifyPending(IMandate, IMandateStatus, IMandateStatus) - Method in interface com.activeviam.signoff.core.service.INotificationService
Notification of pending state
notifyPending(IMandate, IMandateStatus, IMandateStatus) - Method in class com.activeviam.signoff.example.service.impl.NotificationService
 
notifyRejection(IMandate, IMandateStatus, IMandateStatus) - Method in interface com.activeviam.signoff.core.service.INotificationService
Notification of rejection
notifyRejection(IMandate, IMandateStatus, IMandateStatus) - Method in class com.activeviam.signoff.example.service.impl.NotificationService
 
notifyRollback(IMandate, IMandateStatus, IMandateStatus) - Method in interface com.activeviam.signoff.core.service.INotificationService
Notification of roll-back
notifyRollback(IMandate, IMandateStatus, IMandateStatus) - Method in class com.activeviam.signoff.example.service.impl.NotificationService
 
NOTSTARTED - Static variable in class com.activeviam.signoff.core.mandate.constants.MandateExportStatusConstants
 

O

onCommitFailure(DatastoreTransactionException) - Method in class com.activeviam.signoff.core.utils.SignOffTransactionExceptionHandler
 
onExceptionInInstructions(DatastoreTransactionException) - Method in class com.activeviam.signoff.core.utils.SignOffTransactionExceptionHandler
 
onRollbackFailure(DatastoreTransactionException) - Method in class com.activeviam.signoff.core.utils.SignOffTransactionExceptionHandler
 
onStartFailure(DatastoreTransactionException) - Method in class com.activeviam.signoff.core.utils.SignOffTransactionExceptionHandler
 
onTaskStatusChanged(IExtractorTaskStatusChangeEvent) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskStatusListener
Called upon task status update.
onTaskStatusChanged(IExtractorTaskStatusChangeEvent) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.AuditingExtractorTaskStatusListener
 
onTaskStatusChanged(IExtractorTaskStatusChangeEvent) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.LoggingExtractorTaskStatusListener
 
open(Instant, String) - Method in interface com.activeviam.signoff.core.audit.IAuditable
Method that creates a new entry
open(Instant, String) - Method in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
operationType - Variable in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
operator - Variable in class com.activeviam.signoff.core.mandate.impl.MandateScope
 
OPERATOR - Static variable in class com.activeviam.signoff.core.mandate.utils.ConditionsUtil
 
order - Variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
ORDER_DESCRIPTION - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
ORDER_NAME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
outputHandler - Variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
overwrittenParsers(Map<String, IParser<?>>) - Method in class com.activeviam.signoff.example.serialization.CompositeDatastoreServiceStoreMetadata.Builder
 
OWNERS - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 

P

parameters - Variable in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
PARENT_CHILD_STORE_NAME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
PARENT_ID - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
parentChildStoreDescription() - Static method in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
parseAsOfDateHierarchyDescription(String) - Static method in class com.activeviam.signoff.example.service.impl.CubeAdjustmentService
 
parseConditionFromScopes(List<IMandateScope>) - Static method in class com.activeviam.signoff.core.export.templating.utils.TemplateUtils
Parses a recursive IDatastoreConditionDefinition object from a list of scopes defined for a mandate.
parseConditionString(String, SchemaHelper) - Static method in class com.activeviam.signoff.core.mandate.utils.ConditionsUtil
Instantiate an list of MandateScope from a String with the following format: "fieldName=abc|operator=OP|fieldValues=A@B||fieldName=def|operator=OP|fieldValues=C@D"
parseConditionString(String, String) - Method in class com.activeviam.signoff.core.mandate.impl.MandateScopeManager
Parse a string representing a condition into a list of mandate scopes
parseDateHierarchies(String) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
The string should contain entries separated by a comma, with the pattern "Domain::Hierarchy@Dimension".
parseDateString(String, String) - Static method in class com.activeviam.signoff.core.utils.SignOffDateUtils
Parse string representation of a date into a LocalDate
parseFiltersFromScopes(List<IMandateScope>) - Static method in class com.activeviam.signoff.core.export.templating.utils.TemplateUtils
Parses a list of filters out of a list of scopes defined for a mandate.
parseHierarchiesToExcludeDescriptions(String) - Static method in class com.activeviam.signoff.example.service.impl.CubeAdjustmentService
 
parseMandateScopeConditions(Set<MandateScopeCondition>) - Static method in class com.activeviam.signoff.core.mandate.utils.ConditionsUtil
Converts mandate scope conditions into a String (for storage in a database)
parseSkippedHierarchies(String) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Parses a property string for skipped hierarchies and creates a map by domain.
PENDING - com.activeviam.signoff.core.export.extractor.pivot.task.exec.ExtractorTaskStatus
Task is pending for execution.
PENDING - Static variable in class com.activeviam.signoff.core.mandate.constants.MandateStatusConstants
 
PIPE - Static variable in class com.activeviam.signoff.core.mandate.utils.ConditionsUtil
 
pivot - Variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
PIVOT_ID - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
PIVOT_IDS - Static variable in class com.activeviam.signoff.example.constants.SignOffProperties
 
pivotDefinitionHelper - Variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
PivotDefinitionHelper - Class in com.activeviam.signoff.core.export.extractor.pivot.task.impl
Helper allowing to validate and retrieve the level and measure definitions from a cube
PivotDefinitionHelper(IMultiVersionActivePivot, IExtractorOrder) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.impl.PivotDefinitionHelper
 
pivotId - Variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
PLUGIN_KEY - Static variable in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeLevelAdjustmentHandler
plugin key
PLUGIN_KEY - Static variable in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeLevelAdjustmentStream
plugin key
PLUGIN_KEY - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.SimpleMemoryOutputHandler
 
PLUGIN_KEY - Static variable in class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
 
PLUGIN_KEY - Static variable in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
pluginKey - Variable in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputExtractionProcedureWrapper
 
postponeShutdown(ImportTaskInstanceByIdDTO) - Method in class com.activeviam.signoff.example.rest.impl.ImportRestService
 
PREVIOUS_VALUE - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
process(List<AggregateDTO>) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskExtractionProcedure
Process Get aggregates query results
process(Map<ILocation, Map<String, Object>>) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.task.exec.IExtractorTaskExtractionProcedure
Process MDX query results
processAddedRecordsEvent(AddedRecordsDatabaseEvent) - Method in class com.activeviam.signoff.example.source.impl.SignOffDatabaseEventListeners
 
processCalculatedMeasures(IExtractorOrder) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.PivotDefinitionHelper
 
processDeletedRecordsEvent(DeletedRecordsDatabaseEvent) - Method in class com.activeviam.signoff.example.source.impl.SignOffDatabaseEventListeners
 
processReplies(Collection<IBroadcastResult<List<Object[]>>>) - Method in class com.activeviam.signoff.core.export.extractor.pivot.dist.message.impl.RetrieveSearchFactQueryResultsMessage
 
processUpdatedRecordsEvent(UpdatedRecordsDatabaseEvent) - Method in class com.activeviam.signoff.example.source.impl.SignOffDatabaseEventListeners
 
properties - Variable in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputExtractionProcedureWrapper
 
propertySourcesPlaceholderConfigurer() - Static method in class com.activeviam.signoff.example.cfg.SignOffConfig
 
publish(IStoreMessage<? extends String, ?>, List<Object[]>) - Method in class com.activeviam.signoff.example.source.publishers.impl.MandateTuplePublisher
 

Q

queriesService - Variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.ALocationsQueryExtractorTask
 
queriesServiceDelegate - Variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
The core queries service delegate.
QUERIESSVC_ENHANCED_DT_ALREADY_RUNNING_FOR_SAME_USER - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.impl.EnhancedDrillthroughLogMessages
 
QUERIESSVC_ENHANCED_DT_NOAUTH_CANCEL_ATTEMPT - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.impl.EnhancedDrillthroughLogMessages
 
QUERIESSVC_FACTSEARCH_TRUNCATED_RESULTS - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.impl.EnhancedDrillthroughLogMessages
 
QUERIESSVC_MANDATORY_PROP_NOT_SET - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.impl.EnhancedDrillthroughLogMessages
 
QUERIESSVC_PROP_IS_INVALID - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.impl.EnhancedDrillthroughLogMessages
 
QUERIESSVC_REMOVEFACT_INVALID_EXPRESSION - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.impl.EnhancedDrillthroughLogMessages
 
QUERIESSVC_REMOVEFACT_MISSING_REFERENCE_FIELDS - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.impl.EnhancedDrillthroughLogMessages
 
QUERIESSVC_REMOVEFACT_NO_SCHEMA_FOUND - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.impl.EnhancedDrillthroughLogMessages
 
QUERIESSVC_SEARCHFACT_DIST_MESSAGE_FAILED - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.impl.EnhancedDrillthroughLogMessages
 
QUERIESSVC_SEARCHFACT_DIST_MESSAGE_MAX_RESULT - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.impl.EnhancedDrillthroughLogMessages
 
QUERIESSVC_SEARCHFACT_NO_SCHEMA_FOUND - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.impl.EnhancedDrillthroughLogMessages
 
QUERIESSVC_SEARCHFACT_UNKNOWN_SCHEMA_FIELD - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.impl.EnhancedDrillthroughLogMessages
 
QUERIESSVC_SEARCHFACT_UNKNOWN_SCHEMA_FIELDS - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.impl.EnhancedDrillthroughLogMessages
 
QUERIESSVC_SUBMIT_TASK_EXC - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.impl.EnhancedDrillthroughLogMessages
 
QUERIESSVC_SUBMIT_TASK_SUCCESS - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.impl.EnhancedDrillthroughLogMessages
 
QUERIESSVC_TASK_ACCESS_NOT_ALLOWED - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.impl.EnhancedDrillthroughLogMessages
 
QueueConfigDTO - Class in com.activeviam.signoff.example.rest.dto.impl.exports
Implementation of the representation of the queue configuration.
QueueConfigDTO() - Constructor for class com.activeviam.signoff.example.rest.dto.impl.exports.QueueConfigDTO
 
QueueConfigDTO(int, int, long) - Constructor for class com.activeviam.signoff.example.rest.dto.impl.exports.QueueConfigDTO
 
QUEUED - Static variable in class com.activeviam.signoff.core.mandate.constants.MandateExportStatusConstants
 
QueueDescriptionDTOResponse - Class in com.activeviam.signoff.example.service.impl.rest.response.exports
A response for services exposing the current status of the export order.
QueueDescriptionDTOResponse() - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.exports.QueueDescriptionDTOResponse
 
QueueDescriptionDTOResponse(String[], QueueConfigDTO, String) - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.exports.QueueDescriptionDTOResponse
 

R

raisePriority(ExportTaskPriorityChangeDTO) - Method in class com.activeviam.signoff.example.rest.impl.ExportRestService
Moves the given tasks to the front of the queue.
readExternal(ObjectInput) - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughResultFileInfoDTO
 
readExternal(ObjectInput) - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughTaskInfoDTO
 
readExternal(ObjectInput) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorResultFileInfoDTO
 
readExternal(ObjectInput) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
readExternal(ObjectInput) - Method in class com.activeviam.signoff.core.export.extractor.pivot.dist.message.impl.RetrieveSearchFactQueryResultsMessage
 
registerRESTfulServiceRegistry(ASpringRestServerConfig.RESTfulServiceRegistry) - Method in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionRestServicesConfig
 
registerRESTfulServiceRegistry(ASpringRestServerConfig.RESTfulServiceRegistry) - Method in class com.activeviam.signoff.example.rest.impl.ConflictRestServiceConfig
 
registerRESTfulServiceRegistry(ASpringRestServerConfig.RESTfulServiceRegistry) - Method in class com.activeviam.signoff.example.rest.impl.CubeAdjustmentRestServiceConfig
 
registerRESTfulServiceRegistry(ASpringRestServerConfig.RESTfulServiceRegistry) - Method in class com.activeviam.signoff.example.rest.impl.ExportRestServiceConfig
 
registerRESTfulServiceRegistry(ASpringRestServerConfig.RESTfulServiceRegistry) - Method in class com.activeviam.signoff.example.rest.impl.ImportRestServiceConfig
 
registerRESTfulServiceRegistry(ASpringRestServerConfig.RESTfulServiceRegistry) - Method in class com.activeviam.signoff.example.rest.impl.MandateRestServiceConfig
 
registerRESTfulServiceRegistry(ASpringRestServerConfig.RESTfulServiceRegistry) - Method in class com.activeviam.signoff.example.rest.impl.StoreAdjustmentRestServiceConfig
 
rejectApprovalMandate(MandateDTO) - Method in class com.activeviam.signoff.example.rest.impl.MandateRestService
Reject mandate approval from DTO
REJECTED - Static variable in class com.activeviam.signoff.core.mandate.constants.MandateExportStatusConstants
 
REJECTED - Static variable in class com.activeviam.signoff.core.mandate.constants.MandateStatusConstants
 
rejectMandate(String, String, String) - Method in interface com.activeviam.signoff.core.service.IMandateService
Rejection method
rejectMandate(String, String, String) - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
reload(String) - Method in interface com.activeviam.signoff.example.source.IMandateAndAdjustmentReload
Reload mandates and adjustments for a given as of date
reload(String) - Method in class com.activeviam.signoff.example.source.impl.MandateAndAdjustmentReload
 
remove(String) - Method in interface com.activeviam.signoff.core.audit.IAuditDAO
Removes an object from the DAO and database entirely.
remove(String) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
REMOVE - com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentOperationType
 
removeAll(List<String>) - Method in interface com.activeviam.signoff.core.audit.IAuditDAO
Removes a list of objects from the DAO and database entirely.
removeAll(List<String>) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
RemoveFactsQuery - Class in com.activeviam.signoff.core.export.extractor.query.impl
Basic implentation for IRemoveFactsQuery contract.
RemoveFactsQuery() - Constructor for class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
 
RemoveFactsQuery(String, String, String, IFilterDescription) - Constructor for class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
Default constructor.
RemoveFactsQuery(String, String, String, IFilterDescription, int) - Constructor for class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
Alternative constructor.
RemoveFactsQuery(String, String, String, HashMap<String, List<String>>) - Constructor for class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
Alternative constructor that generates the appropriate IFilterDescription based on the specified criteria map.
RemoveFactsQueryAdapter - Class in com.activeviam.signoff.core.export.extractor.jaxb.impl
Adapter for custom JAXB (un/)marshaling between a RemoveFactsQuery and a IRemoveFactsQuery.
RemoveFactsQueryAdapter() - Constructor for class com.activeviam.signoff.core.export.extractor.jaxb.impl.RemoveFactsQueryAdapter
 
RemoveFactsQueryExtractorTask - Class in com.activeviam.signoff.core.export.extractor.pivot.task.impl
Extractor task for executing a RemoveFactsQuery.
RemoveFactsQueryExtractorTask(String, IExtractorOrder, Authentication, IActivePivotManager, ILocalEnhancedDrillthroughService) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.impl.RemoveFactsQueryExtractorTask
Default constructor.
removeTaskIdFromMap(String) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Removes a task ID from the map as it is no longer valid.
requestApproval(MandateDTO) - Method in class com.activeviam.signoff.example.rest.impl.MandateRestService
Request approval for mandate from DTO
requestApproval(String, String, String) - Method in interface com.activeviam.signoff.core.service.IMandateService
Approval request method
requestApproval(String, String, String) - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
REQUESTED - Static variable in class com.activeviam.signoff.core.mandate.constants.MandateExportStatusConstants
 
Response - Class in com.activeviam.signoff.example.service.impl.rest.response
Class that all response should extends in order to have the good form.
Response(String) - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.Response
Default constructor.
retrieveAdjustableMeasures(Environment, String) - Static method in class com.activeviam.signoff.example.cfg.CubeLevelAdjustedMeasuresBuilder
 
retrieveAsOfDateLevelDescription(Environment, String) - Static method in class com.activeviam.signoff.example.cfg.CubeLevelAdjustedMeasuresBuilder
 
retrieveDatabaseAsOfDatePattern(Environment) - Static method in class com.activeviam.signoff.example.cfg.CubeLevelAdjustedMeasuresBuilder
 
retrieveDomainHierarchiesDescriptions(Environment, String) - Static method in class com.activeviam.signoff.example.cfg.CubeLevelAdjustedMeasuresBuilder
 
retrieveEnhancedDrillthroughResult() - Method in interface com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.IEnhancedDrillthroughService
retrieveEnhancedDrillthroughResult() - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
retrieveHierarchiesToExcludeDescriptions(Environment, String) - Static method in class com.activeviam.signoff.example.cfg.CubeLevelAdjustedMeasuresBuilder
 
retrievePivotIds(Environment) - Static method in class com.activeviam.signoff.example.cfg.CubeLevelAdjustedMeasuresBuilder
 
RetrieveSearchFactQueryResultsMessage - Class in com.activeviam.signoff.core.export.extractor.pivot.dist.message.impl
Message implementation for a distributed retrieval operation of the search fact query results
RetrieveSearchFactQueryResultsMessage() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.dist.message.impl.RetrieveSearchFactQueryResultsMessage
 
RetrieveSearchFactQueryResultsMessage(IActivePivotContext, String, ISearchFactsQuery) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.dist.message.impl.RetrieveSearchFactQueryResultsMessage
 
ROLLBACK - Static variable in class com.activeviam.signoff.core.mandate.constants.MandateStatusConstants
 
rollbackMandate(IMandateStatus) - Method in class com.activeviam.signoff.example.service.impl.SignOffDatastoreService
Roll-back mandate
rollBackSignOff(MandateDTO) - Method in class com.activeviam.signoff.example.rest.impl.MandateRestService
Roll-back mandate from DTO
rollBackSignOff(String, String, String) - Method in interface com.activeviam.signoff.core.service.IMandateService
Roll-back method
rollBackSignOff(String, String, String) - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
run() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorFutureTask
 
run() - Method in class com.activeviam.signoff.example.source.impl.SignOffRealTimeFeed
 
RUNNING - com.activeviam.signoff.core.export.extractor.pivot.task.exec.ExtractorTaskStatus
Task execution is ongoing.

S

sanitiseForFilename(String) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Sanitises a string for inclusion in a Windows filename.
saveAudit(IExtractorTaskInfo, ExtractorTaskStatus, IMandateStatusDAO) - Method in class com.activeviam.signoff.example.service.impl.ExportAuditService
 
saveExportFileAudit(IFileExtractorTaskResultFileInfo, String) - Method in interface com.activeviam.signoff.core.service.IExportAuditService
Export task file info creation method
saveExportFileAudit(IFileExtractorTaskResultFileInfo, String) - Method in class com.activeviam.signoff.example.service.impl.ExportAuditService
 
saveExportTaskAudit(IExtractorTaskInfo, ExtractorTaskStatus, IMandateStatusDAO) - Method in interface com.activeviam.signoff.core.service.IExportAuditService
Export task creation method
saveExportTaskAudit(IExtractorTaskInfo, ExtractorTaskStatus, IMandateStatusDAO) - Method in class com.activeviam.signoff.example.service.impl.ExportAuditService
 
SCHEMA_NAME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
SCHEMA_NAMES - Static variable in class com.activeviam.signoff.example.constants.SignOffProperties
 
SchemaHelper - Class in com.activeviam.signoff.core.mandate.utils
Helper class for mandate scopes
SchemaHelper(IDatastore, IActivePivotManager, String) - Constructor for class com.activeviam.signoff.core.mandate.utils.SchemaHelper
 
schemaHelperMap - Variable in class com.activeviam.signoff.core.mandate.impl.MandateScopeManager
 
SCOPE - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
searchFactQuery - Variable in class com.activeviam.signoff.core.export.extractor.pivot.dist.message.impl.RetrieveSearchFactQueryResultsMessage
 
SearchFactsQuery - Class in com.activeviam.signoff.core.export.extractor.query.impl
Basic implementation for ISearchFactsQuery contract.
SearchFactsQuery() - Constructor for class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
SearchFactsQuery(int) - Constructor for class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
SearchFactsQuery(String, String, String, IFilterDescription) - Constructor for class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
Default constructor.
SearchFactsQuery(String, String, String, IFilterDescription, int) - Constructor for class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
Alternative constructor.
SearchFactsQuery(String, String, String, IFilterDescription, List<String>) - Constructor for class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
Alternative constructor.
SearchFactsQuery(String, String, String, IFilterDescription, List<String>, int) - Constructor for class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
Alternative constructor.
SearchFactsQuery(String, String, String, HashMap<String, List<String>>) - Constructor for class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
Alternative constructor that generates the appropriate IFilterDescription based on the specified criteria map.
SearchFactsQuery(String, String, String, HashMap<String, List<String>>, int) - Constructor for class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
Alternative constructor that generates the appropriate IFilterDescription based on the specified criteria map.
SearchFactsQueryAdapter - Class in com.activeviam.signoff.core.export.extractor.jaxb.impl
Adapter for custom JAXB (un/)marshaling between a SearchFactsQuery and a ISearchFactsQuery.
SearchFactsQueryAdapter() - Constructor for class com.activeviam.signoff.core.export.extractor.jaxb.impl.SearchFactsQueryAdapter
 
SearchFactsQueryExtractorTask - Class in com.activeviam.signoff.core.export.extractor.pivot.task.impl
Extractor task for executing a SearchFactsQuery.
SearchFactsQueryExtractorTask(String, IExtractorOrder, String, String, boolean, Authentication, IActivePivotManager, IEnhancedDrillthroughService) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.impl.SearchFactsQueryExtractorTask
Default constructor.
securityFacade - Variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
 
SecurityUtils - Class in com.activeviam.signoff.core.mandate.utils
Util class for security
SecurityUtils() - Constructor for class com.activeviam.signoff.core.mandate.utils.SecurityUtils
 
selectedFields - Variable in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ASetStoreStream
 
send(IMessage<T, Object>) - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory.SignOffMessageChannel
 
sendMessage(T, Collection<? extends Object>) - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory.SignOffMessageChannel
 
serialize(StoreAdjustmentDiff, JsonGenerator, SerializerProvider) - Method in class com.activeviam.signoff.example.serialization.StoreAdjustmentDiffSerializer
 
serialize(ICondition, JsonGenerator, SerializerProvider) - Method in class com.activeviam.signoff.example.serialization.ConditionSerializer
 
serialize(IVector, JsonGenerator, SerializerProvider) - Method in class com.activeviam.signoff.example.serialization.VectorSerializer
 
serializeStoreAdjustmentDefinition(List<IStoreAdjustmentDefinition>) - Static method in class com.activeviam.signoff.adjustments.core.util.StoreAdjustmentSerializationUtils
 
serializeStoreAdjustmentDiff(StoreAdjustmentDiff) - Static method in class com.activeviam.signoff.adjustments.core.util.StoreAdjustmentSerializationUtils
 
serialVersionUID - Static variable in class com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentUpdateWhere
 
serialVersionUID - Static variable in class com.activeviam.signoff.example.mandate.datastore.impl.MandateUpdateWhereProcedure
 
ServiceUtils - Class in com.activeviam.signoff.core.utils
Helper class containing methods for the Export and Audit services.
ServiceUtils() - Constructor for class com.activeviam.signoff.core.utils.ServiceUtils
 
sessionFactory - Variable in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
sessionFactory() - Method in class com.activeviam.signoff.example.cfg.SignOffHibernateConfig
 
setAdjustmentId(String) - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.UpdateCubeAdjustmentDTO
 
setAdjustmentId(String) - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.UpdateStoreAdjustmentDTO
Set the id of the adjustment
setAdjustmentId(String) - Method in interface com.activeviam.signoff.adjustments.rest.dto.IUpdateCubeAdjustmentDTO
Set the id of the cube-level adjustment to update
setAdjustmentId(String) - Method in interface com.activeviam.signoff.adjustments.rest.dto.IUpdateStoreAdjustmentDTO
Set the id of the store adjustment to update
setAggregatedExportStatus(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Set aggregated export status.
setAggregatedExportStatus(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
setAggregatedTaskId(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Set the aggregated export task id for the mandate
setAggregatedTaskId(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
setApprovers(Set<String>) - Method in interface com.activeviam.signoff.core.mandate.IMandate
Set the set of approvers for the mandate.
setApprovers(Set<String>) - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Set the set of approvers of the mandate.
setApprovers(Set<String>) - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
setApprovers(Set<String>) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
setAsNew() - Method in interface com.activeviam.signoff.core.audit.IAuditable
Method used specifically for updates; for instance you can set the id of the entry to 'null' so that a new id is generated when the update entry is created.
setAsNew() - Method in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
setAsOfDate(String) - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Sets the as of date for which the export has been performed.
setAsOfDate(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Set the as of date string representation.
setAsOfDate(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Sets the as of date.
setAsOfDate(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskCreationDTO
Sets the as of date for the export.
setAsOfDate(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskDescriptionDTO
Sets the as of date.
setAsOfDate(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskDataDeletionResultDTO
Sets the as of date that was deleted from the instance.
setAsOfDate(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Return the as of date of the data loaded in the instance.
setAsOfDate(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskLoadDescriptionDTO
Sets the as of date.
setAsOfDate(String) - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
setAsOfDate(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
setAsOfDate(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Sets the as of date.
setAsOfDate(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskCreationDTO
Sets the as of date for the export.
setAsOfDate(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskDescriptionDTO
Sets the as of date that is exported.
setAsOfDate(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionResultDTO
Sets the as of date that was deleted from the instance.
setAsOfDate(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Return the as of date of the data loaded in the instance.
setAsOfDate(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskLoadDescriptionDTO
Sets the as of date.
setAsOfDate(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.MandateDTO
 
setAsOfDate(String) - Method in class com.activeviam.signoff.example.service.impl.rest.response.mandate.MandateResponse
Set the asOfDate of this response.
setAsOfDateForTaskId(String, String) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Sets the as of date associated with a task ID.
setAsOfDates(Set<String>) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskCreationDTO
Sets the as of dates for the import.
setAsOfDates(Set<String>) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskDataDeletionDTO
Sets the as of dates for the data deletion.
setAsOfDates(Set<String>) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskCreationDTO
Sets the as of dates for the import.
setAsOfDates(Set<String>) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionDTO
Sets the as of dates for the data deletion.
setAttemptedDataDeletions(Set<ImportTaskDataDeletionResultDTO>) - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskDataDeletionDTOResponse
Sets the set of attempted deletions based on the initial request, and their results.
setAttributes(List<String>) - Method in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
setAttributes(List<String>) - Method in interface com.activeviam.signoff.core.export.extractor.query.ISearchFactsQuery
setBaseBranch(String) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
setBaseBranch(String) - Method in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
Set the branch where retrieve the data
setBranch(String) - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
setBranch(String) - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
setBranch(String) - Method in class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
 
setBranch(String) - Method in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
setBranch(String) - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreQueryTemplateFiller
Sets the branch on which the export task will be performed.
setBranch(String) - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
Sets the branch on which the export task will be performed.
setBranch(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Set the sign-off branch name
setBranch(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
setCalculatedColumns(Class<T>, String, List<IColumnCalculator<Object>>) - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory
 
setCause(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskLoadDescriptionDTO
Sets the cause for the failure of the load request.
setCause(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskLoadDescriptionDTO
Sets the cause for the failure of the load request.
setChildId(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateParentChild
 
setChildId(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateParentChildJPA
 
setClusterLimit(int) - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskInstanceDescriptionDTOResponse
Sets the maximum number of instances in the cluster.
setColumns(List<IExtractorOutputColumn>) - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputColumnsWrapper
 
setColumns(List<IExtractorOutputColumn>) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
 
setComment(String) - Method in interface com.activeviam.signoff.adjustments.core.IAdjustment
Set the comment of the adjustment
setComment(String) - Method in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
setComment(String) - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateAdjustmentDTO
Set the comment of the adjustment
setComment(String) - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.ACreateAdjustmentDTO
 
setComment(String) - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
setComment(String) - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
setComment(String) - Method in interface com.activeviam.signoff.core.mandate.IMandate
Set the comment of the mandate
setComment(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Set the mandate status comment
setComment(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskCreationDTO
Sets a commend for the export.
setComment(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskPriorityChangeDTO
Adds a comment to the priority change.
setComment(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskStatusChangeDTO
Adds a comment to the action.
setComment(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskCreationDTO
Sets a comment for the import.
setComment(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskDataDeletionDTO
Sets a comment for the task.
setComment(String) - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Set the comment of the mandate
setComment(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
setComment(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
setComment(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskCreationDTO
Sets a commend for the export
setComment(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskPriorityChangeDTO
Adds a comment to the priority change.
setComment(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskStatusChangeDTO
Adds a comment to the action.
setComment(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskCreationDTO
Sets a comment for the import.
setComment(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionDTO
Sets a comment for the task.
setComment(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
setComment(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.MandateDTO
 
setCompressionType(CompressionType) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
 
setCondition(IDatastoreConditionDefinition) - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreQueryTemplateFiller
Sets the condition that will be used in the datastore query.
setCondition(IDatastoreConditionDefinition) - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
Sets the condition that will be used in the datastore query.
setCondition(ICondition) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
setCondition(ICondition) - Method in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
Set the condition used to retrieve entries from a store that are to be impacted via the IStoreAdjustmentDefinition.updateEntries(Map) logic.
setConditionCompiler(JsonConditionCompiler) - Method in class com.activeviam.signoff.example.serialization.ConditionDeserializer
 
setConfiguration(QueueConfigDTO) - Method in class com.activeviam.signoff.example.service.impl.rest.response.exports.QueueDescriptionDTOResponse
Sets the configuration details of the order.
setContextValues(List<? extends IContextValue>) - Method in interface com.activeviam.signoff.core.export.extractor.query.IFactsQuery
setContextValues(List<? extends IContextValue>) - Method in class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
 
setContextValues(List<? extends IContextValue>) - Method in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
setContextValues(List<String>) - Method in interface com.activeviam.signoff.core.export.templating.ICubeQueryTemplateFiller
Sets the context values to be used when querying the cube.
setContextValues(List<String>) - Method in class com.activeviam.signoff.core.export.templating.impl.CubeQueryTemplateFiller
Sets the context values to be used when querying the cube.
setCount(long) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceMetadataDTO
Sets the number of facts loaded in the instance.
setCount(long) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskLoadDetailsDTO
Sets the number of facts loaded.
setCount(long) - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskInstanceMetadataDTO
Sets the number of facts loaded in the instance.
setCount(long) - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskLoadDetailsDTO
Sets the number of facts loaded.
setCreated(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Sets the timestamp of the instance creation.
setCreated(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Sets the timestamp of the instance creation.
setCreator(String) - Method in interface com.activeviam.signoff.core.audit.IAuditable
Set the creator of the record
setCreator(String) - Method in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
setCreatorRole(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Sets the role of the creator of the task.
setCreatorRole(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Sets the role of the instance creator.
setCreatorRole(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Sets the role of the creator of the task.
setCreatorRole(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Sets the role of the instance creator.
setCreatorUsername(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Sets the username of the creator of the task.
setCreatorUsername(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Sets the username of the instance creator.
setCreatorUsername(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Sets the username of the creator of the task.
setCreatorUsername(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Sets the username of the instance creator.
setCSVSeparator(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
 
setCSVSeparator(String) - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreQueryTemplateFiller
Sets the CSV separator that will be used in the exported file.
setCSVSeparator(String) - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
Sets the CSV separator that will be used in the exported file.
setCubeAdjustmentDAO(ICubeAdjustmentDAO) - Method in class com.activeviam.signoff.example.service.impl.CubeAdjustmentService
 
setCubeExportStatus(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Set cube export status.
setCubeExportStatus(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
setCubeLevels(List<ICubeLevelDefinition>) - Method in interface com.activeviam.signoff.core.export.templating.IMDXQueryFiller
Sets the list of cube levels for the query.
setCubeLevels(List<ICubeLevelDefinition>) - Method in class com.activeviam.signoff.core.export.templating.impl.MDXQueryFiller
Sets the list of cube levels for the query.
setCubeName(String) - Method in interface com.activeviam.signoff.core.export.templating.IMDXQueryFiller
Sets the name of the cube for the query.
setCubeName(String) - Method in class com.activeviam.signoff.core.export.templating.impl.MDXQueryFiller
Sets the name of the cube for the query.
setCubeTaskId(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Set the cube export task id for the mandate
setCubeTaskId(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
setCurrency(String) - Method in interface com.activeviam.signoff.adjustments.core.ICubeAdjustment
Set the adjustment currency
setCurrency(String) - Method in class com.activeviam.signoff.adjustments.core.impl.CubeAdjustmentJPA
 
setCurrency(String) - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateCubeAdjustmentDTO
Set the currency
setCurrency(String) - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.CreateCubeAdjustmentDTO
 
setData(Object) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.SimpleMemoryExtractorTaskResultInfo
 
setDataRawSize(String) - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Sets the raw size of the data exported by the extraction task.
setDataRawSize(String) - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughTaskInfoDTO
 
setDataRawSize(String) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
setDataRawSize(String) - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
setDataSetDescription(String) - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Sets the description of the dataset exported by the extraction task.
setDataSetDescription(String) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
setDataSetDescription(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTaskResultInfo
 
setDataSetDescription(String) - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
setDatastore(IDatastore) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ACubeLevelAdjustmentPostProcessor
Datatore setter
setDatastore(IDatastore) - Method in class com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentEngine
 
setDatastore(IDatastore) - Method in class com.activeviam.signoff.example.conflict.impl.ConflictManager
 
setDatastore(IDatastore) - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
setDatastore(IDatastore) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentService
 
setDatastore(IDatastore) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentSubmissionService
 
setDatastoreService(SignOffDatastoreService) - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
setDataType(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskLoadDetailsDTO
Sets the data type of the load.
setDataType(String) - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskLoadDetailsDTO
Sets the data type of the load.
setDefinitionName(String) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
setDefinitionName(String) - Method in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
Set the name of the definition
setDefinitions(List<IStoreAdjustmentDefinition>) - Method in class com.activeviam.signoff.adjustments.core.impl.StoreAdjustmentJPA
 
setDefinitions(List<IStoreAdjustmentDefinition>) - Method in interface com.activeviam.signoff.adjustments.core.IStoreAdjustment
Set the list of store adjustment definitions
setDefinitions(List<IStoreAdjustmentDefinition>) - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateStoreAdjustmentDTO
Set the list of adjustment definitions
setDefinitions(List<IStoreAdjustmentDefinition>) - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.CreateStoreAdjustmentDTO
Set the definitions associated to the store adjustment
setDefinitions(List<IStoreAdjustmentDefinition>) - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
setDefinitions(List<IStoreAdjustmentDefinition>) - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
setDescription(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Sets the instance description.
setDescription(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceDescriptionDTO
Sets the description of the instance.
setDescription(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Sets the instance description.
setDescription(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceDescriptionDTO
Sets the description of the instance.
setDiff(StoreAdjustmentDiff) - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
setDiff(StoreAdjustmentDiff) - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
setDigest(String) - Method in interface com.activeviam.signoff.adjustments.core.ICubeAdjustment
Set the lcoation digest
setDigest(String) - Method in class com.activeviam.signoff.adjustments.core.impl.CubeAdjustmentJPA
 
setDimension(String) - Method in interface com.activeviam.signoff.core.export.templating.ICubeFilterDefinition
Sets the dimension to which the level belongs.
setDimension(String) - Method in interface com.activeviam.signoff.core.export.templating.ICubeLevelDefinition
Sets the dimension to which the level belongs.
setDimension(String) - Method in class com.activeviam.signoff.core.export.templating.impl.CubeFilterDefinition
Sets the dimension to which the level belongs.
setDimension(String) - Method in class com.activeviam.signoff.core.export.templating.impl.CubeLevelDefinition
Sets the dimension to which the level belongs.
setDimensionName(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.LevelExtractorOutputColumn
Set the dimension name.
setDomain(String) - Method in interface com.activeviam.signoff.core.mandate.IMandate
Set the domain to which the mandate belongs
setDomain(String) - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Set the domain
setDomain(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
setDomain(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
setDomainHierarchiesDescriptions(String) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeLevelAdjustmentHandler
 
setEnv(Environment) - Method in class com.activeviam.signoff.example.conflict.impl.ConflictManager
 
setEnv(Environment) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentSubmissionService
 
setExecutionDate(String) - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
setExecutionDate(String) - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
setExpires(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Sets the day and hour at which the instance will be shut down.
setExpires(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceDescriptionDTO
Sets the day and hour when the instance expires.
setExpires(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Sets the day and hour at which the instance will be shut down.
setExpires(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceDescriptionDTO
Sets the day and hour when the instance expires.
setExportAuditDAO(IExportAuditDAO) - Method in class com.activeviam.signoff.example.service.impl.ExportAuditService
 
setExportFileAuditDAO(IExportFileAuditDAO) - Method in class com.activeviam.signoff.example.service.impl.ExportAuditService
 
setExportsCompleted(long) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IQueueConfigDTO
Sets the number of exports that have been completed.
setExportsCompleted(long) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.QueueConfigDTO
Sets the number of exports that have been completed.
setExportService(IExportAuditService) - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
setExpression(String) - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreConditionDefinition
Sets the datastore schema field selection expression.
setExpression(String) - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreConditionDefinition
Sets the datastore schema field selection expression.
setExtractionProcedure(IExtractorTaskExtractionProcedure) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
 
setFacts(long) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskMetadataDTO
Sets the number of facts exported by this task.
setFacts(long) - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskMetadataDTO
Sets the number of facts exported by this task.
setFailedLoadRequests(Set<ImportTaskLoadDescriptionDTO>) - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskLoadRequestDTOResponse
Sets the descriptions of the loads that have failed to start.
setFieldName(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateScope
Set the name of the schema field
setFieldName(String) - Method in class com.activeviam.signoff.core.mandate.impl.MandateScope
 
setFields(List<IDatastoreFieldDefinition>) - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreQueryTemplateFiller
Sets the configuration of the fields that will be exported.
setFields(List<IDatastoreFieldDefinition>) - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
Sets the configuration of the fields that will be exported.
setFieldToTypeMap(Map<String, String>) - Method in class com.activeviam.signoff.example.serialization.SignOffDatastoreServiceStoreMetadata
 
setFieldValues(List<String>) - Method in interface com.activeviam.signoff.core.mandate.IMandateScope
Set the list of field values
setFieldValues(List<String>) - Method in class com.activeviam.signoff.core.mandate.impl.MandateScope
 
setFile(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Sets the file to which the data was exported.
setFile(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Sets the file to which the data was exported.
setFilenameRoot(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
 
setFilenameRoot(String) - Method in interface com.activeviam.signoff.core.export.templating.ICubeQueryTemplateFiller
Sets the root that will be used when creating the export filenames.
setFilenameRoot(String) - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreQueryTemplateFiller
Sets the root that will be used when creating the export filenames.
setFilenameRoot(String) - Method in class com.activeviam.signoff.core.export.templating.impl.CubeQueryTemplateFiller
Sets the root that will be used when creating the export filenames.
setFilenameRoot(String) - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
Sets the root that will be used when creating the export filenames.
setFilesInfo(List<IFileExtractorTaskResultFileInfo>) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.FileExtractorTaskResultInfo
 
setFilterDescription(IFilterDescription) - Method in class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
 
setFilterDescription(IFilterDescription) - Method in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
setFilters(List<ICubeFilterDefinition>) - Method in interface com.activeviam.signoff.core.export.templating.IMDXQueryFiller
Sets the list of filters for the query.
setFilters(List<ICubeFilterDefinition>) - Method in class com.activeviam.signoff.core.export.templating.impl.MDXQueryFiller
Sets the list of filters for the query.
setFirstResult(int) - Method in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
setFolder(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Sets the folder to which the data was exported.
setFolder(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Sets the folder to which the data was exported.
setFormat(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.MeasureExtractorOutputColumn
Set measure format.
setHasHeader(boolean) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
 
setHeader(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutputColumn
 
setHeader(String) - Method in interface com.activeviam.signoff.core.export.templating.ICubeLevelDefinition
Sets the header that will be used in the exported file.
setHeader(String) - Method in interface com.activeviam.signoff.core.export.templating.ICubeMeasureDefinition
Sets the header that will be used in the exported file.
setHeader(String) - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreFieldDefinition
Sets the header to be used in the export file, for the field.
setHeader(String) - Method in class com.activeviam.signoff.core.export.templating.impl.CubeLevelDefinition
Sets the header that will be used in the exported file.
setHeader(String) - Method in class com.activeviam.signoff.core.export.templating.impl.CubeMeasureDefinition
Sets the header that will be used in the exported file.
setHeader(String) - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreFieldDefinition
Sets the header to be used in the export file, for the field.
setHeaders(String[]) - Method in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.AOutputHandler
 
setHeaders(String[]) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.output.IOutputHandler
Modify the list of headers of the output handler
setHierarchy(String) - Method in interface com.activeviam.signoff.core.export.templating.ICubeFilterDefinition
Sets the hierarchy to which the level belongs.
setHierarchy(String) - Method in interface com.activeviam.signoff.core.export.templating.ICubeLevelDefinition
Sets the hierarchy to which the level belongs.
setHierarchy(String) - Method in class com.activeviam.signoff.core.export.templating.impl.CubeFilterDefinition
Sets the hierarchy to which the level belongs.
setHierarchy(String) - Method in class com.activeviam.signoff.core.export.templating.impl.CubeLevelDefinition
Sets the hierarchy to which the level belongs.
setHierarchyName(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.LevelExtractorOutputColumn
Set the hierarchy name.
setId(Object) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
setId(Object) - Method in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
Set the Id of the definition
setId(String) - Method in interface com.activeviam.signoff.core.audit.IAuditable
Set the unique id of the auditable object
setId(String) - Method in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
setId(String) - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Set the id of the mandate
setId(String) - Method in interface com.activeviam.signoff.core.rest.dto.mandate.IUpdateMandateDTO
Set the id of the mandate
setId(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
setId(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.UpdateMandateDTO
 
setIds(List<String>) - Method in class com.activeviam.signoff.example.source.events.impl.ASignOffDatabaseEvent
 
setImports(Set<ImportTaskLoadDetailsDTO>) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Sets the set of data loads completed on the instance.
setImports(Set<ImportTaskLoadDetailsDTO>) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Sets the set of data loads completed on the instance.
setInitialEpochId(long) - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Set the initial epoch id used for conflicts checking.
setInitialEpochId(long) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
setInstance(ImportTaskInstanceAuditDTO) - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskInstanceAuditDTOResponse
Sets the instance audit to be returned.
setInstance(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskDataDeletionResultDTO
Sets the instance id.
setInstance(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Sets the instance id.
setInstance(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceDescriptionDTO
Sets the id of the instance.
setInstance(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskLoadDescriptionDTO
Sets the instance id.
setInstance(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskRequestInstanceByIdDTO
Sets the instance id.
setInstance(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionResultDTO
Sets the instance id.
setInstance(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Sets the instance id.
setInstance(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceByIdDTO
Sets the instance id.
setInstance(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceDescriptionDTO
Sets the id of the instance.
setInstance(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskLoadDescriptionDTO
Sets the instance id.
setInstances(Set<ImportTaskInstanceDescriptionDTO>) - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskInstanceDescriptionDTOResponse
Sets the instance descriptions.
setIsAdjusted(boolean) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeAdjustedValue
Setter for the adjustment flag
setKeepOutputFileIfFailure(boolean) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
 
setKeyOfAdjustment(String) - Method in interface com.activeviam.signoff.adjustments.core.IAdjustment
Set the keyOfAdjustment of the adjustment
setKeyOfAdjustment(String) - Method in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
setKeyOfAdjustment(String) - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateAdjustmentDTO
Set the keyOfAdjustment
setKeyOfAdjustment(String) - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.ACreateAdjustmentDTO
 
setKeyOfAdjustment(String) - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
setKeyOfAdjustment(String) - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
setKpis(Set<String>) - Method in interface com.activeviam.signoff.core.mandate.IMandate
Sets the KPIs associated with the mandate.
setKpis(Set<String>) - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Set the KPIs of the mandate
setKpis(Set<String>) - Method in interface com.activeviam.signoff.core.rest.dto.mandate.IUpdateMandateDTO
Set the KPIs associated to the mandate
setKpis(Set<String>) - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
setKpis(Set<String>) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
setKpis(Set<String>) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.UpdateMandateDTO
 
setLabel(String) - Method in interface com.activeviam.signoff.adjustments.core.IAdjustment
Set the label of the adjustment
setLabel(String) - Method in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
setLabel(String) - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateAdjustmentDTO
Set the label
setLabel(String) - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.ACreateAdjustmentDTO
 
setLabel(String) - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
setLabel(String) - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
setLastChunkWritten(long) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Sets the last chunk that has been written as part of the data export.
setLastChunkWritten(long) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Sets the last chunk that has been written as part of the data export.
setLastEditorRole(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Sets the role of the last editor of the task.
setLastEditorRole(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Sets the role of the last editor of the task.
setLastEditorUsername(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Sets the username of the last editor of the task.
setLastEditorUsername(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Sets the username of the last editor of the task.
setLastStatusChange(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Sets the timestamp of the last change in status.
setLastStatusChange(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Sets the timestamp of the last change in status.
setLastUpdated(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskDescriptionDTO
Sets the timestamp of the last update.
setLastUpdated(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskDescriptionDTO
Sets the timestamp of the last update of the task.
setLevel(String) - Method in interface com.activeviam.signoff.core.export.templating.ICubeLevelDefinition
Sets the level name.
setLevel(String) - Method in class com.activeviam.signoff.core.export.templating.impl.CubeLevelDefinition
Sets the level name.
setLevelName(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.LevelExtractorOutputColumn
Set the level name.
setLevels(List<ICubeLevelDefinition>) - Method in interface com.activeviam.signoff.core.export.templating.ICubeQueryTemplateFiller
Sets the description of the levels that will be displayed in the export.
setLevels(List<ICubeLevelDefinition>) - Method in class com.activeviam.signoff.core.export.templating.impl.CubeQueryTemplateFiller
Sets the description of the levels that will be displayed in the export.
setLimit(long) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceMetadataDTO
Sets the maximum number of facts that can be loaded in the instance.
setLimit(long) - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskInstanceMetadataDTO
Sets the maximum number of facts that can be loaded in the instance.
setLinesCount(int) - Method in interface com.activeviam.signoff.core.export.auditing.files.IExportFileAudit
Sets the number of lines in the exported file.
setLinesCount(int) - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughResultFileInfoDTO
 
setLinesCount(int) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorResultFileInfoDTO
 
setLinesCount(int) - Method in class com.activeviam.signoff.example.export.auditing.files.ExportFileAuditJPA
 
setLiveFrom(String) - Method in interface com.activeviam.signoff.core.audit.IAuditable
Set the string representation of the live from date of the adjustment.
setLiveFrom(String) - Method in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
setLiveTo(String) - Method in interface com.activeviam.signoff.core.audit.IAuditable
Set the string representation of the live to date of the adjustment.
setLiveTo(String) - Method in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
setLoadDetails(ImportTaskLoadDetailsDTO) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskLoadDescriptionDTO
Sets the type of load performed.
setLoadDetails(ImportTaskLoadDetailsDTO) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskLoadDescriptionDTO
Sets the type of load performed.
setLoadType(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Sets the type of the data loaded in the instance.
setLoadType(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Sets the type of the data loaded in the instance.
setLocale(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
 
setLocale(Locale) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
 
setLocations(String[][]) - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateCubeAdjustmentDTO
Set the list of locations
setLocations(String[][]) - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.CreateCubeAdjustmentDTO
 
setManager(IActivePivotManager) - Method in class com.activeviam.signoff.example.conflict.impl.ConflictManager
 
setMandate(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Sets the mandate id.
setMandate(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskCreationDTO
Sets the mandate id for the export.
setMandate(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskDescriptionDTO
Sets the mandate id.
setMandate(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Sets the mandate id.
setMandate(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskCreationDTO
Sets the mandate id for the export.
setMandate(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskDescriptionDTO
Sets the id of the mandate that is exported.
setMandateAsOfDate(String) - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
setMandateAsOfDate(String) - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
setMandateAsOfDateFormat(String) - Static method in class com.activeviam.signoff.core.mandate.utils.ConditionsUtil
 
setMandateDAO(IMandateDAO) - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
setMandateId(String) - Method in interface com.activeviam.signoff.adjustments.core.IAdjustment
Set the mandate id of the adjustment
setMandateId(String) - Method in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
setMandateId(String) - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateAdjustmentDTO
Get the mandate id for the adjustment
setMandateId(String) - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.ACreateAdjustmentDTO
 
setMandateId(String) - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
setMandateId(String) - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
setMandateId(String) - Method in interface com.activeviam.signoff.core.mandate.IMandate
Set mandate id
setMandateId(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Set the mandate id
setMandateId(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
setMandateId(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
setMandateId(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.MandateDTO
 
setMandateId(String) - Method in class com.activeviam.signoff.example.service.impl.rest.response.mandate.MandateDTOResponse
Set the id of the mandate response.
setMandateId(String) - Method in class com.activeviam.signoff.example.service.impl.rest.response.mandate.MandateResponse
Set the id of the mandate.
setMandateId(String) - Method in class com.activeviam.signoff.example.service.impl.rest.response.mandate.UpdateMandateDTOResponse
Set the id of the mandate response.
setMandates(Set<String>) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskCreationDTO
Sets the mandate ids for the import.
setMandates(Set<String>) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskDataDeletionDTO
Sets the mandate ids for the data deletion.
setMandates(Set<String>) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskDataDeletionResultDTO
Sets the mandates that were deleted from an instance.
setMandates(Set<String>) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskLoadDetailsDTO
Sets the mandates loaded by the task.
setMandates(Set<String>) - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskLoadDetailsDTO
Sets the mandates loaded by the task.
setMandates(Set<String>) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskCreationDTO
Sets the mandate ids for the import.
setMandates(Set<String>) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionDTO
Sets the mandate ids for the data deletion.
setMandates(Set<String>) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionResultDTO
Sets the mandates that were deleted from an instance.
setMandateScopeManager(MandateScopeManager) - Method in class com.activeviam.signoff.example.conflict.impl.ConflictManager
 
setMandateStatusDAO(IMandateStatusDAO) - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
setMaxMdxNbRetries(Integer) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.ExtractorOrder
 
setMaxRawDataSizePerFile(long) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
 
setMaxRemovals(int) - Method in class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
 
setMaxRemovals(int) - Method in interface com.activeviam.signoff.core.export.extractor.query.IRemoveFactsQuery
setMaxResults(int) - Method in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
setMaxResults(long) - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreQueryTemplateFiller
Sets the maximum number of results to be retrieved from the datastore by the task.
setMaxResults(long) - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
Sets the maximum number of results to be retrieved from the datastore by the task.
setMaxRowsPerFile(int) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
 
setMdx(String) - Method in interface com.activeviam.signoff.core.mandate.IMandate
Sets the MDX used by the mandate.
setMdx(String) - Method in interface com.activeviam.signoff.core.rest.dto.mandate.IUpdateMandateDTO
Set the MDX query used to display the pivot table in the controller view
setMdx(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
setMdx(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.UpdateMandateDTO
 
setMDXQuery(String) - Method in interface com.activeviam.signoff.core.export.templating.ICubeQueryTemplateFiller
Sets the MDX query used by the export task.
setMDXQuery(String) - Method in class com.activeviam.signoff.core.export.templating.impl.CubeQueryTemplateFiller
Sets the MDX query used by the export task.
setMeasure(String) - Method in interface com.activeviam.signoff.adjustments.core.ICubeAdjustment
Set the adjustment measure
setMeasure(String) - Method in class com.activeviam.signoff.adjustments.core.impl.CubeAdjustmentJPA
 
setMeasure(String) - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateCubeAdjustmentDTO
Get the measure name
setMeasure(String) - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.CreateCubeAdjustmentDTO
 
setMeasure(String) - Method in interface com.activeviam.signoff.core.export.templating.ICubeMeasureDefinition
Sets the name of the measure in the cube.
setMeasure(String) - Method in class com.activeviam.signoff.core.export.templating.impl.CubeMeasureDefinition
Sets the name of the measure in the cube.
setMeasures(List<ICubeMeasureDefinition>) - Method in interface com.activeviam.signoff.core.export.templating.ICubeQueryTemplateFiller
Sets the description of the measures that will be displayed in the export.
setMeasures(List<ICubeMeasureDefinition>) - Method in interface com.activeviam.signoff.core.export.templating.IMDXQueryFiller
Sets the list of measures for the query.
setMeasures(List<ICubeMeasureDefinition>) - Method in class com.activeviam.signoff.core.export.templating.impl.CubeQueryTemplateFiller
Sets the description of the measures that will be displayed in the export.
setMeasures(List<ICubeMeasureDefinition>) - Method in class com.activeviam.signoff.core.export.templating.impl.MDXQueryFiller
Sets the list of measures for the query.
setMeasures(Set<String>) - Method in interface com.activeviam.signoff.core.mandate.IMandate
Sets the measures associated with the mandate.
setMeasures(Set<String>) - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Set the measures associated to the mandate
setMeasures(Set<String>) - Method in interface com.activeviam.signoff.core.rest.dto.mandate.IUpdateMandateDTO
Set the measures associated to the mandate
setMeasures(Set<String>) - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
setMeasures(Set<String>) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
setMeasures(Set<String>) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.UpdateMandateDTO
 
setMeasureValueIfNull(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
 
setMembers(List<String>) - Method in interface com.activeviam.signoff.core.export.templating.ICubeFilterDefinition
Sets the members to be filtered on.
setMembers(List<String>) - Method in class com.activeviam.signoff.core.export.templating.impl.CubeFilterDefinition
Sets the members to be filtered on.
setMessage(String) - Method in class com.activeviam.signoff.example.service.impl.rest.response.Response
Set the message of the response.
setMetadata(ExportTaskMetadataDTO) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Sets the metadata for this export task.
setMetadata(ExportTaskMetadataDTO) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Sets the metadata for this export task.
setMetadata(ImportTaskInstanceMetadataDTO) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Sets the metadata of the instance.
setMetadata(ImportTaskInstanceMetadataDTO) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Sets the metadata of the instance.
setName(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.ExtractorOrder
 
setName(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FieldExtractorOutputColumn
Set the field name.
setName(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.MeasureExtractorOutputColumn
Set measure name.
setName(String) - Method in interface com.activeviam.signoff.core.export.templating.ICubeQueryTemplateFiller
Sets the name of the export task.
setName(String) - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreFieldDefinition
Sets the name of the field.
setName(String) - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreQueryTemplateFiller
Sets the name of the export task.
setName(String) - Method in class com.activeviam.signoff.core.export.templating.impl.CubeQueryTemplateFiller
Sets the name of the export task.
setName(String) - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreFieldDefinition
Sets the name of the field.
setName(String) - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
Sets the name of the export task.
setName(String) - Method in interface com.activeviam.signoff.core.mandate.IMandate
Set the name of the mandate
setName(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateScopeCondition
Set the schema field name
setName(String) - Method in class com.activeviam.signoff.core.mandate.impl.MandateScopeCondition
 
setName(String) - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Set the name
setName(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
setName(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
setNotificationService(INotificationService) - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
setOperationType(StoreAdjustmentOperationType) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AAddStoreAdjustmentDefinition
 
setOperationType(StoreAdjustmentOperationType) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.ARemoveStoreAdjustmentDefinition
 
setOperationType(StoreAdjustmentOperationType) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
setOperationType(StoreAdjustmentOperationType) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AUpdateStoreAdjustmentDefinition
 
setOperationType(StoreAdjustmentOperationType) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AUpdateWhereStoreAdjustmentDefinition
 
setOperationType(StoreAdjustmentOperationType) - Method in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
Set the type of operation
setOperator(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateScope
Set the name of the operator; must be a value defined in ConditionsConstants
setOperator(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateScopeCondition
Set the operator; must be a value defined in ConditionsConstants
setOperator(String) - Method in class com.activeviam.signoff.core.mandate.impl.MandateScope
 
setOperator(String) - Method in class com.activeviam.signoff.core.mandate.impl.MandateScopeCondition
 
setOrder(String[]) - Method in class com.activeviam.signoff.example.service.impl.rest.response.exports.QueueDescriptionDTOResponse
Sets the order of tasks in the order.
setOrderDescription(String) - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Sets the description of the extraction task order.
setOrderDescription(String) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
setOrderDescription(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
setOrderDescription(String) - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
setOrderName(String) - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Sets the order name of the extraction task.
setOrderName(String) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
setOrderName(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
setOrderName(String) - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
setOrders(List<IExtractorOrder>) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.CompositeExtractorOrder
 
setOutput(IExtractorOutput) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.ExtractorOrder
 
setOutputSuccess(boolean) - Method in class com.activeviam.signoff.core.export.extractor.file.impl.ABufferedArchiveOutputStream
Indicates if the processing finished successfully.
setOwners(Set<String>) - Method in interface com.activeviam.signoff.core.mandate.IMandate
 
setOwners(Set<String>) - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Set the set of owners of the mandate.
setOwners(Set<String>) - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
setOwners(Set<String>) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
setParameters(Map<String, String>) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
setParameters(Map<String, String>) - Method in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
Set the parameters used by the definition
setParentId(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateParentChild
 
setParentId(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateParentChildJPA
 
setPendingShutdowns(Set<String>) - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskShutdownsDTOResponse
Set the pending shutdowns.
setPivotId(String) - Method in interface com.activeviam.signoff.adjustments.core.ICubeAdjustment
Set the pivot id
setPivotId(String) - Method in class com.activeviam.signoff.adjustments.core.impl.CubeAdjustmentJPA
 
setPivotId(String) - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateCubeAdjustmentDTO
Set the pivot id
setPivotId(String) - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.CreateCubeAdjustmentDTO
 
setPivotId(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
setPivotId(String) - Method in class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
 
setPivotId(String) - Method in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
setPivotId(String) - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreQueryTemplateFiller
Sets the pivot ID for which the export task will be performed.
setPivotId(String) - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreQueryTemplateFiller
Sets the pivot ID for which the export task will be performed.
setPivotId(String) - Method in interface com.activeviam.signoff.core.mandate.IMandate
Set the pivot id associated to the mandate
setPivotId(String) - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Set the pivot id
setPivotId(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
setPivotId(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
setPluginKey(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputExtractionProcedureWrapper
 
setPostponed(Set<ImportTaskInstancePostponementDTO>) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstanceAuditDTO
Sets the list of requests to postpone the shutdown.
setPostponed(Set<ImportTaskInstancePostponementDTO>) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskInstanceAuditDTO
Sets the list of requests to postpone the shutdown.
setPreviousValue(String) - Method in interface com.activeviam.signoff.adjustments.core.ICubeAdjustment
Set the value of the measure before the adjustment is made
setPreviousValue(String) - Method in class com.activeviam.signoff.adjustments.core.impl.CubeAdjustmentJPA
 
setPreviousValue(String) - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateCubeAdjustmentDTO
Set the value before adjustment
setPreviousValue(String) - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.CreateCubeAdjustmentDTO
 
setPriority(ExtractorOrderPriority) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.ExtractorOrder
 
setProperties(Properties) - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputExtractionProcedureWrapper
 
setQuery(IQuery) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.ExtractorOrder
 
setQuery(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Sets the query used for the export task.
setQuery(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Sets the query used for the export task.
setResult(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskDataDeletionResultDTO
Sets the result of the deletion.
setResult(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskDataDeletionResultDTO
Sets the result of the deletion.
setResultFiles(List<EnhancedDrillthroughResultFileInfoDTO>) - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughTaskInfoDTO
 
setResultFiles(List<ExtractorResultFileInfoDTO>) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
setResultInfo(IExtractorTaskResultInfo) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
setRole(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstancePostponementDTO
Returns the role of the user that requested the shutdown to be postponed.
setRole(String) - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskInstancePostponementDTO
Returns the role of the user that requested the shutdown to be postponed.
setRows(long) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskMetadataStoreDTO
Sets the number of rows exported from the store.
setRows(long) - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskMetadataStoreDTO
Sets the number of rows exported from the store.
setSchema(String) - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Set the schema associated to the mandate
setSchema(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
setSchemaName(String) - Method in interface com.activeviam.signoff.core.mandate.IMandate
Sets the schema name associated to the mandate.
setSchemaName(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
setScope(String) - Method in interface com.activeviam.signoff.core.mandate.IMandate
Sets the scope of the mandate.
setScope(String) - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Set the scope of the mandate.
setScope(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
setScope(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
setScopeConditions(Set<MandateScopeCondition>) - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateConditionsDTO
Set the list of mandate scope conditions
setScopeConditions(Set<MandateScopeCondition>) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateConditionsDTO
 
setSelectedFields(String[]) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ASetStoreStream
 
setSize(int) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IQueueConfigDTO
Sets the current size of the queue.
setSize(int) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.QueueConfigDTO
Sets the current size of the queue.
setSize(long) - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughResultFileInfoDTO
 
setSize(long) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorResultFileInfoDTO
 
setSize(Long) - Method in interface com.activeviam.signoff.core.export.auditing.files.IExportFileAudit
Sets the size of the exported file.
setSize(Long) - Method in class com.activeviam.signoff.example.export.auditing.files.ExportFileAuditJPA
 
setSizeLimit(int) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IQueueConfigDTO
Sets the maximum number of tasks on the queue.
setSizeLimit(int) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.QueueConfigDTO
Sets the maximum number of tasks on the queue.
setStatus(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Set the status.
setStatus(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskDescriptionDTO
Sets the status of the export task.
setStatus(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskStatusDTO
Sets the status.
setStatus(String) - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskStatusDTO
Sets the status.
setStatus(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
setStatus(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskDescriptionDTO
Sets the status of the export task.
setStatus(String) - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskLoadRequestDTOResponse
Sets the status of the load request.
setStatuses(Set<ExportTaskStatusDTO>) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Sets all the statuses that have applied to the task.
setStatuses(Set<ExportTaskStatusDTO>) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Sets all the statuses that have applied to the task.
setStatusLastUpdateTime(long) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
setStatusLastUpdateTime(String) - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Set the timestamp of the last status change
setStatusLastUpdateTime(String) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
setStatusLastUpdateTime(String) - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
setStoreAdjustmentDAO(IStoreAdjustmentDAO) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentService
 
setStoreAdjustmentEngine(IStoreAdjustmentEngine) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentSubmissionService
 
setStoreAdjustmentService(IStoreAdjustmentService) - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
setStoreAdjustmentSubmissionService(IStoreAdjustmentSubmissionService) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentService
 
setStoreExportStatus(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Set store export status.
setStoreExportStatus(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
setStoreFields(List<String>) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
setStoreFields(List<String>) - Method in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
Set the fields used by the definition
setStoreName(String) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
setStoreName(String) - Method in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
Set the Store modified by the definition
setStoreName(String) - Method in class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
 
setStoreName(String) - Method in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
setStoreName(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskMetadataStoreDTO
Sets the name of the store exported.
setStoreName(String) - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskMetadataStoreDTO
Sets the name of the store exported.
setStores(Set<ExportTaskMetadataStoreDTO>) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskMetadataDTO
Sets details about the stores exported by this task.
setStores(Set<ExportTaskMetadataStoreDTO>) - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskMetadataDTO
Sets details about the stores exported by this task.
setStoreSubmissionDAO(IStoreAdjustmentSubmissionDAO) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentSubmissionService
 
setStoreTaskId(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateStatus
Set the store export task id for the mandate
setStoreTaskId(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
setSubConditions(List<IDatastoreConditionDefinition>) - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreConditionDefinition
Sets the list of subconditions, when the condition is of type 'and' or 'or'.
setSubConditions(List<IDatastoreConditionDefinition>) - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreConditionDefinition
Sets the list of subconditions, when the condition is of type 'and' or 'or'.
setSuccessfulLoadRequests(Set<ImportTaskLoadDescriptionDTO>) - Method in class com.activeviam.signoff.example.service.impl.rest.response.imports.ImportTaskLoadRequestDTOResponse
Sets the descriptions of the loads that have started successfully.
setSurroundWrittenDataWithQuotes(boolean) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
 
setSystemOutputBufferSize(int) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
Set the size of the intermediary buffer used to write compressed results into the system resources (e.g.
setSystemOutputBufferSize(int) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.EnhancedDrillthroughService
Set the size of the intermediary buffer used to write compressed results into the system resources (e.g.
setTask(ExportTaskAuditDTO) - Method in class com.activeviam.signoff.example.service.impl.rest.response.exports.ExportTaskAuditDTOResponse
Sets the task to be returned.
setTaskCreationTime(long) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
setTaskCreationTime(String) - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Sets the string representation of the task creation time.
setTaskCreationTime(String) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
setTaskCreationTime(String) - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
setTaskException(String) - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughTaskInfoDTO
 
setTaskException(Throwable) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
setTaskExceptionDetails(String) - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Sets the exception details of the failed extraction task.
setTaskExceptionDetails(String) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
setTaskExceptionDetails(String) - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
setTaskExceptionMessage(String) - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Sets the exception message of the failed extraction task.
setTaskExceptionMessage(String) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
setTaskExceptionMessage(String) - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
setTaskId(String) - Method in interface com.activeviam.signoff.core.export.auditing.files.IExportFileAudit
Sets the id of the extraction task to which the file is attached.
setTaskId(String) - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Sets the extractor task id.
setTaskId(String) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
setTaskId(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
setTaskId(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Sets the id of the task.
setTaskId(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskDescriptionDTO
Sets the id of the task.
setTaskId(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskRequestByIdDTO
Sets the task id.
setTaskId(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskStatusChangeDTO
Sets the task id to which the action applies.
setTaskId(String) - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
setTaskId(String) - Method in class com.activeviam.signoff.example.export.auditing.files.ExportFileAuditJPA
 
setTaskId(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Sets the id of the task.
setTaskId(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskDescriptionDTO
Sets the id of the export task.
setTaskId(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskRequestByIdDTO
Sets the task id.
setTaskId(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskStatusChangeDTO
Sets the task id to which the action applies.
setTaskIds(Set<String>) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskPriorityChangeDTO
Sets the task ids to which the priority change applies.
setTaskIds(Set<String>) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskPriorityChangeDTO
Sets the task ids to which the priority change applies.
setTaskOwner(String) - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Sets the owner of the extractor task.
setTaskOwner(String) - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughTaskInfoDTO
 
setTaskOwner(String) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
setTaskOwner(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
setTaskOwner(String) - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
setTaskRunStartTime(long) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
setTaskRunStartTime(String) - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Sets a string representation of the task starting time.
setTaskRunStartTime(String) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
setTaskRunStartTime(String) - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
setTaskRunStopTime(long) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
setTaskRunStopTime(String) - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Sets a string representation of the task finishing time.
setTaskRunStopTime(String) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
setTaskRunStopTime(String) - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
setTasks(Set<ExportTaskDescriptionDTO>) - Method in class com.activeviam.signoff.example.service.impl.rest.response.exports.ExportTaskDescriptionDTOResponse
Sets the tasks to be returned.
setTaskStatus(ExtractorTaskStatus) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
setTaskStatus(String) - Method in interface com.activeviam.signoff.core.export.auditing.IExportAudit
Sets the status of the extraction task.
setTaskStatus(String) - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughTaskInfoDTO
 
setTaskStatus(String) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
setTaskStatus(String) - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
setTechnicalUser(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateParentChild
 
setTechnicalUser(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateParentChildJPA
 
setTemplateUsed(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Sets the template used for the data export.
setTemplateUsed(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Sets the template used for the data export.
setTimestamp(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstancePostponementDTO
Sets the timestamp of the request.
setTimestamp(String) - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskInstancePostponementDTO
Sets the timestamp of the request.
setTotalChunks(long) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Sets the total chunks that will be written as part of the data export.
setTotalChunks(long) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Sets the total chunks that will be written as part of the data export.
setTransformNAToEmpty(boolean) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
 
setType(String) - Method in interface com.activeviam.signoff.adjustments.core.IAdjustment
Set the type of the adjustment
setType(String) - Method in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
setType(String) - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateAdjustmentDTO
Set the type of the adjustment (e.g.
setType(String) - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.ACreateAdjustmentDTO
 
setType(String) - Method in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
setType(String) - Method in interface com.activeviam.signoff.adjustments.store.submission.IStoreAdjustmentSubmission
 
setType(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
setType(String) - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreConditionDefinition
Sets the type of the condition.
setType(String) - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreConditionDefinition
Sets the type of the condition.
setType(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskAuditDTO
Sets the type of the export task.
setType(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskDescriptionDTO
Sets the type of the export task.
setType(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskCreationDTO
Sets the type of the data import.
setType(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskAuditDTO
Sets the type of the export task.
setType(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.exports.ExportTaskDescriptionDTO
Sets the type of export that is performed.
setType(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.imports.ImportTaskCreationDTO
Sets the type of the data import.
setUpdatedIds(Class<?>, List<String>) - Method in class com.activeviam.signoff.example.source.events.impl.UpdatedRecordsDatabaseEvent
 
setUpdater(String) - Method in interface com.activeviam.signoff.core.audit.IAuditable
Set the creator of the record
setUpdater(String) - Method in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
setUrl(String) - Method in interface com.activeviam.signoff.core.export.auditing.files.IExportFileAudit
Sets the URL of the exported file.
setUrl(String) - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughResultFileInfoDTO
 
setUrl(String) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorResultFileInfoDTO
 
setUrl(String) - Method in class com.activeviam.signoff.example.export.auditing.files.ExportFileAuditJPA
 
setUsername(String) - Method in interface com.activeviam.signoff.core.rest.dto.imports.IImportTaskInstancePostponementDTO
Returns the username of the user that requested the shutdown to be postponed.
setUsername(String) - Method in class com.activeviam.signoff.core.rest.dto.imports.impl.ImportTaskInstancePostponementDTO
Returns the username of the user that requested the shutdown to be postponed.
setUtcTimestamp(long) - Method in interface com.activeviam.signoff.core.audit.IAuditable
Set the UTC timestamp of the record in milliseconds
setUtcTimestamp(long) - Method in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
setUtcTimestamp(long) - Method in interface com.activeviam.signoff.core.mandate.IMandateParentChild
 
setUtcTimestamp(long) - Method in class com.activeviam.signoff.example.mandate.impl.MandateParentChildJPA
 
setValidFrom(String) - Method in interface com.activeviam.signoff.adjustments.core.IAdjustment
Set string representation of the valid from date of the adjustment.
setValidFrom(String) - Method in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
setValidFrom(String) - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateAdjustmentDTO
Set the string representation of the valid from date of the adjustment.
setValidFrom(String) - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.ACreateAdjustmentDTO
 
setValidFrom(String) - Method in interface com.activeviam.signoff.core.mandate.IMandate
Set the string representation of the valid from date of the adjustment.
setValidFrom(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateParentChild
 
setValidFrom(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskStatusDTO
Sets the start of the validity period of the status.
setValidFrom(String) - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskStatusDTO
Sets the start of the validity period of the status.
setValidFrom(String) - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Set the string representation of the valid from date of the adjustment.
setValidFrom(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
setValidFrom(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateParentChildJPA
 
setValidFrom(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
setValidTo(String) - Method in interface com.activeviam.signoff.adjustments.core.IAdjustment
Set the string representation of the valid to date of the adjustment.
setValidTo(String) - Method in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
setValidTo(String) - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateAdjustmentDTO
Set the string representation of the valid to date of the adjustment.
setValidTo(String) - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.ACreateAdjustmentDTO
 
setValidTo(String) - Method in interface com.activeviam.signoff.core.mandate.IMandate
Set the string representation of the valid to date of the adjustment.
setValidTo(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateParentChild
 
setValidTo(String) - Method in interface com.activeviam.signoff.core.rest.dto.exports.IExportTaskStatusDTO
Sets the end of the validity period of the status.
setValidTo(String) - Method in class com.activeviam.signoff.core.rest.dto.exports.impl.ExportTaskStatusDTO
Sets the end of the validity period of the status.
setValidTo(String) - Method in interface com.activeviam.signoff.core.rest.dto.mandate.ICreateMandateDTO
Set the string representation of the valid to date of the adjustment.
setValidTo(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPA
 
setValidTo(String) - Method in class com.activeviam.signoff.example.mandate.impl.MandateParentChildJPA
 
setValidTo(String) - Method in class com.activeviam.signoff.example.rest.dto.impl.mandate.CreateMandateDTO
 
setValue(double) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeAdjustedValue
Setter for the double value
setValue(String) - Method in interface com.activeviam.signoff.adjustments.core.ICubeAdjustment
Set the adjusted value
setValue(String) - Method in class com.activeviam.signoff.adjustments.core.impl.CubeAdjustmentJPA
 
setValue(String) - Method in interface com.activeviam.signoff.adjustments.rest.dto.ICreateCubeAdjustmentDTO
Set the adjusted value
setValue(String) - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.CreateCubeAdjustmentDTO
 
setValue(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.EchoExtractorOutputColumn
Set the pre-defined value.
setValue(String) - Method in interface com.activeviam.signoff.core.mandate.IMandateScopeCondition
Set the value in the field
setValue(String) - Method in class com.activeviam.signoff.core.mandate.impl.MandateScopeCondition
 
setValueIfNull(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.MeasureExtractorOutputColumn
Set return measure value if NULL.
setValues(List<Pair<String, String>>) - Method in interface com.activeviam.signoff.core.export.templating.IDatastoreConditionDefinition
Sets the list of pairs of XSI type definition and the condition value.
setValues(List<Pair<String, String>>) - Method in class com.activeviam.signoff.core.export.templating.impl.DatastoreConditionDefinition
Sets the list of pairs of XSI type definition and the condition value.
shutdown() - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
 
SIGN_OFF_TRANSACTION_MANAGER - Static variable in class com.activeviam.signoff.example.cfg.SignOffHibernateConfig
 
SignOffAdjustmentsConfig - Class in com.activeviam.signoff.example.cfg
Configuration file for adjustments
SignOffAdjustmentsConfig() - Constructor for class com.activeviam.signoff.example.cfg.SignOffAdjustmentsConfig
 
SignOffConfig - Class in com.activeviam.signoff.example.cfg
Sign-off config file
SignOffConfig() - Constructor for class com.activeviam.signoff.example.cfg.SignOffConfig
 
SignOffDatabaseEventListeners - Class in com.activeviam.signoff.example.source.impl
Database event listener used in the sign-off source
SignOffDatabaseEventListeners(ITransactionManager, long, Map<String, IAuditDAO>) - Constructor for class com.activeviam.signoff.example.source.impl.SignOffDatabaseEventListeners
 
SignOffDatabaseEventListeners.SignOffListenerKey - Class in com.activeviam.signoff.example.source.impl
 
SignOffDatastoreConfiguration - Class in com.activeviam.signoff.core.store.impl
Store configuration for the sign-off
SignOffDatastoreConfiguration() - Constructor for class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
signOffDatastoreService() - Method in class com.activeviam.signoff.example.cfg.SignOffConfig
 
SignOffDatastoreService - Class in com.activeviam.signoff.example.service.impl
Sign-off datastore service
SignOffDatastoreService(IDatastore, MandateScopeManager, IActivePivotManager) - Constructor for class com.activeviam.signoff.example.service.impl.SignOffDatastoreService
 
SignOffDatastoreServiceStoreMetadata - Class in com.activeviam.signoff.example.serialization
Utility class to provider parsers to JsonConditionCompiler on the query node where we don't have access to the Datastore Rest configuration of all the datastores on data nodes.
SignOffDatastoreServiceStoreMetadata() - Constructor for class com.activeviam.signoff.example.serialization.SignOffDatastoreServiceStoreMetadata
 
SignOffDateUtils - Class in com.activeviam.signoff.core.utils
Util class for dates manipulation
SignOffDateUtils() - Constructor for class com.activeviam.signoff.core.utils.SignOffDateUtils
 
SignOffHibernateConfig - Class in com.activeviam.signoff.example.cfg
Sign-off Hibernate config file
SignOffHibernateConfig() - Constructor for class com.activeviam.signoff.example.cfg.SignOffHibernateConfig
 
signOffInitialLoad() - Method in class com.activeviam.signoff.example.cfg.SignOffSourceInitialConfig
 
SignOffListenerKey(SignOffRealTimeFeed) - Constructor for class com.activeviam.signoff.example.source.impl.SignOffDatabaseEventListeners.SignOffListenerKey
 
SignOffMessageChannelFactory - Class in com.activeviam.signoff.core.source.impl
Channel factory for the sign-off source
SignOffMessageChannelFactory(IDatastore) - Constructor for class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory
 
SignOffMessageChannelFactory.SignOffMessageChannel - Class in com.activeviam.signoff.core.source.impl
 
SignOffParentConfig - Class in com.activeviam.signoff.example.cfg
Overall config file for sign-off
SignOffParentConfig() - Constructor for class com.activeviam.signoff.example.cfg.SignOffParentConfig
 
SignOffProperties - Class in com.activeviam.signoff.example.constants
List of properties used in the sign-off
SignOffProperties() - Constructor for class com.activeviam.signoff.example.constants.SignOffProperties
 
signOffRealTime() - Method in class com.activeviam.signoff.example.cfg.SignOffSourceInitialConfig
 
SignOffRealTimeFeed - Class in com.activeviam.signoff.example.source.impl
Real-time feed thread used in the sign-off source
SignOffRealTimeFeed(ITransactionManager, SignOffMessageChannelFactory.SignOffMessageChannel, long) - Constructor for class com.activeviam.signoff.example.source.impl.SignOffRealTimeFeed
 
SignOffRestConfig - Class in com.activeviam.signoff.example.cfg
Configuration file for sign-off RESTful services
SignOffRestConfig() - Constructor for class com.activeviam.signoff.example.cfg.SignOffRestConfig
 
signOffSource() - Method in class com.activeviam.signoff.example.cfg.SignOffSourceConfig
 
SignOffSource - Class in com.activeviam.signoff.example.source.impl
implementation of sign-off source
SignOffSource(Map<String, IAuditDAO>, SignOffDatabaseEventListeners) - Constructor for class com.activeviam.signoff.example.source.impl.SignOffSource
 
SignOffSourceConfig - Class in com.activeviam.signoff.example.cfg
Configuration of the sign-off source
SignOffSourceConfig() - Constructor for class com.activeviam.signoff.example.cfg.SignOffSourceConfig
 
SignOffSourceInitialConfig - Class in com.activeviam.signoff.example.cfg
Configuration of the initial load
SignOffSourceInitialConfig() - Constructor for class com.activeviam.signoff.example.cfg.SignOffSourceInitialConfig
 
SignOffTransactionExceptionHandler - Class in com.activeviam.signoff.core.utils
Implementation of ITransactionExceptionHandler used in the sign-off source
SignOffTransactionExceptionHandler() - Constructor for class com.activeviam.signoff.core.utils.SignOffTransactionExceptionHandler
 
signOffTransactionManager() - Method in class com.activeviam.signoff.example.cfg.SignOffHibernateConfig
 
SimpleMemoryExtractorTaskResultInfo - Class in com.activeviam.signoff.core.export.extractor.pivot.task.impl
Simple memory Extractor task result information which return a generic Object
SimpleMemoryExtractorTaskResultInfo() - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.impl.SimpleMemoryExtractorTaskResultInfo
 
SimpleMemoryOutputHandler - Class in com.activeviam.signoff.core.export.extractor.pivot.output.impl
Simple memory output handler only grabbing the first object from the row.
SimpleMemoryOutputHandler(IExtractorOrder, PivotDefinitionHelper) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.output.impl.SimpleMemoryOutputHandler
 
SimpleMemoryOutputHandler(IExtractorOrder, PivotDefinitionHelper, SimpleMemoryExtractorTaskResultInfo) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.output.impl.SimpleMemoryOutputHandler
 
SKIPPED_HIERARCHIES_PROP - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
The configuration property for the hierarchies to skip when attempting to export data.
source - Variable in class com.activeviam.signoff.example.cfg.SignOffSourceInitialConfig
 
springDataExtractionService() - Method in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionRemotingServicesConfig
 
springEnhancedDrillthroughService() - Method in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionRemotingServicesConfig
 
STATUS - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
STATUS_AS_OF_DATE - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
STATUSES_STORE_NAME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
statusesStoreDescription() - Static method in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
statusesToRetrieve - Variable in class com.activeviam.signoff.example.source.impl.MandateAndAdjustmentReload
 
STORE_ADJUSTMENT_AUDIT_STORE_NAME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
STORE_ADJUSTMENT_SUBMISSION_AUDIT_STORE_NAME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
STORE_ADJUSTMENT_SUBMISSION_TABLE - Static variable in class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
STORE_ADJUSTMENT_TABLE - Static variable in class com.activeviam.signoff.adjustments.core.impl.StoreAdjustmentJPA
 
STORE_DATE_FIELD_FORMAT - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
STORE_EXPORT_MAX_FILE_SIZE_PROP - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
The configuration property for the store-level maximum file size.
STORE_EXPORT_MAX_ROWS_PROP - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
The configuration property for the store-level export maximum rows per file.
STORE_EXPORT_STATUS - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
STORE_EXPORT_TYPE - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
Constant for the store export type.
STORE_TASK_ID - Static variable in class com.activeviam.signoff.core.export.constants.ExportConstants
Constant for a store task id property.
STORE_TASK_ID - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
storeAdjustmentAuditStoreDescription() - Static method in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
storeAdjustmentDAO - Variable in class com.activeviam.signoff.example.cfg.SignOffAdjustmentsConfig
 
storeAdjustmentDAO - Variable in class com.activeviam.signoff.example.cfg.SignOffSourceConfig
 
storeAdjustmentDAO - Variable in class com.activeviam.signoff.example.service.impl.StoreAdjustmentService
 
storeAdjustmentDAO() - Method in class com.activeviam.signoff.example.cfg.SignOffHibernateConfig
 
StoreAdjustmentDAO - Class in com.activeviam.signoff.example.adjustments.core.dao.impl
DAO for datastore adjustments
StoreAdjustmentDAO(SessionFactory) - Constructor for class com.activeviam.signoff.example.adjustments.core.dao.impl.StoreAdjustmentDAO
 
StoreAdjustmentDefinitionList() - Constructor for class com.activeviam.signoff.adjustments.core.util.StoreAdjustmentSerializationUtils.StoreAdjustmentDefinitionList
 
StoreAdjustmentDefinitionsDeserializer - Class in com.activeviam.signoff.example.serialization
 
StoreAdjustmentDefinitionsDeserializer(Map<String, String>, DatastoreServiceStoreMetadata) - Constructor for class com.activeviam.signoff.example.serialization.StoreAdjustmentDefinitionsDeserializer
 
StoreAdjustmentDefinitionsDeserializer.StoreAdjustmentDefinitionsValueConverter - Class in com.activeviam.signoff.example.serialization
 
StoreAdjustmentDefinitionsValueConverter(Map<String, String>, DatastoreServiceStoreMetadata) - Constructor for class com.activeviam.signoff.example.serialization.StoreAdjustmentDefinitionsDeserializer.StoreAdjustmentDefinitionsValueConverter
 
StoreAdjustmentDiff - Class in com.activeviam.signoff.adjustments.store.submission.impl
Stores the entry values that are impacted in both pre submission being executed and post submission as well as the differences to allow the user to easility visualise data changes
StoreAdjustmentDiff() - Constructor for class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentDiff
 
StoreAdjustmentDiffDeserializer - Class in com.activeviam.signoff.example.serialization
 
StoreAdjustmentDiffDeserializer(Map<String, String>, DatastoreServiceStoreMetadata) - Constructor for class com.activeviam.signoff.example.serialization.StoreAdjustmentDiffDeserializer
 
StoreAdjustmentDiffDeserializer.StoreAdjustmentDiffJsonNodeValueConverter - Class in com.activeviam.signoff.example.serialization
 
StoreAdjustmentDiffJsonNodeValueConverter(Map<String, String>, DatastoreServiceStoreMetadata) - Constructor for class com.activeviam.signoff.example.serialization.StoreAdjustmentDiffDeserializer.StoreAdjustmentDiffJsonNodeValueConverter
 
StoreAdjustmentDiffSerializer - Class in com.activeviam.signoff.example.serialization
 
StoreAdjustmentDiffSerializer() - Constructor for class com.activeviam.signoff.example.serialization.StoreAdjustmentDiffSerializer
 
StoreAdjustmentDiffSerializer(Class<StoreAdjustmentDiff>) - Constructor for class com.activeviam.signoff.example.serialization.StoreAdjustmentDiffSerializer
 
storeAdjustmentEngine - Variable in class com.activeviam.signoff.example.cfg.MandateAndAdjustmentReloadConfig
 
storeAdjustmentEngine - Variable in class com.activeviam.signoff.example.service.impl.StoreAdjustmentSubmissionService
 
storeAdjustmentEngine - Variable in class com.activeviam.signoff.example.source.impl.MandateAndAdjustmentReload
 
storeAdjustmentEngine() - Method in class com.activeviam.signoff.example.cfg.SignOffAdjustmentsConfig
 
StoreAdjustmentEngine - Class in com.activeviam.signoff.adjustments.store.impl
Implementation of the store adjustment engine
StoreAdjustmentEngine() - Constructor for class com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentEngine
 
StoreAdjustmentJPA - Class in com.activeviam.signoff.adjustments.core.impl
Store adjustment JPA
StoreAdjustmentJPA() - Constructor for class com.activeviam.signoff.adjustments.core.impl.StoreAdjustmentJPA
 
StoreAdjustmentOperationType - Enum in com.activeviam.signoff.adjustments.store.impl
 
storeAdjustmentRestService() - Method in class com.activeviam.signoff.example.rest.impl.StoreAdjustmentRestServiceConfig
 
StoreAdjustmentRestService - Class in com.activeviam.signoff.example.rest.impl
RESTful service for datastore adjustments
StoreAdjustmentRestService(IStoreAdjustmentService, IStoreAdjustmentSubmissionService) - Constructor for class com.activeviam.signoff.example.rest.impl.StoreAdjustmentRestService
 
StoreAdjustmentRestServiceConfig - Class in com.activeviam.signoff.example.rest.impl
RESTful store adjustment service configuration
StoreAdjustmentRestServiceConfig() - Constructor for class com.activeviam.signoff.example.rest.impl.StoreAdjustmentRestServiceConfig
 
StoreAdjustmentSerializationUtils - Class in com.activeviam.signoff.adjustments.core.util
Helper class for JSON serialization and deserialization of IStoreAdjustmentDefinition list.
StoreAdjustmentSerializationUtils() - Constructor for class com.activeviam.signoff.adjustments.core.util.StoreAdjustmentSerializationUtils
 
StoreAdjustmentSerializationUtils.StoreAdjustmentDefinitionList - Class in com.activeviam.signoff.adjustments.core.util
 
storeAdjustmentService - Variable in class com.activeviam.signoff.example.cfg.MandateAndAdjustmentReloadConfig
 
storeAdjustmentService - Variable in class com.activeviam.signoff.example.cfg.SignOffConfig
 
storeAdjustmentService - Variable in class com.activeviam.signoff.example.rest.impl.StoreAdjustmentRestService
 
storeAdjustmentService - Variable in class com.activeviam.signoff.example.rest.impl.StoreAdjustmentRestServiceConfig
 
storeAdjustmentService - Variable in class com.activeviam.signoff.example.service.impl.MandateService
 
storeAdjustmentService - Variable in class com.activeviam.signoff.example.source.impl.MandateAndAdjustmentReload
 
storeAdjustmentService() - Method in class com.activeviam.signoff.example.cfg.SignOffAdjustmentsConfig
 
StoreAdjustmentService - Class in com.activeviam.signoff.example.service.impl
Implementation of store adjustment service
StoreAdjustmentService() - Constructor for class com.activeviam.signoff.example.service.impl.StoreAdjustmentService
 
storeAdjustmentSubmissionAuditStoreDescription() - Static method in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
storeAdjustmentSubmissionDAO - Variable in class com.activeviam.signoff.example.cfg.MandateAndAdjustmentReloadConfig
 
storeAdjustmentSubmissionDAO - Variable in class com.activeviam.signoff.example.cfg.SignOffAdjustmentsConfig
 
storeAdjustmentSubmissionDAO - Variable in class com.activeviam.signoff.example.cfg.SignOffSourceConfig
 
storeAdjustmentSubmissionDAO - Variable in class com.activeviam.signoff.example.service.impl.StoreAdjustmentSubmissionService
 
storeAdjustmentSubmissionDAO - Variable in class com.activeviam.signoff.example.source.impl.MandateAndAdjustmentReload
 
storeAdjustmentSubmissionDAO() - Method in class com.activeviam.signoff.example.cfg.SignOffHibernateConfig
 
StoreAdjustmentSubmissionDAO - Class in com.activeviam.signoff.example.adjustments.core.dao.impl
DAO for datastore adjustments submissions
StoreAdjustmentSubmissionDAO(SessionFactory) - Constructor for class com.activeviam.signoff.example.adjustments.core.dao.impl.StoreAdjustmentSubmissionDAO
 
StoreAdjustmentSubmissionJPA - Class in com.activeviam.signoff.adjustments.store.submission.impl
 
StoreAdjustmentSubmissionJPA() - Constructor for class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
StoreAdjustmentSubmissionJPA(String, String, String, List<IStoreAdjustmentDefinition>, String, String, String) - Constructor for class com.activeviam.signoff.adjustments.store.submission.impl.StoreAdjustmentSubmissionJPA
 
storeAdjustmentSubmissionService - Variable in class com.activeviam.signoff.example.rest.impl.StoreAdjustmentRestService
 
storeAdjustmentSubmissionService - Variable in class com.activeviam.signoff.example.rest.impl.StoreAdjustmentRestServiceConfig
 
storeAdjustmentSubmissionService - Variable in class com.activeviam.signoff.example.service.impl.StoreAdjustmentService
 
storeAdjustmentSubmissionService() - Method in class com.activeviam.signoff.example.cfg.SignOffAdjustmentsConfig
 
StoreAdjustmentSubmissionService - Class in com.activeviam.signoff.example.service.impl
Implementation of store adjustment submission service
StoreAdjustmentSubmissionService() - Constructor for class com.activeviam.signoff.example.service.impl.StoreAdjustmentSubmissionService
 
StoreAdjustmentUpdateWhere - Class in com.activeviam.signoff.adjustments.store.impl
Used to execute a store adjustment transaction using Update Where
StoreAdjustmentUpdateWhere(IStoreAdjustmentDefinition, IDatastore, List<Map<String, Object>>, List<Map<String, Object>>) - Constructor for class com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentUpdateWhere
 
storeAndNameList - Variable in class com.activeviam.signoff.core.mandate.utils.SchemaHelper
 
storeFields - Variable in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
storeMetadata(DatastoreServiceStoreMetadata) - Method in class com.activeviam.signoff.example.serialization.CompositeDatastoreServiceStoreMetadata.Builder
 
storeName - Variable in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
storeName - Variable in class com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentUpdateWhere
 
storeName - Variable in class com.activeviam.signoff.example.mandate.datastore.impl.MandateUpdateWhereProcedure
 
storeName - Variable in class com.activeviam.signoff.example.source.publishers.impl.MandateTuplePublisher
 
StoreUtils - Class in com.activeviam.signoff.adjustments.core.util
Utils method for datastore operations
StoreUtils() - Constructor for class com.activeviam.signoff.adjustments.core.util.StoreUtils
 
StrictlyIncreasingTimer - Class in com.activeviam.signoff.core.utils
Strictly increasing timer that does drift too far from the system time
StrictlyIncreasingTimer() - Constructor for class com.activeviam.signoff.core.utils.StrictlyIncreasingTimer
 
submit(IExtractorTask) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorThreadPoolExecutor
submitRequest(IDataExtractionService, String, String, String, String, Boolean) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Submits a request and returns the extractor task id and information.
submitTask(IExtractorOrder, List<IExtractorTaskStatusListener>, String, String, boolean, boolean, String, String) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.ILocalDataExtractionService
Submit a new task order for execution.
submitTask(IExtractorOrder, List<IExtractorTaskStatusListener>, String, String, boolean, boolean, String, String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Submit a new task order for execution.
submitTask(String, String, String) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.IDataExtractionService
Submit a new task for execution.
submitTask(String, String, String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Submit a new task for execution.
submitUpdate(IAuditDAO, IAuditable, BiFunction<IAuditDAO, IAuditable, IAuditable>) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Returns the result of submitting an update object using the audit DAO and waiting for the live audit to match.
SUCCESS - com.activeviam.signoff.core.export.extractor.pivot.task.exec.ExtractorTaskStatus
Task execution has successfully completed.

T

TASK_CREATION_TIME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
TASK_EXCEPTION_DETAILS - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
TASK_EXCEPTION_MESSAGE - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
TASK_ID - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
TASK_ID_COUNTER - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
Task ID atomic counter, common to all tasks (based on this class) for the current instance of ActivePivot server.
TASK_ID_PLACEHOLDER_DETECT_REGEX - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
Detection pattern for a task ID placeholder that may have been inserted in the result base directory and/or URL specified for this task.
TASK_ID_PREFIX - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
Task ID prefix, common to all tasks (whose implementations are based on this parent implementation) for the current instance of ActivePivot server.
TASK_ID_SEP - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Task ID separator.
TASK_INFO_DATE_FORMAT - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
Date format expected for any timestamp-related task information (e.g.
TASK_OWNER - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
TASK_RUN_START_TIME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
TASK_RUN_STOP_TIME - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
TASK_STATUS - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
TASK_URL - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
taskId - Variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
taskRetentionMinDays - Variable in class com.activeviam.signoff.core.export.extractor.pivot.webservices.custom.impl.DataExtractionService
 
TemplateUtils - Class in com.activeviam.signoff.core.export.templating.utils
Helper class for Velocity templates that result in XML task descriptions.
TemplateUtils() - Constructor for class com.activeviam.signoff.core.export.templating.utils.TemplateUtils
 
timeElapsed(long) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Returns the number of milliseconds between the start time and Instant.now().
TMP_FILE_SUFFIX - Static variable in class com.activeviam.signoff.core.export.extractor.file.impl.ABufferedArchiveOutputStream
 
toEvent(Set<S>) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ASetStoreStream
 
toString() - Method in class com.activeviam.signoff.adjustments.core.impl.StoreAdjustmentJPA
 
toString() - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeAdjustedValue
 
toString() - Method in class com.activeviam.signoff.adjustments.rest.dto.impl.ACreateAdjustmentDTO
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughResultFileInfoDTO
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughTaskInfoDTO
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorResultFileInfoDTO
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.pivot.context.impl.EnhancedDrillthroughMaxRowsContext
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputExtractionProcedureWrapper
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutput
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.AExtractorOutputColumn
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.EchoExtractorOutputColumn
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.ExtractorOrder
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FieldExtractorOutputColumn
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.LevelExtractorOutputColumn
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.MeasureExtractorOutputColumn
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.MemoryExtractorOutput
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskStatusChangeEvent
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTaskResultInfo
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.FileExtractorTaskResultFileInfo
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.query.impl.RemoveFactsQuery
 
toString() - Method in class com.activeviam.signoff.core.export.extractor.query.impl.SearchFactsQuery
 
toString() - Method in class com.activeviam.signoff.example.export.auditing.ExportAuditJPA
 
toString() - Method in class com.activeviam.signoff.example.mandate.impl.MandateParentChildJPA
 
toString() - Method in class com.activeviam.signoff.example.mandate.impl.MandateStatusJPA
 
transform(String) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeLevelAdjustmentStream
 
transform(S) - Method in class com.activeviam.signoff.adjustments.core.postprocessor.impl.ASetStoreStream
Transform a pre-event to an event that will be published to ActivePivot continuous query engine.
TRUE - Static variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionServicesConfig
 
TupleLocation(ITuple) - Constructor for class com.activeviam.signoff.core.export.extractor.pivot.task.impl.MdxQueryExtractorTask.TupleLocation
 
type - Variable in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
type - Variable in class com.activeviam.signoff.adjustments.core.impl.CubeAdjustmentJPA
 
type - Variable in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
 
TYPE - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 

U

UNAVAILABLE - Static variable in class com.activeviam.signoff.core.mandate.constants.MandateExportStatusConstants
 
undo(String) - Method in interface com.activeviam.signoff.adjustments.store.IStoreAdjustmentSubmissionService
Undo a submission
undo(String) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentSubmissionService
 
undoStoreAdjustment(String) - Method in class com.activeviam.signoff.example.rest.impl.StoreAdjustmentRestService
Undo store adjustment by id
UNLIMITED_MAX_RAW_DATA_SIZE_PER_FILE - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.order.impl.FileExtractorOutput
Unlimited max data size for each given result file.
unmarshal(ExtractorOutputColumnsWrapper) - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputColumnsWrapperAdapter
 
unmarshal(ExtractorOutputExtractionProcedureWrapper) - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputExtractionProcedureWrapperAdapter
 
unmarshal(AExtractorOutput) - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputAdapter
 
unmarshal(AExtractorOutputColumn) - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorOutputColumnAdapter
 
unmarshal(AExtractorTaskExtractionProcedure) - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.ExtractorTaskExtractionProcedureAdapter
 
unmarshal(RemoveFactsQuery) - Method in class com.activeviam.signoff.core.export.extractor.jaxb.impl.RemoveFactsQueryAdapter
 
unmarshal(SearchFactsQuery) - Method in class com.activeviam.signoff.core.export.extractor.jaxb.impl.SearchFactsQueryAdapter
 
unmarshal(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.CompressionTypeAdapter
 
unmarshal(String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.jaxb.impl.LocaleAdapter
 
update(IStoreAdjustmentSubmission) - Method in interface com.activeviam.signoff.adjustments.store.IStoreAdjustmentSubmissionService
Update a submission
update(IStoreAdjustmentSubmission) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentSubmissionService
 
update(T) - Method in interface com.activeviam.signoff.core.audit.IAuditDAO
Update operation
update(T) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
UPDATE - com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentOperationType
 
UPDATE_WHERE - com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentOperationType
 
updateAdjustment(UpdateCubeAdjustmentDTO) - Method in class com.activeviam.signoff.example.rest.impl.CubeAdjustmentRestService
Update cube-level adjustment from DTO
updateAdjustment(UpdateStoreAdjustmentDTO) - Method in class com.activeviam.signoff.example.rest.impl.StoreAdjustmentRestService
Update datastore adjustment from DTO
updateAdjustment(IUpdateCubeAdjustmentDTO) - Method in interface com.activeviam.signoff.adjustments.cube.ICubeAdjustmentService
Update a cube-level adjustment from a DTO
updateAdjustment(IUpdateCubeAdjustmentDTO) - Method in class com.activeviam.signoff.example.service.impl.CubeAdjustmentService
 
updateAdjustment(IUpdateStoreAdjustmentDTO) - Method in interface com.activeviam.signoff.adjustments.service.IStoreAdjustmentService
Update a store adjustment from a DTO
updateAdjustment(IUpdateStoreAdjustmentDTO) - Method in class com.activeviam.signoff.example.service.impl.StoreAdjustmentService
 
updateAll(List<T>) - Method in interface com.activeviam.signoff.core.audit.IAuditDAO
Bulk update operation
updateAll(List<T>) - Method in class com.activeviam.signoff.example.adjustments.core.dao.impl.AAuditDAO
 
UpdateCubeAdjustmentDTO - Class in com.activeviam.signoff.adjustments.rest.dto.impl
DTO class for the update of cube-level adjustments
UpdateCubeAdjustmentDTO() - Constructor for class com.activeviam.signoff.adjustments.rest.dto.impl.UpdateCubeAdjustmentDTO
 
updatedIds - Variable in class com.activeviam.signoff.example.source.events.impl.UpdatedRecordsDatabaseEvent
 
UpdatedRecordsDatabaseEvent - Class in com.activeviam.signoff.example.source.events.impl
Database event used for updated elements in the database
UpdatedRecordsDatabaseEvent(Class<?>, String, String) - Constructor for class com.activeviam.signoff.example.source.events.impl.UpdatedRecordsDatabaseEvent
 
UpdatedRecordsDatabaseEvent(Class<?>, List<String>, List<String>) - Constructor for class com.activeviam.signoff.example.source.events.impl.UpdatedRecordsDatabaseEvent
 
updateEntries(Map<String, Object>) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AAddStoreAdjustmentDefinition
 
updateEntries(Map<String, Object>) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.ARemoveStoreAdjustmentDefinition
 
updateEntries(Map<String, Object>) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AStoreAdjustmentDefinition
 
updateEntries(Map<String, Object>) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AUpdateStoreAdjustmentDefinition
 
updateEntries(Map<String, Object>) - Method in class com.activeviam.signoff.adjustments.store.definition.impl.AUpdateWhereStoreAdjustmentDefinition
 
updateEntries(Map<String, Object>) - Method in interface com.activeviam.signoff.adjustments.store.definition.IStoreAdjustmentDefinition
Logic that updates all entries that are retrieved from store before persisting them back into the branch defined in the IStoreAdjustmentSubmission.
updateMandate(IUpdateMandateDTO) - Method in interface com.activeviam.signoff.core.service.IMandateService
Mandate update method
updateMandate(IUpdateMandateDTO) - Method in class com.activeviam.signoff.example.service.impl.MandateService
 
updateMandate(UpdateMandateDTO) - Method in class com.activeviam.signoff.example.rest.impl.MandateRestService
Update mandate from DTO
UpdateMandateDTO - Class in com.activeviam.signoff.example.rest.dto.impl.mandate
Update mandate DTO implementation
UpdateMandateDTO() - Constructor for class com.activeviam.signoff.example.rest.dto.impl.mandate.UpdateMandateDTO
 
UpdateMandateDTOResponse - Class in com.activeviam.signoff.example.service.impl.rest.response.mandate
Response object to be returned by a service returning a UpdateMandateDTO object.
UpdateMandateDTOResponse(UpdateMandateDTO, String) - Constructor for class com.activeviam.signoff.example.service.impl.rest.response.mandate.UpdateMandateDTOResponse
Response of an UpdateMandateDTO service.
updater - Variable in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 
UPDATER - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
updateStatuses(IMandateStatus, IExtractorTaskInfo) - Static method in class com.activeviam.signoff.core.utils.ServiceUtils
Returns an update map of the mandate statuses, based on the task info.
UpdateStoreAdjustmentDTO - Class in com.activeviam.signoff.adjustments.rest.dto.impl
DTO class for the update of store adjustments
UpdateStoreAdjustmentDTO() - Constructor for class com.activeviam.signoff.adjustments.rest.dto.impl.UpdateStoreAdjustmentDTO
 
updateTaskStatus(ExtractorTaskStatus) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.exec.impl.ExtractorTaskInfo
Update task status, together with associated timestamp(s).
USE_PARENT_NAMESPACE_WHEN_UNMARSHALLING_PROPERTY - Static variable in class com.activeviam.signoff.core.export.extractor.cfg.impl.DataExtractionServicesConfig
 
UTC_TIMESTAMP - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
utcTimestamp - Variable in class com.activeviam.signoff.core.audit.impl.AAuditableJPA
 

V

VALID_FROM - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
VALID_TO - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
validateCreateMandateDTO(ICreateMandateDTO, IActivePivotManager, Environment) - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPAFactory
Method that checks the validity of a mandate DTO
validateOrder(IExtractorOrder, String, String) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.ALocationsQueryExtractorTask
Validate the order specification: 1- output column spec shall contains valid type (Level or Measure of Echo) 2- Level columns shall refer to valid hierarchy/level for the specified pivot 3- Measure columns shall refer to valid measure for the specified pivot
validateUpdateMandateDTO(IUpdateMandateDTO) - Method in class com.activeviam.signoff.example.mandate.impl.MandateJPAFactory
Validation method for an updated mandate: checks if the id and the measures are present
validFrom - Variable in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
validTo - Variable in class com.activeviam.signoff.adjustments.core.impl.AAdjustmentJPA
 
value - Variable in class com.activeviam.signoff.adjustments.core.postprocessor.impl.CubeAdjustedValue
The double value
VALUE - Static variable in class com.activeviam.signoff.core.store.impl.SignOffDatastoreConfiguration
 
valueIndex - Variable in class com.activeviam.signoff.example.mandate.datastore.impl.MandateUpdateWhereProcedure
 
valueOf(String) - Static method in enum com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.signoff.core.export.extractor.file.impl.CompressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.signoff.core.export.extractor.pivot.order.ExtractorOrderPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.activeviam.signoff.core.export.extractor.pivot.task.exec.ExtractorTaskStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.activeviam.signoff.adjustments.store.impl.StoreAdjustmentOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.signoff.core.export.extractor.file.impl.CompressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.signoff.core.export.extractor.pivot.order.ExtractorOrderPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.activeviam.signoff.core.export.extractor.pivot.task.exec.ExtractorTaskStatus
Returns an array containing the constants of this enum type, in the order they are declared.
VectorDeserializer - Class in com.activeviam.signoff.example.serialization
 
VectorDeserializer() - Constructor for class com.activeviam.signoff.example.serialization.VectorDeserializer
 
VectorDeserializer(Class<IVector>) - Constructor for class com.activeviam.signoff.example.serialization.VectorDeserializer
 
VectorSerializer - Class in com.activeviam.signoff.example.serialization
A serializer specialized in transforming all objects that implement IVector into json arrays.
VectorSerializer() - Constructor for class com.activeviam.signoff.example.serialization.VectorSerializer
Constructor.
VERSION - Static variable in class com.activeviam.signoff.example.cfg.SignOffRestConfig
 
VERY_HIGH - com.activeviam.signoff.core.export.extractor.pivot.order.ExtractorOrderPriority
Order has high priority.
VERY_LOW - com.activeviam.signoff.core.export.extractor.pivot.order.ExtractorOrderPriority
Order has very low priority.

W

weight() - Method in enum com.activeviam.signoff.core.export.extractor.pivot.order.ExtractorOrderPriority
 
withMessageHandler(IMessageHandler<String>) - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory.SignOffMessageChannel
 
withPublisher(ITuplePublisher<String>) - Method in class com.activeviam.signoff.core.source.impl.SignOffMessageChannelFactory.SignOffMessageChannel
 
write(byte[]) - Method in class com.activeviam.signoff.core.export.extractor.file.impl.BufferedCSVOutputStream
 
write(byte[]) - Method in class com.activeviam.signoff.core.export.extractor.file.impl.BufferedGZipOutputStream
 
write(byte[]) - Method in class com.activeviam.signoff.core.export.extractor.file.impl.BufferedSingleEntryZipOutputStream
 
write(byte[], int, int) - Method in class com.activeviam.signoff.core.export.extractor.file.impl.BufferedCSVOutputStream
 
write(byte[], int, int) - Method in class com.activeviam.signoff.core.export.extractor.file.impl.BufferedGZipOutputStream
 
write(int) - Method in class com.activeviam.signoff.core.export.extractor.file.impl.BufferedCSVOutputStream
 
write(int) - Method in class com.activeviam.signoff.core.export.extractor.file.impl.BufferedGZipOutputStream
 
writeDataRow(ILocation, Map<String, Object>) - Method in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.AOutputHandler
 
writeDataRow(ILocation, Map<String, Object>) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.output.IOutputHandler
Write data for a specific location into the current output stream.
writeDataRow(ILocation, Map<String, Object>) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.ALocationsQueryExtractorTask
Write data for a specific location into the current output stream.
writeDataRow(Object[]) - Method in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.MultipleResultFileOutputHandler
 
writeDataRow(Object[]) - Method in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.SimpleMemoryOutputHandler
 
writeDataRow(Object[]) - Method in interface com.activeviam.signoff.core.export.extractor.pivot.output.IOutputHandler
Write a raw of data into the current output stream.
writeDataRow(String[]) - Method in class com.activeviam.signoff.core.export.extractor.pivot.task.impl.AExtractorTask
Write a raw of data into the current output stream.
writeExternal(ObjectOutput) - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughResultFileInfoDTO
 
writeExternal(ObjectOutput) - Method in class com.activeviam.signoff.core.export.extractor.dt.dto.impl.EnhancedDrillthroughTaskInfoDTO
 
writeExternal(ObjectOutput) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorResultFileInfoDTO
 
writeExternal(ObjectOutput) - Method in class com.activeviam.signoff.core.export.extractor.dto.impl.ExtractorTaskInfoDTO
 
writeExternal(ObjectOutput) - Method in class com.activeviam.signoff.core.export.extractor.pivot.dist.message.impl.RetrieveSearchFactQueryResultsMessage
 

Z

ZIP - com.activeviam.signoff.core.export.extractor.file.impl.CompressionType
 
ZIP_DEFLATER_INPUT_BUFFER_SIZE - Static variable in class com.activeviam.signoff.core.export.extractor.file.impl.ABufferedArchiveOutputStream
 
ZIP_FILE_EXTENSION - Static variable in class com.activeviam.signoff.core.export.extractor.pivot.output.impl.MultipleResultFileOutputHandler
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 
All Classes All Packages