Skip navigation links
C D E F G I L M N O P R S T 

C

CONFIG_ERROR - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 

D

DATEN_FEHLER - Static variable in class org.imixs.workflow.datev.services.DatevImportService
 
DATEV_CONFIGURATION - Static variable in class org.imixs.workflow.datev.controller.DatevController
 
DATEV_CONFIGURATION - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 
DatevController - Class in org.imixs.workflow.datev.controller
The DatevController is used to configure the DatevScheduler.
DatevController() - Constructor for class org.imixs.workflow.datev.controller.DatevController
 
DatevException - Exception in org.imixs.workflow.datev.services
 
DatevException(String, String, String) - Constructor for exception org.imixs.workflow.datev.services.DatevException
 
DatevException(String, String, String, Exception) - Constructor for exception org.imixs.workflow.datev.services.DatevException
 
DatevException(String, String, String, Object[]) - Constructor for exception org.imixs.workflow.datev.services.DatevException
 
DatevImportService - Class in org.imixs.workflow.datev.services
This Service provides methods to import data from a DATEV file.
DatevImportService() - Constructor for class org.imixs.workflow.datev.services.DatevImportService
 
DatevSchedulerCSV - Class in org.imixs.workflow.datev.services
The DatevScheduler implementation exports workflow invoice data into a DATEV csv file.
DatevSchedulerCSV() - Constructor for class org.imixs.workflow.datev.services.DatevSchedulerCSV
 
DatevSchedulerXML - Class in org.imixs.workflow.datev.services
The DatevSchedulerXML implementation exports workflow invoice data into the DATEV Belegsatzschnittstelle im XML-Format The class implements the interface _org.imixs.workflow.engine.scheduler.Scheduler_ and can be used in combination with the Imxis-Workflow Scheduler Service.
DatevSchedulerXML() - Constructor for class org.imixs.workflow.datev.services.DatevSchedulerXML
 
DatevWorkflowService - Class in org.imixs.workflow.datev.services
This EJB provides methods to import data from a DATEV file and convert the objects into a workitem managed by the Imixs-Worklfow Engine.
DatevWorkflowService() - Constructor for class org.imixs.workflow.datev.services.DatevWorkflowService
 

E

EVENT_FAILED - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 
EVENT_START - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 
EVENT_SUCCESS - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 

F

FILE_NOT_FOUND - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 
findAllConfigurations() - Method in class org.imixs.workflow.datev.services.DatevWorkflowService
returns a list of all existing datev Configurations
findEntityByName(String, String, String) - Method in class org.imixs.workflow.datev.services.DatevImportService
This method finds a datev entity by the attribute 'txtName' The param clientID is optional and restricts the result to a specific DATEV client.
findWorkitemByName(String) - Method in class org.imixs.workflow.datev.services.DatevWorkflowService
This method finds a workitem by the attribute 'txtName'

G

getName() - Method in class org.imixs.workflow.datev.controller.DatevController
 
getSchedulerClass() - Method in class org.imixs.workflow.datev.controller.DatevController
Returns the sepa scheduler class name.

I

IMPORT_ERROR - Static variable in class org.imixs.workflow.datev.services.DatevImportService
 
importData(InputStream, String) - Method in class org.imixs.workflow.datev.services.DatevImportService
This method imports all entities from a csv file.
importEntities(ItemCollection, int, int) - Method in class org.imixs.workflow.datev.services.DatevWorkflowService
This method imports all entities from a csv file.
init() - Method in class org.imixs.workflow.datev.services.DatevWorkflowService
initial setup the magento client implementation
INVOICE_UPDATE - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 
IO_ERROR - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 
ISO8601_FORMAT_DATE - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 
ISO8601_FORMAT_DATETIME - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 
ITEM_DATEV_CLIENT_ID - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 
ITEM_DATEV_CONSULTANT_ID - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 
ITEM_DATEV_FISCAL_START - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 
ITEM_INITIAL_TASK - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 
ITEM_MODEL_VERSION - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 

L

LINK_PROPERTY - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 
loadConfiguration(String) - Method in class org.imixs.workflow.datev.services.DatevWorkflowService
This method loads a datev configuration.
logMessage(String, ItemCollection, ItemCollection) - Static method in class org.imixs.workflow.datev.services.DatevWorkflowService
Creates a new log entry stored in the item _scheduler_log.

M

MAX_COUNT - Static variable in class org.imixs.workflow.datev.services.DatevSchedulerCSV
 
MAX_COUNT - Static variable in class org.imixs.workflow.datev.services.DatevSchedulerXML
 
MAX_SEARCH_RESULT - Static variable in class org.imixs.workflow.datev.services.DatevImportService
 
MODEL_ERROR - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 

N

normalizeValueList(String[]) - Method in class org.imixs.workflow.datev.services.DatevImportService
This method removes the " from a value list

O

org.imixs.workflow.datev.controller - package org.imixs.workflow.datev.controller
 
org.imixs.workflow.datev.services - package org.imixs.workflow.datev.services
 

P

parseFieldList(String) - Method in class org.imixs.workflow.datev.services.DatevImportService
This method parses a DATEV field description (first line of the csv file)
parseFieldList(String) - Method in class org.imixs.workflow.datev.services.DatevWorkflowService
This method parses a DATEV field description (first line of the csv file)
PROCESSING_ERROR - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 
processInvoices(ItemCollection, List<ItemCollection>, ItemCollection, ItemCollection) - Method in class org.imixs.workflow.datev.services.DatevSchedulerCSV
This method expects a list of Subprocess definitions.
processInvoices(ItemCollection, List<ItemCollection>, ItemCollection, ItemCollection) - Method in class org.imixs.workflow.datev.services.DatevWorkflowService
This method expects a list of Subprocess definitions.
processSingleWorkitem(ItemCollection) - Method in class org.imixs.workflow.datev.services.DatevWorkflowService
This method process a single workIten in a new transaction.

R

readEntity(String, List<String>) - Method in class org.imixs.workflow.datev.services.DatevImportService
This method creates a ItemCollection from a csv file data line The method also creates a txtworkflowabstract to support fulltext search
readEntity(String, List<String>) - Method in class org.imixs.workflow.datev.services.DatevWorkflowService
This method creates a ItemCollection from a csv file data line
REPORT_ERROR - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 
run(ItemCollection) - Method in class org.imixs.workflow.datev.services.DatevSchedulerCSV
This is the method which processes the timeout event depending on the running timer settings.
run(ItemCollection) - Method in class org.imixs.workflow.datev.services.DatevSchedulerXML
This is the method which processes the timeout event depending on the running timer settings.

S

saveEntry(ItemCollection, String, String, String) - Method in class org.imixs.workflow.datev.services.DatevImportService
This method process a single workIten in a new transaction.
searchEntity(String, String, String) - Method in class org.imixs.workflow.datev.services.DatevImportService
This method returns a list of ItemCollections matching the search phrase and type.

T

TYPE - Static variable in class org.imixs.workflow.datev.services.DatevWorkflowService
 
C D E F G I L M N O P R S T 
Skip navigation links

Copyright © 2020 Imixs Software Solutions GmbH. All rights reserved.