Index

A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Serialized Form

A

ABSOLUTE - Enum constant in enum class com.technia.tif.enovia.util.modifier.PDFWatermark.PositionType
 
accept(FileFilterHandlerContext) - Method in interface com.technia.tif.enovia.util.config.FileFilterHandler
 
Action - Class in com.technia.tif.enovia.util.modifier
 
Action() - Constructor for class com.technia.tif.enovia.util.modifier.Action
 
addBootstrapServer(String) - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
addConnect(Connection) - Method in class com.technia.tif.enovia.integration.create.Data
 
addDisconnect(String) - Method in class com.technia.tif.enovia.integration.create.Data
 
addEnv(String, String) - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
addHeader(String, String) - Method in class com.technia.tif.core.io.http.HttpResponse
 
addHeader(String, String) - Method in class com.technia.tif.core.transfer.impl.http.HttpDestination
 
addHeader(String, String) - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
addInterface(InterfaceInfo) - Method in class com.technia.tif.enovia.integration.create.Data
 
addInterface(Collection<InterfaceInfo>) - Method in class com.technia.tif.enovia.integration.create.Data
 
addNamespace(String, String) - Method in class com.technia.tif.core.transfer.impl.saaj.SOAPDestination
 
append(boolean) - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult.Builder
 
APPEND - Enum constant in enum class com.technia.tif.core.transfer.impl.ftp.FTPDestination.ExistStrategy
 
appendResult(Object) - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinHandlerContext
Stringifies the given result and appends it to the transfer response, which is visible in the Admin UI in the job context view.
apply(AuthorizationContext, CredentialsConfig) - Method in interface com.technia.tif.enovia.security.ContextProviderHandler
 
ArgumentResolver<T> - Interface in com.technia.tif.enovia.integration.create.arg
This interface represents a resolver that determines an argument's value based on a context.
asObjectData() - Method in class com.technia.tif.enovia.integration.create.Data
 
asRelationshipData() - Method in class com.technia.tif.enovia.integration.create.Data
 
AuthorizationContext - Interface in com.technia.tif.enovia.security
Provides information to the Authorizer.

B

BEFORE_TRANSACTION_COMPLETION - Enum constant in enum class com.technia.tif.enovia.integration.event.EventType
 
bindTo(MessageHandler) - Method in interface com.technia.tif.enovia.job.reply.config.Source
 
Bookmarks - Enum Class in com.technia.tif.enovia.job.executors.file
 
build() - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult.Builder
 
build() - Method in class com.technia.tif.enovia.job.destination.checkin.ConnectObjectResult.Builder
 
build() - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult.Builder
 
build() - Method in class com.technia.tif.enovia.job.executors.file.CheckinContext.Builder
 
Builder() - Constructor for class com.technia.tif.enovia.job.executors.file.CheckinContext.Builder
 
BusinessObjectData - Class in com.technia.tif.enovia.integration.create
 
BusinessObjectData() - Constructor for class com.technia.tif.enovia.integration.create.BusinessObjectData
 
BusinessObjectData(String) - Constructor for class com.technia.tif.enovia.integration.create.BusinessObjectData
 
BusinessObjectFinder - Interface in com.technia.tif.enovia.integration.create
 
BusinessObjectProcessor - Interface in com.technia.tif.enovia.integration.create
 

C

checkin(CheckinHandlerContext) - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinHandler
Performs a file check-in.
checkin(CheckinHandlerContext) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
The main entry point of the class that wraps the action based on context information and calls the doCheckin method, which performs the actual check-in process.
checkin(CheckinHandlerContext, String, String) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
Performs the check-in based on the values in the "ctx".
checkin(CheckinContext) - Method in interface com.technia.tif.enovia.job.executors.file.CheckinAction
Performs a file check-in.
checkin(CheckinContext) - Method in class com.technia.tif.enovia.job.executors.file.DefaultCheckinAction
 
CheckinAction - Interface in com.technia.tif.enovia.job.executors.file
Action for checking in file.
CheckinContext - Class in com.technia.tif.enovia.job.executors.file
Contains input for checkin action.
CheckinContext.Builder - Class in com.technia.tif.enovia.job.executors.file
 
CheckinExistStrategy - Enum Class in com.technia.tif.enovia.job.destination.checkin
An enumeration that defines various strategies to apply when a file targeted for check-in already exists.
checkinFile(CheckinContext) - Method in class com.technia.tif.enovia.job.executors.file.DefaultCheckinAction
Performs a file check-in and returns information about result.
checkinFile(String, Path, String, String, boolean) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
Performs the check-in of a file based on the provided parameters.
checkinFileExists(CheckinHandlerContext, String, String) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
Performs a check-in of a file when a file with the same name already exists in the source object.
CheckinHandler - Interface in com.technia.tif.enovia.job.destination.checkin
Defines an interface for a handler that carries out file check-in.
CheckinHandlerContext - Interface in com.technia.tif.enovia.job.destination.checkin
Contains information for the check-in handler to perform a file check-in.
checkinNewVersion(CheckinHandlerContext, String, String) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
Performs a check-in of a file by creating a new version object.
checkinOverwrite(CheckinHandlerContext, String, String) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
Performs a check-in of a file by overwriting an existing file.
CheckinResult - Class in com.technia.tif.enovia.job.destination.checkin
Represents a result of a file check-in.
CheckinResult - Class in com.technia.tif.enovia.job.executors.file
Contains information about checked-in file.
CheckinResult(File, String, String) - Constructor for class com.technia.tif.enovia.job.executors.file.CheckinResult
 
CheckinResult.Builder - Class in com.technia.tif.enovia.job.destination.checkin
 
CheckinSettings - Interface in com.technia.tif.enovia.job.destination.checkin
Contains settings for a file check-in.
close() - Method in interface com.technia.tif.enovia.jaxrs.service.ExecutionCtx
 
com.technia.tif.core - package com.technia.tif.core
 
com.technia.tif.core.error - package com.technia.tif.core.error
 
com.technia.tif.core.io - package com.technia.tif.core.io
 
com.technia.tif.core.io.http - package com.technia.tif.core.io.http
 
com.technia.tif.core.io.jms - package com.technia.tif.core.io.jms
 
com.technia.tif.core.transfer - package com.technia.tif.core.transfer
 
com.technia.tif.core.transfer.impl - package com.technia.tif.core.transfer.impl
 
com.technia.tif.core.transfer.impl.amqp - package com.technia.tif.core.transfer.impl.amqp
 
com.technia.tif.core.transfer.impl.email - package com.technia.tif.core.transfer.impl.email
 
com.technia.tif.core.transfer.impl.ftp - package com.technia.tif.core.transfer.impl.ftp
 
com.technia.tif.core.transfer.impl.http - package com.technia.tif.core.transfer.impl.http
 
com.technia.tif.core.transfer.impl.jms - package com.technia.tif.core.transfer.impl.jms
 
com.technia.tif.core.transfer.impl.kafka - package com.technia.tif.core.transfer.impl.kafka
 
com.technia.tif.core.transfer.impl.nativemq - package com.technia.tif.core.transfer.impl.nativemq
 
com.technia.tif.core.transfer.impl.saaj - package com.technia.tif.core.transfer.impl.saaj
 
com.technia.tif.core.transfer.impl.stream - package com.technia.tif.core.transfer.impl.stream
 
com.technia.tif.core.transform - package com.technia.tif.core.transform
 
com.technia.tif.core.validation - package com.technia.tif.core.validation
 
com.technia.tif.enovia.file - package com.technia.tif.enovia.file
 
com.technia.tif.enovia.file.createupdate - package com.technia.tif.enovia.file.createupdate
 
com.technia.tif.enovia.file.job - package com.technia.tif.enovia.file.job
 
com.technia.tif.enovia.integration - package com.technia.tif.enovia.integration
 
com.technia.tif.enovia.integration.create - package com.technia.tif.enovia.integration.create
 
com.technia.tif.enovia.integration.create.arg - package com.technia.tif.enovia.integration.create.arg
 
com.technia.tif.enovia.integration.create.def - package com.technia.tif.enovia.integration.create.def
 
com.technia.tif.enovia.integration.event - package com.technia.tif.enovia.integration.event
 
com.technia.tif.enovia.jaxrs - package com.technia.tif.enovia.jaxrs
 
com.technia.tif.enovia.jaxrs.service - package com.technia.tif.enovia.jaxrs.service
 
com.technia.tif.enovia.jaxrs.service.config.impl.operation.create - package com.technia.tif.enovia.jaxrs.service.config.impl.operation.create
 
com.technia.tif.enovia.jaxrs.service.idlocator - package com.technia.tif.enovia.jaxrs.service.idlocator
 
com.technia.tif.enovia.jaxrs.service.idlocator.exception - package com.technia.tif.enovia.jaxrs.service.idlocator.exception
 
com.technia.tif.enovia.jaxrs.service.job - package com.technia.tif.enovia.jaxrs.service.job
 
com.technia.tif.enovia.jaxws.api - package com.technia.tif.enovia.jaxws.api
 
com.technia.tif.enovia.jaxws.api.export - package com.technia.tif.enovia.jaxws.api.export
 
com.technia.tif.enovia.jaxws.api.update - package com.technia.tif.enovia.jaxws.api.update
 
com.technia.tif.enovia.job - package com.technia.tif.enovia.job
 
com.technia.tif.enovia.job.destination - package com.technia.tif.enovia.job.destination
 
com.technia.tif.enovia.job.destination.checkin - package com.technia.tif.enovia.job.destination.checkin
 
com.technia.tif.enovia.job.executors.file - package com.technia.tif.enovia.job.executors.file
 
com.technia.tif.enovia.job.log - package com.technia.tif.enovia.job.log
 
com.technia.tif.enovia.job.reply.config - package com.technia.tif.enovia.job.reply.config
 
com.technia.tif.enovia.jobevent - package com.technia.tif.enovia.jobevent
 
com.technia.tif.enovia.jobevent.createupdate - package com.technia.tif.enovia.jobevent.createupdate
 
com.technia.tif.enovia.jobevent.newjob - package com.technia.tif.enovia.jobevent.newjob
 
com.technia.tif.enovia.kafka - package com.technia.tif.enovia.kafka
 
com.technia.tif.enovia.kafka.createupdate - package com.technia.tif.enovia.kafka.createupdate
 
com.technia.tif.enovia.model - package com.technia.tif.enovia.model
 
com.technia.tif.enovia.payload - package com.technia.tif.enovia.payload
 
com.technia.tif.enovia.scheduling - package com.technia.tif.enovia.scheduling
 
com.technia.tif.enovia.security - package com.technia.tif.enovia.security
 
com.technia.tif.enovia.util.config - package com.technia.tif.enovia.util.config
 
com.technia.tif.enovia.util.modifier - package com.technia.tif.enovia.util.modifier
 
compareTo(Version) - Method in class com.technia.tif.core.Version
 
compareTo(ServiceInfo) - Method in interface com.technia.tif.enovia.jaxrs.service.ServiceInfo
 
complete() - Method in interface com.technia.tif.enovia.jaxrs.service.ExecutionCtx
 
complete() - Method in class com.technia.tif.enovia.job.log.Logger
 
COMPLETED - Enum constant in enum class com.technia.tif.enovia.integration.event.EventType
 
completeWithError(Throwable) - Method in class com.technia.tif.enovia.job.log.Logger
 
ConfigurableDestination - Class in com.technia.tif.core.transfer.impl
 
ConfigurableDestination() - Constructor for class com.technia.tif.core.transfer.impl.ConfigurableDestination
 
ConfigurableDestination(ConfigurableDestination) - Constructor for class com.technia.tif.core.transfer.impl.ConfigurableDestination
 
ConfigurationException - Exception in com.technia.tif.core
 
ConfigurationException(String) - Constructor for exception com.technia.tif.core.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception com.technia.tif.core.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception com.technia.tif.core.ConfigurationException
 
ConnectDirection - Enum Class in com.technia.tif.enovia.job.destination.checkin
An enumeration that defines connect directions.
ConnectObjectResult - Class in com.technia.tif.enovia.job.destination.checkin
Represents a result of connecting the newly created object to the source object.
ConnectObjectResult.Builder - Class in com.technia.tif.enovia.job.destination.checkin
 
connectObjects(CheckinHandlerContext, String, String) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
Connects the newly created object to the source object if connect-settings are defined.
ConnectSettings - Interface in com.technia.tif.enovia.job.destination.checkin
Settings for connecting the newly created object with the source object.
Context - Interface in com.technia.tif.enovia.integration.create
 
Context.ReturnType - Interface in com.technia.tif.enovia.integration.create
Defines the return type
Context.Select - Class in com.technia.tif.enovia.integration.create
Encapsulates the select expression and the definition of what return type is expected from the expression.
ContextProviderHandler - Interface in com.technia.tif.enovia.security
 
copy() - Method in interface com.technia.tif.core.Template
 
copy() - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
copy() - Method in class com.technia.tif.core.transfer.impl.email.EmailDestination
 
copy() - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
copy() - Method in class com.technia.tif.core.transfer.impl.http.HttpDestination
 
copy() - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
copy() - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
copy() - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
copy() - Method in class com.technia.tif.core.transfer.impl.saaj.SOAPDestination
 
copy() - Method in class com.technia.tif.core.transfer.impl.stream.FileDestination
 
createBuilder() - Static method in class com.technia.tif.enovia.job.executors.file.CheckinContext
 
createConnection(ConnectionFactory) - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
CREATED - Enum constant in enum class com.technia.tif.enovia.integration.create.Data.Status
 
createNewVersionObject(CheckinHandlerContext, String, String) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
Creates a new version object for the given source object and file name.
createObject(CheckinHandlerContext, String) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
Creates a new object if create-settings are defined.
CreateObjectResult - Class in com.technia.tif.enovia.job.destination.checkin
Represents a result of creating a new object.
CreateObjectResult.Builder - Class in com.technia.tif.enovia.job.destination.checkin
 
createObjectUsingGenerator(CreateSettings, String, NumberGenerators, String, boolean) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
Creates an object with the given create-settings and selected object number generator.
createQueueManager() - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
createServletErrorResponse(HttpServletResponse) - Method in class com.technia.tif.enovia.jaxrs.service.RestResponse
 
createServletResponse(HttpServletResponse) - Method in class com.technia.tif.enovia.jaxrs.service.RestResponse
 
createServletSuccessResponse(HttpServletResponse) - Method in class com.technia.tif.enovia.jaxrs.service.RestResponse
 
CreateSettings - Interface in com.technia.tif.enovia.job.destination.checkin
Settings for a new object to be created and to where the report will be checked in.
createXPathFactory() - Method in interface com.technia.tif.enovia.integration.IntegrationContext
 

D

data() - Method in class com.technia.tif.enovia.kafka.Result
 
Data - Class in com.technia.tif.enovia.integration.create
 
Data() - Constructor for class com.technia.tif.enovia.integration.create.Data
 
Data.Status - Enum Class in com.technia.tif.enovia.integration.create
 
DefaultCheckinAction - Class in com.technia.tif.enovia.job.executors.file
Default implementation for file check-in action.
DefaultCheckinAction() - Constructor for class com.technia.tif.enovia.job.executors.file.DefaultCheckinAction
 
DefaultCheckinHandler - Class in com.technia.tif.enovia.job.destination.checkin
The default implementation of the check-in handler, which can also be used as a base class for a customized handler.
DefaultCheckinHandler() - Constructor for class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
 
DefaultConnectSettings - Class in com.technia.tif.enovia.job.destination.checkin
Settings for connecting the newly created object with the source object.
DefaultConnectSettings() - Constructor for class com.technia.tif.enovia.job.destination.checkin.DefaultConnectSettings
 
DefaultQueryServiceHandler - Class in com.technia.tif.enovia.jaxws.api.export
 
DefaultQueryServiceHandler() - Constructor for class com.technia.tif.enovia.jaxws.api.export.DefaultQueryServiceHandler
 
DELETED - Enum constant in enum class com.technia.tif.enovia.integration.create.Data.Status
 
Destination - Interface in com.technia.tif.core.transfer
 
Destinations - Interface in com.technia.tif.core.transfer
 
Destinations.Instance - Class in com.technia.tif.core.transfer
 
direction(ConnectDirection) - Method in class com.technia.tif.enovia.job.destination.checkin.ConnectObjectResult.Builder
 
doCheckin(CheckinHandlerContext) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
Performs the actual check-in process.

E

EmailDestination - Class in com.technia.tif.core.transfer.impl.email
 
EmailDestination() - Constructor for class com.technia.tif.core.transfer.impl.email.EmailDestination
 
EmailDestination(EmailDestination) - Constructor for class com.technia.tif.core.transfer.impl.email.EmailDestination
 
EMPTY - Static variable in class com.technia.tif.enovia.jobevent.JobEvents
 
EnoviaJob - Class in com.technia.tif.enovia.job
 
EnoviaJob() - Constructor for class com.technia.tif.enovia.job.EnoviaJob
 
ensureCheckinEnabled(XMLReader) - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
equals(Object) - Method in class com.technia.tif.core.transfer.impl.ConfigurableDestination
 
equals(Object) - Method in class com.technia.tif.core.Version
 
equals(Object) - Method in class com.technia.tif.enovia.integration.create.Context.Select
 
equals(Object) - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
equals(Object) - Method in class com.technia.tif.enovia.job.destination.JobTransfer.JobTransferId
 
error(int, String) - Static method in class com.technia.tif.enovia.jaxrs.service.RestResponse
 
error(RESTException) - Static method in class com.technia.tif.enovia.jaxrs.service.RestResponse
 
ERROR - Enum constant in enum class com.technia.tif.enovia.jobevent.JobEventType
Triggered when encountering errors with the job
ErrorData - Interface in com.technia.tif.core.error
 
ErrorEvent - Interface in com.technia.tif.enovia.jobevent
Event object used when a error event is triggered.
ErrorHandler - Interface in com.technia.tif.core.error
 
evaluate(EnoviaJob, HttpResponse) - Method in interface com.technia.tif.enovia.job.destination.HttpStatusEvaluator
Evaluates the HTTP response.
evaluate(ReplyHandlerContext) - Method in class com.technia.tif.enovia.job.reply.config.SimpleFileStatusEvaluator
 
evaluate(ReplyHandlerContext) - Method in interface com.technia.tif.enovia.job.reply.config.StatusEvaluator
 
evaluateNewJob(JobEvent, String, String, Map<String, String[]>) - Method in interface com.technia.tif.enovia.jobevent.newjob.NewJobEvaluator
Evaluates if new job should be created.
EventType - Enum Class in com.technia.tif.enovia.integration.event
 
execute(ExecutionCtx) - Method in interface com.technia.tif.enovia.jaxrs.service.RestExecutor
Runs a job using a configurable REST web service.
execute(HandlerContext) - Method in interface com.technia.tif.enovia.job.executors.file.FileHandler
 
execute(JobContext) - Method in interface com.technia.tif.enovia.scheduling.ScheduledJob
Called when the job is about to be executed.
ExecutionCtx - Interface in com.technia.tif.enovia.jaxrs.service
Context when executing a REST job.
ExtractionException - Exception in com.technia.tif.core
 
ExtractionException(String) - Constructor for exception com.technia.tif.core.ExtractionException
 
ExtractionException(String, Throwable) - Constructor for exception com.technia.tif.core.ExtractionException
 
ExtractionException(Throwable) - Constructor for exception com.technia.tif.core.ExtractionException
 

F

FAIL - Enum constant in enum class com.technia.tif.core.transfer.impl.ftp.FTPDestination.ExistStrategy
 
FAIL - Enum constant in enum class com.technia.tif.enovia.job.destination.checkin.CheckinExistStrategy
 
FAILURE - Enum constant in enum class com.technia.tif.enovia.integration.event.EventType
 
FailureEvent - Class in com.technia.tif.enovia.integration.event
 
FailureEvent(IntegrationContext, Throwable) - Constructor for class com.technia.tif.enovia.integration.event.FailureEvent
 
file(File) - Method in class com.technia.tif.enovia.job.executors.file.CheckinContext.Builder
 
FILE_CHECKEDIN - Enum constant in enum class com.technia.tif.enovia.integration.event.EventType
Event type fired when a file has been checked in to a businessobject.
FileAction - Class in com.technia.tif.enovia.job.executors.file
 
FileAction() - Constructor for class com.technia.tif.enovia.job.executors.file.FileAction
 
FileActionContext - Interface in com.technia.tif.enovia.job.executors.file
 
FileActionResult - Class in com.technia.tif.enovia.job.executors.file
 
FileActionResult(File) - Constructor for class com.technia.tif.enovia.job.executors.file.FileActionResult
 
FileArgumentResolver - Interface in com.technia.tif.enovia.file.createupdate
This interface represents a resolver for File-specific arguments.
FileContent - Class in com.technia.tif.enovia.integration
Represents a file content: file name and input stream providing the content.
FileContent(String, InputStreamProvider) - Constructor for class com.technia.tif.enovia.integration.FileContent
 
FileContentProvider - Interface in com.technia.tif.enovia.integration
Provides file content.
FileContext - Class in com.technia.tif.enovia.file.createupdate
Contains information about file.
FileContext(FileHandlerContext) - Constructor for class com.technia.tif.enovia.file.createupdate.FileContext
 
FileDestination - Class in com.technia.tif.core.transfer.impl.stream
 
FileDestination() - Constructor for class com.technia.tif.core.transfer.impl.stream.FileDestination
 
FileDestination(FileDestination) - Constructor for class com.technia.tif.core.transfer.impl.stream.FileDestination
 
FileEvent - Class in com.technia.tif.enovia.integration.event
 
FileEvent(IntegrationContext, EventType, String, String, String, String) - Constructor for class com.technia.tif.enovia.integration.event.FileEvent
 
FileFilterHandler - Interface in com.technia.tif.enovia.util.config
Represents a handler that checks whether a file is accepted.
FileFilterHandlerContext - Class in com.technia.tif.enovia.util.config
Contains input for the file handler.
FileFilterHandlerContext(Job, String, String, Map<String, String[]>) - Constructor for class com.technia.tif.enovia.util.config.FileFilterHandlerContext
 
FileHandler - Interface in com.technia.tif.enovia.job.executors.file
Represents a handler that performs an action on a file.
FileJob - Class in com.technia.tif.enovia.file.job
 
FileJob() - Constructor for class com.technia.tif.enovia.file.job.FileJob
 
fileName(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult.Builder
 
fileName(String) - Method in class com.technia.tif.enovia.job.executors.file.CheckinContext.Builder
 
FileNameProvider - Interface in com.technia.tif.enovia.job.executors.file
 
FileProcessor - Interface in com.technia.tif.enovia.integration.create
 
FileProcessor.CheckinContext - Interface in com.technia.tif.enovia.integration.create
 
find(Context, CreateConfig) - Method in interface com.technia.tif.enovia.integration.create.BusinessObjectFinder
 
findExistingFileName(CheckinHandlerContext, String) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
Finds if there is an existing file checked in to the source object with the same name as specified in the context.
format(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult.Builder
 
format(String) - Method in class com.technia.tif.enovia.job.executors.file.CheckinContext.Builder
 
FROM - Enum constant in enum class com.technia.tif.enovia.job.destination.checkin.ConnectDirection
 
fromFile(File) - Static method in class com.technia.tif.enovia.integration.FileContent
Creates file content based on a File.
fromObjectId(String) - Method in class com.technia.tif.enovia.job.destination.checkin.ConnectObjectResult.Builder
 
fromString(String) - Static method in class com.technia.tif.core.Version
 
fromURL(URL) - Static method in class com.technia.tif.enovia.integration.FileContent
Creates file content based on a URL.
fromURL(URL, String) - Static method in class com.technia.tif.enovia.integration.FileContent
Creates file content based on a URL and file name.
FTPDestination - Class in com.technia.tif.core.transfer.impl.ftp
 
FTPDestination() - Constructor for class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
FTPDestination(FTPDestination) - Constructor for class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
FTPDestination.ExistStrategy - Enum Class in com.technia.tif.core.transfer.impl.ftp
 

G

generateConfig(File, XMLWriter) - Method in class com.technia.tif.enovia.util.modifier.Action
 
generateConfig(File, XMLWriter) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermarkList
 
generateConfig(File, XMLWriter) - Method in class com.technia.tif.enovia.util.modifier.SaveAs
 
generateConfig(File, XMLWriter) - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
get() - Static method in class com.technia.tif.core.transfer.Destinations.Instance
 
getAbsolutePath() - Method in class com.technia.tif.enovia.file.createupdate.FileContext
 
getAcknowledgeMode() - Method in class com.technia.tif.core.io.jms.MessageSender
 
getAcks() - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
getAction() - Method in class com.technia.tif.core.transfer.impl.saaj.SOAPDestination
 
getAction(FileActionType) - Method in interface com.technia.tif.enovia.job.executors.file.FileActionContext
 
getActionBaseURL() - Method in class com.technia.tif.core.transfer.impl.saaj.SOAPDestination
 
getActions() - Method in interface com.technia.tif.enovia.job.executors.file.FileActionContext
 
getAltowner1() - Method in class com.technia.tif.enovia.integration.create.Data
 
getAltowner2() - Method in class com.technia.tif.enovia.integration.create.Data
 
getAppend() - Method in class com.technia.tif.core.transfer.impl.stream.FileDestination
 
getArguments() - Method in interface com.technia.tif.enovia.integration.IntegrationContext
 
getAsyncReplyOverdueReported() - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
getAttributeNames() - Method in class com.technia.tif.enovia.integration.create.Data
 
getAttributes() - Method in class com.technia.tif.enovia.integration.create.Data
 
getAttributeValue(String) - Method in class com.technia.tif.enovia.integration.create.Data
 
getAuthentication() - Method in class com.technia.tif.core.transfer.impl.http.HttpDestination
 
getAuthentication() - Method in class com.technia.tif.core.transfer.impl.saaj.SOAPDestination
 
getBookmarks() - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
getBoolValue(String) - Method in interface com.technia.tif.enovia.scheduling.JobContext
 
getBootstrapServers() - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
getBottomMargin() - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
getCache() - Method in interface com.technia.tif.enovia.job.executors.file.FileActionContext
 
getCheckinSettings() - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinHandlerContext
Returns settings for checking in file(s) into an object.
getClientId() - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
getClientId() - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
getCode() - Method in class com.technia.tif.enovia.jaxrs.service.idlocator.StatusData
 
getCompleted() - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
getCompleted() - Method in class com.technia.tif.enovia.model.JobEntity
 
getConfigName() - Method in interface com.technia.tif.enovia.jaxws.api.Webservice
 
getConnectionFactoryLookupKey() - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
getConnectionName() - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
getConnects() - Method in class com.technia.tif.enovia.integration.create.Data
 
getConnectSettings() - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinHandlerContext
Returns the settings for for connecting the newly created object with source object.
getConsumerProps() - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
getContent() - Method in class com.technia.tif.core.io.http.HttpResponse
 
getContent(Context, Map<String, String>) - Method in interface com.technia.tif.enovia.integration.FileContentProvider
Returns an input stream providing file content.
getContentType() - Method in class com.technia.tif.core.io.http.HttpResponse
 
getContentType() - Method in interface com.technia.tif.core.transform.TransformContext
 
getContentType() - Method in exception com.technia.tif.enovia.jaxrs.RESTException
Returns the content type.
getContentType() - Method in exception com.technia.tif.enovia.jaxrs.service.idlocator.exception.IdLocatorException
 
getContentType() - Method in class com.technia.tif.enovia.jaxrs.service.idlocator.StatusData
 
getContentType() - Method in class com.technia.tif.enovia.jaxrs.service.RestResponse
 
getContentType() - Method in interface com.technia.tif.enovia.payload.Payload
 
getContentType() - Method in interface com.technia.tif.enovia.payload.PayloadData
 
getContext() - Method in interface com.technia.tif.enovia.integration.create.FileProcessor.CheckinContext
 
getContext() - Method in class com.technia.tif.enovia.integration.event.IntegrationEvent
 
getContextObjectId() - Method in class com.technia.tif.enovia.integration.event.FileEvent
 
getContextObjectIds() - Method in interface com.technia.tif.enovia.integration.IntegrationContext
 
getCorrelationId() - Method in interface com.technia.tif.core.io.jms.SendResult
 
getCount() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getCreated() - Method in class com.technia.tif.enovia.model.JobEntity
 
getCreateSettings() - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinHandlerContext
Returns the settings for creating a new object to where the report will be checked in.
getCurrentDetails() - Method in interface com.technia.tif.enovia.integration.create.Context
 
getCurrentState() - Method in class com.technia.tif.enovia.integration.create.BusinessObjectData
 
getData(PayloadContext) - Method in interface com.technia.tif.enovia.payload.Payload
 
getDefaultCharacterSet() - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
getDefaultEncoding() - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
getDefaultExpiracy() - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
getDefaultJobIDLocator() - Method in interface com.technia.tif.enovia.job.reply.config.Source
 
getDefaultPriority() - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
getDefaultProducer() - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
getDefaultTopic() - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
getDescription() - Method in interface com.technia.tif.core.ServiceActivator
 
getDescription() - Method in interface com.technia.tif.core.transfer.Destination
 
getDescription() - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
getDescription() - Method in class com.technia.tif.core.transfer.impl.email.EmailDestination
 
getDescription() - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
getDescription() - Method in class com.technia.tif.core.transfer.impl.http.HttpDestination
 
getDescription() - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
getDescription() - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
getDescription() - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
getDescription() - Method in class com.technia.tif.core.transfer.impl.saaj.SOAPDestination
 
getDescription() - Method in class com.technia.tif.core.transfer.impl.stream.FileDestination
 
getDescription() - Method in class com.technia.tif.enovia.integration.create.BusinessObjectData
 
getDestination() - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
getDestination(String) - Method in interface com.technia.tif.core.transfer.Destinations
Returns a Destination instance associated with the specified id.
getDestinationId() - Method in class com.technia.tif.enovia.job.destination.JobTransfer.JobTransferId
 
getDestinationId() - Method in class com.technia.tif.enovia.job.reply.config.JobIDLocator.ID
 
getDestinationId() - Method in interface com.technia.tif.enovia.job.reply.config.Source
 
getDirection() - Method in class com.technia.tif.enovia.job.destination.checkin.ConnectObjectResult
 
getDirection() - Method in interface com.technia.tif.enovia.job.destination.checkin.ConnectSettings
 
getDirection() - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultConnectSettings
 
getDirectory() - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
getDirectory() - Method in class com.technia.tif.enovia.file.createupdate.FileContext
 
getDirectory() - Method in class com.technia.tif.enovia.util.modifier.SaveAs
 
getDirectoryName() - Method in class com.technia.tif.core.transfer.impl.stream.FileDestination
 
getDisconnectIds() - Method in class com.technia.tif.enovia.integration.create.Data
 
getDisplayName() - Method in interface com.technia.tif.enovia.jaxrs.service.RestService
 
getDisplayName() - Method in interface com.technia.tif.enovia.jaxrs.service.ServiceInfo
User friendly name of the service.
getDocument() - Method in class com.technia.tif.enovia.integration.event.XMLParsedEvent
 
getDoubleValue(String) - Method in interface com.technia.tif.enovia.scheduling.JobContext
 
getDurable() - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
getEncoding() - Method in class com.technia.tif.core.io.http.HttpResponse
 
getEncoding() - Method in interface com.technia.tif.core.transform.TransformContext
 
getEncoding() - Method in interface com.technia.tif.core.validation.ValidationContext
 
getEncoding() - Method in interface com.technia.tif.enovia.payload.Payload
 
getEncoding() - Method in interface com.technia.tif.enovia.payload.PayloadData
 
getEnd() - Method in class com.technia.tif.enovia.model.JobEntity
 
getEndX() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getEndXPosition() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getEndY() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getEndYPosition() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getEnoviaUser() - Method in class com.technia.tif.enovia.job.EnoviaJob
 
getEnv() - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
getEnv() - Method in interface com.technia.tif.enovia.payload.PayloadContext
 
getError() - Method in interface com.technia.tif.core.error.ErrorData
 
getError() - Method in class com.technia.tif.enovia.integration.event.FailureEvent
 
getError() - Method in interface com.technia.tif.enovia.jobevent.ErrorEvent
 
getErrorDetails() - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
getErrorDetails() - Method in class com.technia.tif.enovia.model.JobEntity
 
getErrorHandler() - Method in interface com.technia.tif.core.transfer.Destination
 
getErrorHandler() - Method in class com.technia.tif.core.transfer.impl.ConfigurableDestination
 
getErrorMessage() - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
getErrorMessage() - Method in class com.technia.tif.enovia.model.JobEntity
 
getErrorMsg() - Method in interface com.technia.tif.enovia.jobevent.ErrorEvent
 
getEventType() - Method in interface com.technia.tif.enovia.jobevent.JobEvent
The type of the event, e.g.
getExchange() - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
getExecTime() - Method in class com.technia.tif.enovia.model.JobEntity
 
getExecutor() - Method in interface com.technia.tif.enovia.jaxrs.service.RestService
 
getExistStrategy() - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
getExistStrategy() - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinSettings
 
getExpression() - Method in class com.technia.tif.enovia.integration.create.Context.Select
 
getExtension() - Method in class com.technia.tif.enovia.file.createupdate.FileContext
 
getExtensionId() - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
getFile() - Method in class com.technia.tif.enovia.file.createupdate.FileContext
 
getFile() - Method in class com.technia.tif.enovia.job.executors.file.CheckinContext
The file to be checked in.
getFile() - Method in class com.technia.tif.enovia.job.executors.file.CheckinResult
Checked in file.
getFile() - Method in interface com.technia.tif.enovia.job.executors.file.FileActionContext
 
getFile() - Method in class com.technia.tif.enovia.job.executors.file.FileActionResult
 
getFile() - Method in class com.technia.tif.enovia.job.executors.file.HandlerContext
Returns the current file.
getFile(StringLookup) - Method in class com.technia.tif.core.transfer.impl.stream.FileDestination
 
getFileHolderId() - Method in class com.technia.tif.enovia.job.executors.file.CheckinResult
If CDM is applied, this method returns the ID of active version object that holds the file.
getFileJobInfo() - Method in class com.technia.tif.enovia.file.job.FileJob
 
getFileName() - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
getFileName() - Method in class com.technia.tif.core.transfer.impl.stream.FileDestination
 
getFileName() - Method in class com.technia.tif.enovia.file.createupdate.FileContext
 
getFileName() - Method in class com.technia.tif.enovia.integration.event.FileEvent
 
getFileName() - Method in class com.technia.tif.enovia.integration.FileContent
 
getFileName() - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult
 
getFileName() - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinSettings
 
getFileName() - Method in class com.technia.tif.enovia.job.executors.file.CheckinContext
Name of the checked in file.
getFileName() - Method in class com.technia.tif.enovia.job.executors.file.CheckinResult
File name that was used for check-in.
getFileName() - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
getFileName() - Method in interface com.technia.tif.enovia.job.executors.file.FileActionContext
 
getFileName() - Method in class com.technia.tif.enovia.util.config.FileFilterHandlerContext
 
getFileName(EnoviaJob, String, String, String) - Method in interface com.technia.tif.enovia.job.executors.file.FileNameProvider
Returns file name for a specific job/file/object/format combination.
getFileName(FileActionContext) - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
getFileName(FileActionContext, String) - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
getFilePrefix() - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
getFilePrefix() - Method in class com.technia.tif.core.transfer.impl.stream.FileDestination
 
getFileSuffix() - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
getFileSuffix() - Method in class com.technia.tif.core.transfer.impl.stream.FileDestination
 
getFontColor() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getFontName() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getFontSize() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getFormat() - Method in interface com.technia.tif.enovia.integration.create.FileProcessor.CheckinContext
 
getFormat() - Method in class com.technia.tif.enovia.integration.event.FileEvent
 
getFormat() - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult
 
getFormat() - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinSettings
 
getFormat() - Method in class com.technia.tif.enovia.job.executors.file.CheckinContext
The name of the format.
getFormat() - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
getFormat() - Method in interface com.technia.tif.enovia.job.executors.file.FileActionContext
 
getFormat() - Method in class com.technia.tif.enovia.util.config.FileFilterHandlerContext
 
getFromObjectId() - Method in class com.technia.tif.enovia.integration.create.RelationshipData
 
getFromObjectId() - Method in class com.technia.tif.enovia.integration.event.RelationshipEvent
 
getFromObjectId() - Method in class com.technia.tif.enovia.job.destination.checkin.ConnectObjectResult
 
getGenerator() - Method in interface com.technia.tif.enovia.job.destination.checkin.CreateSettings
 
getGroupId() - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
getGroupId() - Method in interface com.technia.tif.enovia.scheduling.JobContext
 
getHeader(String) - Method in class com.technia.tif.core.transfer.impl.http.HttpDestination
 
getHeader(String) - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
getHeaderMap() - Method in class com.technia.tif.core.transfer.impl.http.HttpDestination
 
getHeaderMap() - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
getHeaderNames() - Method in interface com.technia.tif.enovia.security.AuthorizationContext
Returns a list of all the header names this request contains.
getHeaders() - Method in class com.technia.tif.core.io.http.HttpResponse
 
getHeaderValue(String) - Method in interface com.technia.tif.enovia.security.AuthorizationContext
Returns the value of the specified header as a String.
getHeaderValues(String) - Method in interface com.technia.tif.enovia.security.AuthorizationContext
Returns all the values of the specified header.
getHostName() - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
getHostName() - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
getHttpServletRequest() - Method in interface com.technia.tif.enovia.jaxrs.service.ExecutionCtx
 
getHttpStatusCode() - Method in class com.technia.tif.enovia.jaxrs.service.RestResponse
 
getId() - Method in class com.technia.tif.core.transfer.impl.ConfigurableDestination
 
getId() - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
getId() - Method in interface com.technia.tif.enovia.job.reply.config.ReplyHandlerContext
 
getId() - Method in class com.technia.tif.enovia.model.JobEntity
 
getId() - Method in interface com.technia.tif.enovia.scheduling.JobContext
 
getIds(JobEvent, String) - Method in interface com.technia.tif.enovia.jobevent.newjob.ObjectIdProvider
Returns an array containing object ids.
getIfNotFoundStatus() - Method in interface com.technia.tif.enovia.jaxrs.service.idlocator.IdLocator
 
getImageFileName() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getImageStartX() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getImageStartXPosition() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getImageStartY() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getImageStartYPosition() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getIndexerVersion() - Method in class com.technia.tif.enovia.model.JobEntity
 
getInitialContext() - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
getInitialContextFactory() - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
getInputStream() - Method in interface com.technia.tif.core.io.InputStreamProvider
 
getInputStream() - Method in interface com.technia.tif.core.transform.TransformContext
 
getInputStream() - Method in class com.technia.tif.enovia.integration.FileContent
 
getIntegrationContext() - Method in interface com.technia.tif.enovia.integration.create.Context
 
getInterfaces() - Method in class com.technia.tif.enovia.integration.create.Data
 
getIntValue(String) - Method in interface com.technia.tif.enovia.scheduling.JobContext
 
getJmsDestination() - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
getJob() - Method in interface com.technia.tif.enovia.jaxrs.service.ExecutionCtx
 
getJob() - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinHandlerContext
Returns the current job.
getJob() - Method in class com.technia.tif.enovia.job.executors.file.CheckinContext
 
getJob() - Method in interface com.technia.tif.enovia.job.executors.file.FileActionContext
 
getJob() - Method in class com.technia.tif.enovia.job.executors.file.HandlerContext
 
getJob() - Method in class com.technia.tif.enovia.job.log.Logger
 
getJob() - Method in interface com.technia.tif.enovia.job.reply.config.ReplyHandlerContext
 
getJob() - Method in class com.technia.tif.enovia.jobevent.createupdate.JobEventContext
 
getJob() - Method in interface com.technia.tif.enovia.jobevent.JobEvent
Job event trigger on.
getJob() - Method in class com.technia.tif.enovia.util.config.FileFilterHandlerContext
 
getJobData() - Method in class com.technia.tif.enovia.job.EnoviaJob
 
getJobEvents() - Method in interface com.technia.tif.enovia.jaxrs.service.RestService
 
getJobId() - Method in class com.technia.tif.enovia.job.destination.JobTransfer.JobTransferId
 
getJobId() - Method in class com.technia.tif.enovia.job.reply.config.JobIDLocator.ID
 
getJobId() - Method in class com.technia.tif.enovia.model.JobEntity
 
getJobTransfer() - Method in interface com.technia.tif.enovia.job.reply.config.ReplyHandlerContext
 
getLastIndexed() - Method in class com.technia.tif.enovia.model.JobEntity
 
getLeftMargin() - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
getLinger() - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
getLog() - Method in interface com.technia.tif.enovia.job.executors.file.FileActionContext
 
getLongValue(String) - Method in interface com.technia.tif.enovia.scheduling.JobContext
 
getMacroResolver() - Method in interface com.technia.tif.core.transform.TransformContext
 
getMailMessage() - Method in class com.technia.tif.core.transfer.impl.email.EmailDestination
 
getMajor() - Method in class com.technia.tif.core.Version
 
getMaxRetryAttempts() - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
getMessage() - Method in exception com.technia.tif.enovia.jaxrs.RESTException
 
getMessage() - Method in interface com.technia.tif.enovia.job.reply.config.ReplyHandlerContext
Returns the "message" containing the data that we will evaluate the reply with.
getMessageId() - Method in interface com.technia.tif.core.io.jms.SendResult
 
getMethod() - Method in class com.technia.tif.core.transfer.impl.http.HttpDestination
 
getMethod() - Method in class com.technia.tif.core.transfer.impl.saaj.SOAPDestination
 
getMinor() - Method in class com.technia.tif.core.Version
 
getMinorOrder(BusinessObjectData) - Method in interface com.technia.tif.enovia.integration.create.def.ReviseBehavior
May be used to provide the "minororder" value used as part of the revise MQL clause.
getMode() - Method in interface com.technia.tif.enovia.integration.create.Context
 
getModified() - Method in class com.technia.tif.enovia.integration.create.Data
 
getName() - Method in class com.technia.tif.enovia.integration.create.BusinessObjectData
 
getName() - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult
 
getName() - Method in interface com.technia.tif.enovia.payload.PayloadData
 
getName() - Method in class com.technia.tif.enovia.util.modifier.SaveAs
 
getNamespaceContext() - Method in interface com.technia.tif.enovia.integration.IntegrationContext
 
getNamespaces() - Method in class com.technia.tif.core.transfer.impl.saaj.SOAPDestination
 
getNewFileName() - Method in class com.technia.tif.enovia.job.executors.file.CheckinContext
New file name for the file to be checked in.
getNextRevision(BusinessObjectData) - Method in interface com.technia.tif.enovia.integration.create.def.ReviseBehavior
May return the value of the next revision to be used.
getObjectGeneratorName() - Method in interface com.technia.tif.enovia.job.destination.checkin.CreateSettings
 
getObjectGeneratorRevision() - Method in interface com.technia.tif.enovia.job.destination.checkin.CreateSettings
 
getObjectId() - Method in class com.technia.tif.enovia.integration.create.BusinessObjectData
 
getObjectId() - Method in class com.technia.tif.enovia.integration.event.ObjectEvent
 
getObjectId() - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult
 
getObjectId() - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult
 
getObjectId() - Method in class com.technia.tif.enovia.job.executors.file.CheckinContext
The ID of the object to which the file should be checked into.
getObjectId() - Method in interface com.technia.tif.enovia.job.executors.file.FileActionContext
 
getOnError() - Method in class com.technia.tif.enovia.jobevent.JobEvents
 
getOnStart() - Method in class com.technia.tif.enovia.jobevent.JobEvents
 
getOnSuccess() - Method in class com.technia.tif.enovia.jobevent.JobEvents
 
getOnValidate() - Method in class com.technia.tif.enovia.jobevent.JobEvents
 
getOptions() - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
getOrganization() - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult
 
getOriginated() - Method in class com.technia.tif.enovia.integration.create.Data
 
getOutputStream() - Method in interface com.technia.tif.core.transform.TransformContext
 
getOwner() - Method in class com.technia.tif.enovia.integration.create.Data
 
getPageOrientation() - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
getParam(String) - Method in interface com.technia.tif.core.error.ErrorData
 
getParameterNames() - Method in interface com.technia.tif.enovia.security.AuthorizationContext
 
getParameterValue(String) - Method in interface com.technia.tif.enovia.security.AuthorizationContext
 
getParameterValues(String) - Method in interface com.technia.tif.enovia.security.AuthorizationContext
 
getParamNames() - Method in interface com.technia.tif.enovia.scheduling.JobContext
 
getParams() - Method in interface com.technia.tif.enovia.jaxrs.service.ExecutionCtx
Gets parameters for the call to the REST web service.
getParams() - Method in class com.technia.tif.enovia.util.config.FileFilterHandlerContext
 
getParams(JobEvent, String, String) - Method in interface com.technia.tif.enovia.jobevent.newjob.JobParamProvider
Returns map containing job parameters.
getParentJobId() - Method in class com.technia.tif.enovia.job.EnoviaJob
 
getParentJobId() - Method in class com.technia.tif.enovia.model.JobEntity
 
getPassword() - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
getPassword() - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
getPassword() - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
getPatch() - Method in class com.technia.tif.core.Version
 
getPath() - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinHandlerContext
Returns the path to the file to be checked in.
getPath() - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinSettings
 
getPayload() - Method in interface com.technia.tif.enovia.payload.PayloadContext
 
getPayloadFileName() - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
getPayloadName() - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinHandlerContext
Returns the name of the payload to be used as file if no specific no is configured in the check-in settings.
getPolicy() - Method in class com.technia.tif.enovia.integration.create.BusinessObjectData
 
getPolicy() - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult
 
getPolicy() - Method in interface com.technia.tif.enovia.job.destination.checkin.CreateSettings
 
getPort() - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
getPortNumber() - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
getPrincipal() - Method in interface com.technia.tif.enovia.security.AuthorizationContext
 
getProducerProps() - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
getProgressLogger() - Method in interface com.technia.tif.core.transform.TransformContext
 
getProgressLogger() - Method in interface com.technia.tif.core.validation.ValidationContext
 
getProgressLogger() - Method in interface com.technia.tif.enovia.integration.IntegrationContext
Returns a progress logger, which is used to provide better insight of the execution of the create update integration.
getProgressLogger() - Method in interface com.technia.tif.enovia.jaxrs.service.ExecutionCtx
 
getProgressLogger() - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinHandlerContext
Returns the current progress logger.
getProgressLogger() - Method in interface com.technia.tif.enovia.job.reply.config.ReplyHandlerContext
 
getProgressLogger() - Method in interface com.technia.tif.enovia.jobevent.JobEvent
 
getProject() - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult
 
getProperties() - Method in interface com.technia.tif.core.transform.TransformContext
 
getProperties() - Method in interface com.technia.tif.core.validation.ValidationContext
 
getProperties() - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
getProperty(String) - Method in interface com.technia.tif.core.transform.TransformContext
 
getProperty(String) - Method in interface com.technia.tif.core.validation.ValidationContext
 
getProviderURL() - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
getQueue() - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
getQueue() - Method in class com.technia.tif.enovia.job.EnoviaJob
 
getQueueManagerName() - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
getQueueManagerOption(QueueManagerSetting) - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
getRanges(String) - Method in interface com.technia.tif.enovia.jaxws.api.RangeLoader
 
getRecord() - Method in class com.technia.tif.enovia.kafka.createupdate.KafkaContext
 
getRecord() - Method in interface com.technia.tif.enovia.kafka.MessageContext
 
getRelationship() - Method in interface com.technia.tif.enovia.job.destination.checkin.ConnectSettings
 
getRelationship() - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultConnectSettings
 
getRelationshipId() - Method in class com.technia.tif.enovia.integration.create.RelationshipData
 
getRelationshipId() - Method in class com.technia.tif.enovia.integration.event.RelationshipEvent
 
getRelationshipId() - Method in class com.technia.tif.enovia.job.destination.checkin.ConnectObjectResult
 
getRelationshipName() - Method in class com.technia.tif.enovia.job.destination.checkin.ConnectObjectResult
 
getRelationshipType() - Method in class com.technia.tif.enovia.integration.create.RelationshipData
 
getRelationshipType() - Method in class com.technia.tif.enovia.integration.event.RelationshipEvent
 
getReplyTo() - Method in interface com.technia.tif.core.io.jms.SendResult
 
getRequest() - Method in class com.technia.tif.enovia.jaxrs.service.config.impl.operation.create.RESTContext
 
getRequestDetails() - Method in class com.technia.tif.core.io.http.HttpResponse
 
getRequestInfo() - Method in interface com.technia.tif.enovia.jaxrs.service.ExecutionCtx
 
getResolvedDesc() - Method in class com.technia.tif.enovia.model.JobEntity
 
getResponse() - Method in class com.technia.tif.enovia.jaxrs.service.idlocator.StatusData
 
getResponseData() - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
getResponseMetaData() - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
getRestService() - Method in interface com.technia.tif.enovia.jaxrs.service.ExecutionCtx
 
getResults() - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinHandlerContext
Returns a string containing the appended results.
getRetries() - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
getRetryAttempt() - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
getRetryCount() - Method in class com.technia.tif.core.transfer.impl.http.HttpDestination
 
getRetryDelay() - Method in class com.technia.tif.core.transfer.impl.http.HttpDestination
 
getReturnType() - Method in class com.technia.tif.enovia.integration.create.Context.Select
 
getRevision() - Method in class com.technia.tif.enovia.integration.create.BusinessObjectData
 
getRevision() - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult
 
getRevision() - Method in interface com.technia.tif.enovia.job.destination.checkin.CreateSettings
 
getRevisionOf(CreateConfig, Context) - Method in interface com.technia.tif.enovia.integration.create.def.ReviseBehavior
This method returns the ID of the object to be revised.
getRightMargin() - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
getRoutingKey() - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
getRPE() - Method in interface com.technia.tif.enovia.payload.PayloadContext
 
getSaveAs(File) - Method in class com.technia.tif.enovia.util.modifier.SaveAs
 
getSaveAs(File) - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
getService() - Method in class com.technia.tif.enovia.model.JobEntity
 
getServiceInfo() - Method in interface com.technia.tif.enovia.jaxrs.service.RestService
 
getServiceName() - Method in class com.technia.tif.enovia.jaxrs.service.config.impl.operation.create.RESTContext
 
getServiceName() - Method in interface com.technia.tif.enovia.jaxrs.service.RestService
 
getServiceName() - Method in interface com.technia.tif.enovia.jaxrs.service.ServiceInfo
The name which is used by clients when accessing it.
getServiceName() - Method in interface com.technia.tif.enovia.jaxws.api.Webservice
 
getServiceName() - Method in class com.technia.tif.enovia.jobevent.createupdate.JobEventContext
 
getServiceUrl() - Method in interface com.technia.tif.enovia.jaxrs.service.ExecutionCtx
 
getServiceURL() - Method in class com.technia.tif.core.transfer.impl.saaj.SOAPDestination
 
getServletContext() - Method in interface com.technia.tif.enovia.jaxrs.service.ExecutionCtx
 
getSession() - Method in interface com.technia.tif.enovia.integration.IntegrationContext
 
getSize() - Method in interface com.technia.tif.core.io.SizeAwareInputStreamProvider
 
getSource() - Method in interface com.technia.tif.core.error.ErrorData
 
getSource() - Method in interface com.technia.tif.core.validation.ValidationContext
 
getSource() - Method in interface com.technia.tif.enovia.integration.IntegrationContext
 
getSourceFile() - Method in interface com.technia.tif.enovia.integration.create.FileProcessor.CheckinContext
 
getSourceObject() - Method in interface com.technia.tif.enovia.integration.create.FileProcessor.CheckinContext
 
getSourceObject() - Method in class com.technia.tif.enovia.job.EnoviaJob
 
getSourceObjectFiles() - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinHandlerContext
Returns a list of files that are currently checked in to the source object.
getSourceObjectId(CheckinHandlerContext) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
Returns the ID of the source object where the file should be checked in.
getSourceObjectName() - Method in class com.technia.tif.enovia.jobevent.createupdate.JobEventContext
 
getSourceObjectRevision() - Method in class com.technia.tif.enovia.jobevent.createupdate.JobEventContext
 
getSourceObjectState() - Method in class com.technia.tif.enovia.jobevent.createupdate.JobEventContext
 
getSourceObjectType() - Method in class com.technia.tif.enovia.jobevent.createupdate.JobEventContext
 
getStart() - Method in class com.technia.tif.enovia.model.JobEntity
 
getStarted() - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
getStartX() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getStartXPosition() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getStartY() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getStartYPosition() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getStatus() - Method in class com.technia.tif.enovia.integration.create.Data
 
getStatus() - Method in exception com.technia.tif.enovia.jaxrs.RESTException
Returns the HTTP status code.
getStatus() - Method in class com.technia.tif.enovia.model.JobEntity
 
getStatusCode() - Method in class com.technia.tif.core.io.http.HttpResponse
 
getStatusCode() - Method in exception com.technia.tif.enovia.jaxrs.service.idlocator.exception.IdLocatorException
 
getStore() - Method in interface com.technia.tif.enovia.integration.create.FileProcessor.CheckinContext
 
getTargetBusinessObjectId() - Method in interface com.technia.tif.enovia.integration.create.FileProcessor.CheckinContext
 
getText() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getText(EnoviaJob, String, String, String) - Method in interface com.technia.tif.enovia.job.executors.file.TextProvider
Returns text for a specific job/file/object/format combination.
getTextRotation() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getTextTransparency() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
getTimeout() - Method in class com.technia.tif.core.transfer.impl.http.HttpDestination
 
getTokenResolver(String) - Method in interface com.technia.tif.core.transfer.Destinations
 
getTokenResolverId() - Method in class com.technia.tif.core.transfer.impl.http.HttpDestination
 
getToObjectId() - Method in class com.technia.tif.enovia.integration.create.RelationshipData
 
getToObjectId() - Method in class com.technia.tif.enovia.integration.event.RelationshipEvent
 
getToObjectId() - Method in class com.technia.tif.enovia.job.destination.checkin.ConnectObjectResult
 
getTopMargin() - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
getTransformerProperties() - Method in interface com.technia.tif.enovia.payload.PayloadContext
 
getType() - Method in class com.technia.tif.enovia.integration.create.BusinessObjectData
 
getType() - Method in class com.technia.tif.enovia.integration.event.IntegrationEvent
 
getType() - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult
 
getType() - Method in interface com.technia.tif.enovia.job.destination.checkin.CreateSettings
 
getTypeAsXSDType() - Method in class com.technia.tif.enovia.jaxws.api.Value
 
getTypeAsXSDType(String) - Method in class com.technia.tif.enovia.jaxws.api.Value
 
getUploadedFiles() - Method in interface com.technia.tif.enovia.jaxrs.service.ExecutionCtx
 
getUri() - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
getUrl() - Method in class com.technia.tif.core.transfer.impl.http.HttpDestination
 
getUserName() - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
getUserName() - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
getUserName() - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
getUserName() - Method in interface com.technia.tif.enovia.security.AuthorizationContext
 
getUUID() - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
getValue(Context.Select) - Method in interface com.technia.tif.enovia.integration.create.Context
Returns the value for a specific select expression.
getValue(String) - Method in interface com.technia.tif.enovia.integration.create.Context
Deprecated.
getValue(String) - Method in interface com.technia.tif.enovia.scheduling.JobContext
 
getValueMap() - Method in class com.technia.tif.enovia.file.createupdate.FileContext
 
getValueMap() - Method in class com.technia.tif.enovia.jaxrs.service.config.impl.operation.create.RESTContext
 
getValueMap() - Method in class com.technia.tif.enovia.jobevent.createupdate.JobEventContext
 
getValues(Context.Select) - Method in interface com.technia.tif.enovia.integration.create.Context
Returns the values for a specific select expression
getValues(String) - Method in interface com.technia.tif.enovia.integration.create.Context
Deprecated.
getValues(String) - Method in interface com.technia.tif.enovia.scheduling.JobContext
 
getVault() - Method in class com.technia.tif.enovia.integration.create.BusinessObjectData
 
getVault() - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult
 
getVault() - Method in interface com.technia.tif.enovia.job.destination.checkin.CreateSettings
 
getVirtualHost() - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
getWorkDir() - Method in interface com.technia.tif.enovia.job.executors.file.FileActionContext
 

H

handleAttributesMap(Webservice, Map<String, Value>) - Method in class com.technia.tif.enovia.jaxws.api.export.DefaultQueryServiceHandler
 
handleAttributesMap(Webservice, Map<String, Value>) - Method in interface com.technia.tif.enovia.jaxws.api.export.QueryServiceHandler
 
handleBasicsMap(Webservice, Map<String, Value>) - Method in class com.technia.tif.enovia.jaxws.api.export.DefaultQueryServiceHandler
 
handleBasicsMap(Webservice, Map<String, Value>) - Method in interface com.technia.tif.enovia.jaxws.api.export.QueryServiceHandler
 
handleElement(XMLReader, String) - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
handleError(ErrorData) - Method in interface com.technia.tif.core.error.ErrorHandler
 
handleEvent(WatchEvent, Path) - Method in interface com.technia.tif.enovia.file.WatcherHandler
 
handleEvent(IntegrationEvent) - Method in interface com.technia.tif.enovia.integration.event.IntegrationListener
Receives and handles events from the runner
Handler - Interface in com.technia.tif.enovia.jaxws.api
 
HandlerContext - Class in com.technia.tif.enovia.job.executors.file
Contains input for the handler.
HandlerContext(EnoviaJob, File, Consumer<String>) - Constructor for class com.technia.tif.enovia.job.executors.file.HandlerContext
 
hasAttribute() - Method in class com.technia.tif.enovia.integration.create.Data
 
hasAttribute(String) - Method in class com.technia.tif.enovia.integration.create.Data
 
hasConnects() - Method in class com.technia.tif.enovia.integration.create.Data
 
hasDisconnects() - Method in class com.technia.tif.enovia.integration.create.Data
 
hashCode() - Method in class com.technia.tif.core.transfer.impl.ConfigurableDestination
 
hashCode() - Method in class com.technia.tif.core.Version
 
hashCode() - Method in class com.technia.tif.enovia.integration.create.Context.Select
 
hashCode() - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
hashCode() - Method in class com.technia.tif.enovia.job.destination.JobTransfer.JobTransferId
 
hasInterfaces() - Method in class com.technia.tif.enovia.integration.create.Data
 
hasPrincipal() - Method in interface com.technia.tif.enovia.security.AuthorizationContext
 
headers() - Method in class com.technia.tif.enovia.kafka.Result
 
HEADINGS - Enum constant in enum class com.technia.tif.enovia.job.executors.file.Bookmarks
 
HttpDestination - Class in com.technia.tif.core.transfer.impl.http
 
HttpDestination() - Constructor for class com.technia.tif.core.transfer.impl.http.HttpDestination
 
HttpDestination(HttpDestination) - Constructor for class com.technia.tif.core.transfer.impl.http.HttpDestination
 
HttpResponse - Class in com.technia.tif.core.io.http
 
HttpResponse() - Constructor for class com.technia.tif.core.io.http.HttpResponse
 
HttpResponse(int, String, String, String) - Constructor for class com.technia.tif.core.io.http.HttpResponse
 
HttpStatusEvaluator - Interface in com.technia.tif.enovia.job.destination
Evaluates the HTTP response.

I

ID(UUID, String) - Constructor for class com.technia.tif.enovia.job.reply.config.JobIDLocator.ID
 
IdLocator - Interface in com.technia.tif.enovia.jaxrs.service.idlocator
Responsible for identifying objects requested by the client of a configurable REST web service.
IdLocatorException - Exception in com.technia.tif.enovia.jaxrs.service.idlocator.exception
 
IdLocatorException(String) - Constructor for exception com.technia.tif.enovia.jaxrs.service.idlocator.exception.IdLocatorException
 
IdLocatorException(String, int, String) - Constructor for exception com.technia.tif.enovia.jaxrs.service.idlocator.exception.IdLocatorException
 
IdLocatorException(String, int, String, Throwable) - Constructor for exception com.technia.tif.enovia.jaxrs.service.idlocator.exception.IdLocatorException
 
IdLocatorException(String, Throwable) - Constructor for exception com.technia.tif.enovia.jaxrs.service.idlocator.exception.IdLocatorException
 
init() - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
init() - Method in class com.technia.tif.core.transfer.impl.ConfigurableDestination
 
init() - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
initialize(XMLReader) - Method in class com.technia.tif.enovia.jaxrs.service.idlocator.StatusData
 
initialize(XMLReader) - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
initialize(XMLReader) - Method in class com.technia.tif.enovia.jobevent.JobEvents
 
initializeCheckin(XMLReader) - Method in class com.technia.tif.enovia.job.executors.file.FileAction
Parses Checkin element.
initializeHandler(XMLReader) - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
InputStreamProvider - Interface in com.technia.tif.core.io
 
install(Destinations) - Static method in class com.technia.tif.core.transfer.Destinations.Instance
 
IntegrationContext - Interface in com.technia.tif.enovia.integration
 
IntegrationEvent - Class in com.technia.tif.enovia.integration.event
 
IntegrationEvent(IntegrationContext, EventType) - Constructor for class com.technia.tif.enovia.integration.event.IntegrationEvent
 
IntegrationListener - Interface in com.technia.tif.enovia.integration.event
 
isAppend() - Method in interface com.technia.tif.enovia.integration.create.FileProcessor.CheckinContext
 
isAppend() - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult
 
isAppend() - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinSettings
 
isAsyncReplyOverdue() - Method in class com.technia.tif.enovia.job.EnoviaJob
 
isAsyncSupported() - Method in class com.technia.tif.enovia.job.EnoviaJob
 
isAuthorized(Webservice, String) - Method in class com.technia.tif.enovia.jaxws.api.export.DefaultQueryServiceHandler
 
isAuthorized(Webservice, String) - Method in interface com.technia.tif.enovia.jaxws.api.Handler
 
isAwaitingAsyncReply() - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
isCheckinEnabled() - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
isCheckinNeeded(FileProcessContext, String, String) - Method in interface com.technia.tif.enovia.integration.create.FileProcessor
Indicates whether a file should be checked in with the given file name and the format.
isDocStructureTags() - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
isDurable() - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
isEmpty() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermarkList
 
isHasChildJobs() - Method in class com.technia.tif.enovia.model.JobEntity
 
isImmediate() - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
isImplicit() - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
isISO190051Compliant() - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
isMandatory() - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
isNewVersion() - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult
 
isObjectGeneratorCreateAdditional() - Method in interface com.technia.tif.enovia.job.destination.checkin.CreateSettings
 
isObjectGeneratorCreateAsSuperUser() - Method in interface com.technia.tif.enovia.job.destination.checkin.CreateSettings
 
isOverwrite() - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult
 
isOverwrite() - Method in class com.technia.tif.enovia.job.executors.file.CheckinContext
Whether to overwrite to the file that might already exist on the business object.
isOverwritePreviousVersion() - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
isPrincipalInRole(String) - Method in interface com.technia.tif.enovia.security.AuthorizationContext
 
isPROTPUsed() - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
isResolved() - Method in class com.technia.tif.enovia.model.JobEntity
 
isReviseWithFiles(BusinessObjectData) - Method in interface com.technia.tif.enovia.integration.create.def.ReviseBehavior
 
isRunning() - Method in interface com.technia.tif.core.ServiceActivator
 
isRunning() - Method in interface com.technia.tif.enovia.job.reply.config.Source
 
isScaleToFit() - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
isSnapshot() - Method in class com.technia.tif.core.Version
 
isSSLUsed() - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
isStopped() - Method in interface com.technia.tif.core.ServiceActivator
 
isStopped() - Method in interface com.technia.tif.enovia.job.reply.config.Source
 
isStorePayload() - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
isTransacted() - Method in class com.technia.tif.core.io.jms.MessageSender
 
isTransactionActive() - Method in class com.technia.tif.enovia.integration.event.TxEvent
 
isTransferred() - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
isTriggerOff() - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinHandlerContext
Returns whether to turn off triggers while performing the check-in process.
isTriggerOff() - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinSettings
 
isUnlock() - Method in interface com.technia.tif.enovia.integration.create.FileProcessor.CheckinContext
 
isUpdateNeeded(Context, ConnectSpec, RelationshipData) - Method in interface com.technia.tif.enovia.integration.create.RelationshipProcessor
Determines if there is a need to update the relationship or not.
isUpdateNeeded(Context, CreateConfig, BusinessObjectData) - Method in interface com.technia.tif.enovia.integration.create.BusinessObjectProcessor
This method is called in order to determine whether or not an object needs to be updated or not.
isUseCaseSensitiveVersionMatching(FileProcessContext, String, String) - Method in interface com.technia.tif.enovia.integration.create.FileProcessor
Indicates whether case-sensitive matching should be applied to the file name when resolving the version object.
isUseCDM() - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinSettings
 
isUseDefaultProjectOrganization() - Method in interface com.technia.tif.enovia.job.destination.checkin.CreateSettings
 
isValid() - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
isValid() - Method in class com.technia.tif.core.transfer.impl.email.EmailDestination
 
isValid() - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
isValid() - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
isValid() - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
isValid() - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
isValid() - Method in class com.technia.tif.core.transfer.impl.stream.FileDestination
 
isValid() - Method in interface com.technia.tif.core.Validateable
 
isValid() - Method in class com.technia.tif.enovia.integration.create.Context.Select
 
isValidFor(CreateConfig) - Method in interface com.technia.tif.enovia.integration.create.Context
 
isWithContext() - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinHandlerContext
Returns true if the WithContext configuration is specified and the callWithContext method should be used to execute the file check-in process.
iterate(String, String) - Method in interface com.technia.tif.enovia.integration.create.Context
 
iterator() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermarkList
 

J

JMSDestination - Class in com.technia.tif.core.transfer.impl.jms
 
JMSDestination() - Constructor for class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
JMSDestination(JMSDestination) - Constructor for class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
job(EnoviaJob) - Method in class com.technia.tif.enovia.job.executors.file.CheckinContext.Builder
 
JobContext - Interface in com.technia.tif.enovia.scheduling
 
JobEntity - Class in com.technia.tif.enovia.model
 
JobEntity() - Constructor for class com.technia.tif.enovia.model.JobEntity
 
JobEvent - Interface in com.technia.tif.enovia.jobevent
Event data containing information about the triggered event.
JobEventArgumentResolver - Interface in com.technia.tif.enovia.jobevent.createupdate
This interface represents a resolver for job event-specific arguments.
JobEventContext - Class in com.technia.tif.enovia.jobevent.createupdate
Contains information about job event.
JobEventContext(EnoviaJob) - Constructor for class com.technia.tif.enovia.jobevent.createupdate.JobEventContext
 
JobEventListener - Interface in com.technia.tif.enovia.jobevent
Responsibility for executing logic upon events in the life-cycle of the integration job.
JobEvents - Class in com.technia.tif.enovia.jobevent
Manages job event listeners available on a job instance.
JobEvents() - Constructor for class com.technia.tif.enovia.jobevent.JobEvents
 
JobEventType - Enum Class in com.technia.tif.enovia.jobevent
Type of job event.
JobExecutor - Interface in com.technia.tif.enovia.job
 
JobIDLocator - Interface in com.technia.tif.enovia.job.reply.config
 
JobIDLocator.ID - Class in com.technia.tif.enovia.job.reply.config
 
JobParamProvider - Interface in com.technia.tif.enovia.jobevent.newjob
Provides job parameters.
JobTransfer - Class in com.technia.tif.enovia.job.destination
 
JobTransfer() - Constructor for class com.technia.tif.enovia.job.destination.JobTransfer
 
JobTransfer(UUID, String, KeyValueMap, int) - Constructor for class com.technia.tif.enovia.job.destination.JobTransfer
 
JobTransfer.JobTransferId - Class in com.technia.tif.enovia.job.destination
 
JobTransferId() - Constructor for class com.technia.tif.enovia.job.destination.JobTransfer.JobTransferId
 
JobTransferId(UUID, String) - Constructor for class com.technia.tif.enovia.job.destination.JobTransfer.JobTransferId
 

K

KafkaArgumentResolver - Interface in com.technia.tif.enovia.kafka.createupdate
This interface represents a resolver for Kafka-specific arguments.
KafkaContext - Class in com.technia.tif.enovia.kafka.createupdate
Contains information about Kafka message.
KafkaContext(MessageContext) - Constructor for class com.technia.tif.enovia.kafka.createupdate.KafkaContext
 
KafkaDestination - Class in com.technia.tif.core.transfer.impl.kafka
 
KafkaDestination() - Constructor for class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
KafkaDestination(KafkaDestination) - Constructor for class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
key() - Method in class com.technia.tif.enovia.kafka.Result
 

L

locate(Object) - Method in interface com.technia.tif.enovia.job.reply.config.JobIDLocator
 
locateIds(ExecutionCtx) - Method in interface com.technia.tif.enovia.jaxrs.service.idlocator.IdLocator
Locates object id/s based on the provided input.
lock() - Method in class com.technia.tif.core.transfer.impl.email.EmailDestination
 
lock() - Method in class com.technia.tif.enovia.jobevent.JobEvents
 
log(String) - Method in class com.technia.tif.enovia.job.executors.file.CheckinContext
Logs additional info during the check-in.
log(String) - Method in class com.technia.tif.enovia.job.executors.file.HandlerContext
Logs additional information to the current progress log.
logger(Consumer<String>) - Method in class com.technia.tif.enovia.job.executors.file.CheckinContext.Builder
 
Logger - Class in com.technia.tif.enovia.job.log
Job logger that is used to record a job entry to the TIF database.
Logger(JobEntity) - Constructor for class com.technia.tif.enovia.job.log.Logger
 
lookupConnectionFactory(Context) - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
lookupDestination(Context) - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 

M

MessageContext - Interface in com.technia.tif.enovia.kafka
 
MessageReceiver - Interface in com.technia.tif.enovia.kafka
 
MessageSender - Class in com.technia.tif.core.io.jms
 
MessageSender() - Constructor for class com.technia.tif.core.io.jms.MessageSender
 

N

name() - Element in annotation interface com.technia.tif.core.transfer.TransferProperty
Optional name of the property.
name(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult.Builder
 
NativeMQDestination - Class in com.technia.tif.core.transfer.impl.nativemq
 
NativeMQDestination() - Constructor for class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
NativeMQDestination(NativeMQDestination) - Constructor for class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
NativeMQMessageSender - Class in com.technia.tif.core.transfer.impl.nativemq
 
NativeMQMessageSender() - Constructor for class com.technia.tif.core.transfer.impl.nativemq.NativeMQMessageSender
 
newBuilder() - Static method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult
 
newBuilder() - Static method in class com.technia.tif.enovia.job.destination.checkin.ConnectObjectResult
 
newBuilder() - Static method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult
 
newFileName(String) - Method in class com.technia.tif.enovia.job.executors.file.CheckinContext.Builder
 
NewJobEvaluator - Interface in com.technia.tif.enovia.jobevent.newjob
New job evaluator.
newVersion(boolean) - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult.Builder
 
NEWVERSION - Enum constant in enum class com.technia.tif.enovia.job.destination.checkin.CheckinExistStrategy
 

O

OBJECT_CREATED - Enum constant in enum class com.technia.tif.enovia.integration.event.EventType
Event type fired when a new business object is created
OBJECT_DELETED - Enum constant in enum class com.technia.tif.enovia.integration.event.EventType
Event type fired when a new business object is deleted
OBJECT_REVISED - Enum constant in enum class com.technia.tif.enovia.integration.event.EventType
Event type for creation of a new revision of a business object
OBJECT_UPDATED - Enum constant in enum class com.technia.tif.enovia.integration.event.EventType
Event type fired when a new business object is modified
ObjectEvent - Class in com.technia.tif.enovia.integration.event
 
ObjectEvent(IntegrationContext, EventType, String) - Constructor for class com.technia.tif.enovia.integration.event.ObjectEvent
 
objectId(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult.Builder
 
objectId(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult.Builder
 
objectId(String) - Method in class com.technia.tif.enovia.job.executors.file.CheckinContext.Builder
 
ObjectIdProvider - Interface in com.technia.tif.enovia.jobevent.newjob
Provides object ids.
onJobEvent(JobEvent) - Method in interface com.technia.tif.enovia.jobevent.JobEventListener
Invoked when event occurs.
onMessage(MessageContext) - Method in interface com.technia.tif.enovia.kafka.MessageReceiver
Called when a new message/record appears.
organization(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult.Builder
 
OTHER - Enum constant in enum class com.technia.tif.enovia.integration.event.EventType
 
overwrite(boolean) - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult.Builder
 
overwrite(boolean) - Method in class com.technia.tif.enovia.job.executors.file.CheckinContext.Builder
 
OVERWRITE - Enum constant in enum class com.technia.tif.enovia.job.destination.checkin.CheckinExistStrategy
 

P

parseValue(String) - Static method in enum class com.technia.tif.core.transfer.impl.ftp.FTPDestination.ExistStrategy
 
Payload - Interface in com.technia.tif.enovia.payload
 
PayloadContext - Interface in com.technia.tif.enovia.payload
 
PayloadData - Interface in com.technia.tif.enovia.payload
 
PDFWatermark - Class in com.technia.tif.enovia.util.modifier
 
PDFWatermark() - Constructor for class com.technia.tif.enovia.util.modifier.PDFWatermark
 
PDFWatermark.PositionType - Enum Class in com.technia.tif.enovia.util.modifier
 
PDFWatermarkList - Class in com.technia.tif.enovia.util.modifier
 
PDFWatermarkList(PDFWatermark) - Constructor for class com.technia.tif.enovia.util.modifier.PDFWatermarkList
 
PDFWatermarkList(List<PDFWatermark>) - Constructor for class com.technia.tif.enovia.util.modifier.PDFWatermarkList
 
perform(EnoviaJob) - Method in interface com.technia.tif.enovia.job.JobExecutor
Executes the job using the provided data as input for the execution
performCheckin(FileProcessor.CheckinContext) - Method in interface com.technia.tif.enovia.integration.create.FileProcessor
 
policy(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult.Builder
 
postDelete() - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
postLoad() - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
prepare(MQMessage) - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQMessageSender
 
prePersist() - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
process(FileActionContext) - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
processCheckin(FileActionContext, File) - Method in class com.technia.tif.enovia.job.executors.file.FileAction
This method will, if configured, check in the file to ENOVIA.
processCreate(Context, ConnectSpec, RelationshipData) - Method in interface com.technia.tif.enovia.integration.create.RelationshipProcessor
Processes the CREATE operation
processCreate(Context, CreateConfig, BusinessObjectData) - Method in interface com.technia.tif.enovia.integration.create.BusinessObjectProcessor
This method is responsible for the creation of a business object within ENOVIA.
processDelete(Context, ConnectSpec, RelationshipData) - Method in interface com.technia.tif.enovia.integration.create.RelationshipProcessor
Processes the DELETE operation
processHandler(FileActionContext, File) - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
processRevise(Context, CreateConfig, BusinessObjectData) - Method in interface com.technia.tif.enovia.integration.create.BusinessObjectProcessor
Processes the revise operation
processUpdate(Context, ConnectSpec, RelationshipData) - Method in interface com.technia.tif.enovia.integration.create.RelationshipProcessor
Processes the UPDATE operation
processUpdate(Context, CreateConfig, BusinessObjectData) - Method in interface com.technia.tif.enovia.integration.create.BusinessObjectProcessor
This method is responsible for updating a business sobject within ENOVIA.
project(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult.Builder
 
provide(EnoviaJob, String) - Method in interface com.technia.tif.enovia.job.destination.URLProvider
Provides URL.
putProperties(KeyValueMap) - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 

Q

QueryServiceHandler - Interface in com.technia.tif.enovia.jaxws.api.export
 

R

RabbitMQDestination - Class in com.technia.tif.core.transfer.impl.amqp
 
RabbitMQDestination() - Constructor for class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
RabbitMQDestination(RabbitMQDestination) - Constructor for class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
RangeLoader - Interface in com.technia.tif.enovia.jaxws.api
 
receive(NativeMQMessageReceiver) - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
RELATIONSHIP_CREATED - Enum constant in enum class com.technia.tif.enovia.integration.event.EventType
Event type fired when a relationship have been created
RELATIONSHIP_DELETED - Enum constant in enum class com.technia.tif.enovia.integration.event.EventType
Event type fired when a relationship have been deleted
RELATIONSHIP_UPDATED - Enum constant in enum class com.technia.tif.enovia.integration.event.EventType
Event type fired when a relationship have been updated
RelationshipData - Class in com.technia.tif.enovia.integration.create
 
RelationshipData() - Constructor for class com.technia.tif.enovia.integration.create.RelationshipData
 
RelationshipEvent - Class in com.technia.tif.enovia.integration.event
 
RelationshipEvent(IntegrationContext, EventType, String) - Constructor for class com.technia.tif.enovia.integration.event.RelationshipEvent
 
RelationshipEvent(IntegrationContext, EventType, String, String, String, String) - Constructor for class com.technia.tif.enovia.integration.event.RelationshipEvent
 
relationshipId(String) - Method in class com.technia.tif.enovia.job.destination.checkin.ConnectObjectResult.Builder
 
relationshipName(String) - Method in class com.technia.tif.enovia.job.destination.checkin.ConnectObjectResult.Builder
 
RelationshipProcessor - Interface in com.technia.tif.enovia.integration.create
 
RELATIVE - Enum constant in enum class com.technia.tif.enovia.util.modifier.PDFWatermark.PositionType
 
release() - Method in interface com.technia.tif.enovia.payload.PayloadData
Releases this instance and all underlying resources related to this instance.
removeAttribute(String) - Method in class com.technia.tif.enovia.integration.create.Data
 
REPLACE - Enum constant in enum class com.technia.tif.core.transfer.impl.ftp.FTPDestination.ExistStrategy
 
ReplyHandlerContext - Interface in com.technia.tif.enovia.job.reply.config
The reply handler context provides contextual information used while evaluating the reply.
replyTo() - Method in class com.technia.tif.enovia.kafka.Result
 
resolve(ExecutionCtx, String) - Method in interface com.technia.tif.enovia.jaxrs.service.job.RESTJobMacroResolver
Returns the resolved value for the given macro key.
resolve(String) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
Resolves the given string value using TVC Naming API.
resolve(String) - Static method in enum class com.technia.tif.enovia.jobevent.JobEventType
 
resolve(T) - Method in interface com.technia.tif.enovia.integration.create.arg.ArgumentResolver
Resolves argument value.
resolveClientId() - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
resolveDirectory() - Method in class com.technia.tif.core.transfer.impl.stream.FileDestination
 
resolveOrganization(CreateSettings) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
Resolves the organization value from the create-settings.
resolvePolicy(CreateSettings, String) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
Resolves the policy from the create-settings.
resolveProject(CreateSettings) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
Resolves the project value from the create-settings.
resolveRevision(CreateSettings, String) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
Resolves the revision from the create-settings.
resolveString(String, String) - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinHandlerContext
Resolves the given string by using TIF job macros.
resolveType(CreateSettings) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
Resolves the type value from the create-settings.
resolveVault(CreateSettings, String) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultCheckinHandler
Resolves the vault from the create-settings.
RESTArgumentResolver - Interface in com.technia.tif.enovia.jaxrs.service.config.impl.operation.create
This interface represents a resolver for REST-specific arguments.
RESTContext - Class in com.technia.tif.enovia.jaxrs.service.config.impl.operation.create
Contains information about REST request.
RESTContext(ExecutionCtx) - Constructor for class com.technia.tif.enovia.jaxrs.service.config.impl.operation.create.RESTContext
 
RESTException - Exception in com.technia.tif.enovia.jaxrs
 
RESTException(int, String, String) - Constructor for exception com.technia.tif.enovia.jaxrs.RESTException
Constructs an instance of RESTException with the specified status code, message and content type.
RESTException(String) - Constructor for exception com.technia.tif.enovia.jaxrs.RESTException
Constructs an instance of RESTException with the specified plain text message.
RESTException(String, Throwable) - Constructor for exception com.technia.tif.enovia.jaxrs.RESTException
Constructs an instance of RESTException with the specified plain text message.
RESTException(Throwable) - Constructor for exception com.technia.tif.enovia.jaxrs.RESTException
Constructs an instance of RESTException with the specified cause.
RestExecutor - Interface in com.technia.tif.enovia.jaxrs.service
Runs jobs for configurable REST web services.
RESTJobMacroResolver - Interface in com.technia.tif.enovia.jaxrs.service.job
This interface defines a resolver used with REST job macros.
RestResponse - Class in com.technia.tif.enovia.jaxrs.service
Response from a configurable REST web service.
RestResponse() - Constructor for class com.technia.tif.enovia.jaxrs.service.RestResponse
 
RestService - Interface in com.technia.tif.enovia.jaxrs.service
Defines responsibilities of a configurable REST web service.
result() - Method in interface com.technia.tif.enovia.job.reply.config.ReplyHandlerContext
 
Result - Class in com.technia.tif.enovia.kafka
 
Result() - Constructor for class com.technia.tif.enovia.kafka.Result
 
Result(PayloadData) - Constructor for class com.technia.tif.enovia.kafka.Result
 
Result(String, PayloadData) - Constructor for class com.technia.tif.enovia.kafka.Result
 
Result(String, PayloadData, String) - Constructor for class com.technia.tif.enovia.kafka.Result
 
Result(String, PayloadData, String, Map<String, Object>) - Constructor for class com.technia.tif.enovia.kafka.Result
 
ReviseBehavior - Interface in com.technia.tif.enovia.integration.create.def
The revise behavior controls revisioning rules/behavior.
revision(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult.Builder
 

S

save(File, InputStream) - Method in class com.technia.tif.core.transfer.impl.stream.FileDestination
 
save(File, InputStream, String) - Method in class com.technia.tif.core.transfer.impl.stream.FileDestination
 
save(StringLookup, InputStream, String) - Method in class com.technia.tif.core.transfer.impl.stream.FileDestination
 
SaveAs - Class in com.technia.tif.enovia.util.modifier
 
SaveAs() - Constructor for class com.technia.tif.enovia.util.modifier.SaveAs
 
SaveAsPDF - Class in com.technia.tif.enovia.util.modifier
 
SaveAsPDF() - Constructor for class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
saveError(String, Throwable) - Method in interface com.technia.tif.enovia.jaxrs.service.ExecutionCtx
 
ScheduledJob - Interface in com.technia.tif.enovia.scheduling
 
ScheduledJobException - Exception in com.technia.tif.enovia.scheduling
This exception may be thrown from an execution of a scheduled job.
ScheduledJobException() - Constructor for exception com.technia.tif.enovia.scheduling.ScheduledJobException
 
ScheduledJobException(String) - Constructor for exception com.technia.tif.enovia.scheduling.ScheduledJobException
 
ScheduledJobException(String, Throwable) - Constructor for exception com.technia.tif.enovia.scheduling.ScheduledJobException
 
ScheduledJobException(Throwable) - Constructor for exception com.technia.tif.enovia.scheduling.ScheduledJobException
 
Select(String) - Constructor for class com.technia.tif.enovia.integration.create.Context.Select
 
Select(String, Context.ReturnType) - Constructor for class com.technia.tif.enovia.integration.create.Context.Select
 
send(NativeMQMessageSender) - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
send(Session, MessageProducer) - Method in class com.technia.tif.core.io.jms.MessageSender
Performs the send operation to the JMS queue or topic.
SendResult - Interface in com.technia.tif.core.io.jms
 
ServiceActivator - Interface in com.technia.tif.core
ServiceInfo - Interface in com.technia.tif.enovia.jaxrs.service
 
setAcks(String) - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
setAction(String) - Method in class com.technia.tif.core.transfer.impl.saaj.SOAPDestination
 
setActionBaseURL(String) - Method in class com.technia.tif.core.transfer.impl.saaj.SOAPDestination
 
setAltowner1(String) - Method in class com.technia.tif.enovia.integration.create.Data
 
setAltowner2(String) - Method in class com.technia.tif.enovia.integration.create.Data
 
setAppend(boolean) - Method in class com.technia.tif.core.transfer.impl.stream.FileDestination
 
setAppend(boolean) - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult
 
setAsyncReplyOverdue(boolean) - Method in class com.technia.tif.enovia.job.EnoviaJob
 
setAsyncReplyOverdueReported(Instant) - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
setAsyncSupported(boolean) - Method in class com.technia.tif.enovia.job.EnoviaJob
 
setAttributeValue(String, String) - Method in class com.technia.tif.enovia.integration.create.Data
 
setAuthentication(Authentication) - Method in class com.technia.tif.core.transfer.impl.http.HttpDestination
 
setAuthentication(Authentication) - Method in class com.technia.tif.core.transfer.impl.saaj.SOAPDestination
 
setAwaitingAsyncReply(boolean) - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
setBookmarks(Bookmarks) - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
setBottomMargin(int) - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
setCheckinAction(CheckinAction) - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
setCheckinEnabled(boolean) - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
setClientId(String) - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
setClientId(String) - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
setCode(int) - Method in class com.technia.tif.enovia.jaxrs.service.idlocator.StatusData
 
setCompleted(Instant) - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
setCompleted(Instant) - Method in class com.technia.tif.enovia.model.JobEntity
 
setConnectionFactoryLookupKey(String) - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
setConnectionName(ConnectionName) - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
setConsumerProperty(String, String) - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
setContent(String) - Method in class com.technia.tif.core.io.http.HttpResponse
 
setContentType(String) - Method in class com.technia.tif.core.io.http.HttpResponse
 
setContentType(String) - Method in interface com.technia.tif.core.transform.TransformContext
 
setContentType(String) - Method in class com.technia.tif.enovia.jaxrs.service.idlocator.StatusData
 
setContentType(String) - Method in class com.technia.tif.enovia.jaxrs.service.RestResponse
 
setCount(int) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setCreated(Instant) - Method in class com.technia.tif.enovia.model.JobEntity
 
setCurrentState(String) - Method in class com.technia.tif.enovia.integration.create.BusinessObjectData
 
setData(PayloadData) - Method in class com.technia.tif.enovia.kafka.Result
 
setDefaultCharacterSet(int) - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
setDefaultEncoding(int) - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
setDefaultExpiracy(int) - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
setDefaultPriority(int) - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
setDefaultTopic(String) - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
setDescription(String) - Method in class com.technia.tif.enovia.integration.create.BusinessObjectData
 
setDestination(DestinationDef) - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
setDestinationId(String) - Method in class com.technia.tif.enovia.job.destination.JobTransfer.JobTransferId
 
setDirection(ConnectDirection) - Method in class com.technia.tif.enovia.job.destination.checkin.ConnectObjectResult
 
setDirection(ConnectDirection) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultConnectSettings
 
setDirectory(File) - Method in class com.technia.tif.enovia.util.modifier.SaveAs
 
setDirectory(String) - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
setDirectoryName(String) - Method in class com.technia.tif.core.transfer.impl.stream.FileDestination
 
setDocStructureTags(boolean) - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
setDurable(Boolean) - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
setEncoding(String) - Method in class com.technia.tif.core.io.http.HttpResponse
 
setEncoding(String) - Method in interface com.technia.tif.core.transform.TransformContext
 
setEndX(double) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setEndXPosition(PDFWatermark.PositionType) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setEndY(double) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setEndYPosition(PDFWatermark.PositionType) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setEnoviaUser(String) - Method in class com.technia.tif.enovia.job.EnoviaJob
 
setErrorDetails(String) - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
setErrorDetails(String) - Method in class com.technia.tif.enovia.model.JobEntity
 
setErrorHandler(ErrorHandler) - Method in class com.technia.tif.core.transfer.impl.ConfigurableDestination
 
setErrorMessage(String) - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
setErrorMessage(String) - Method in class com.technia.tif.enovia.model.JobEntity
 
setErrorMsg(String) - Method in class com.technia.tif.enovia.jaxrs.service.RestResponse
 
setExchange(ExchangeInfo) - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
setExistStrategy(String) - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
setExtensionId(String) - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
setFileJobInfo(FileJobInfo) - Method in class com.technia.tif.enovia.file.job.FileJob
 
setFileName(String) - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
setFileName(String) - Method in class com.technia.tif.core.transfer.impl.stream.FileDestination
 
setFileName(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult
 
setFileName(String) - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
setFilePrefix(String) - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
setFilePrefix(String) - Method in class com.technia.tif.core.transfer.impl.stream.FileDestination
 
setFileSuffix(String) - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
setFileSuffix(String) - Method in class com.technia.tif.core.transfer.impl.stream.FileDestination
 
setFontColor(Color) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setFontName(String) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setFontSize(int) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setFormat(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult
 
setFormat(String) - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
setFromObjectId(String) - Method in class com.technia.tif.enovia.integration.create.RelationshipData
 
setFromObjectId(String) - Method in class com.technia.tif.enovia.job.destination.checkin.ConnectObjectResult
 
setGroupId(String) - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
setHandler(FileHandler) - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
setHasChildJobs(boolean) - Method in class com.technia.tif.enovia.model.JobEntity
 
setHeaders(Map<String, Object>) - Method in class com.technia.tif.enovia.kafka.Result
 
setHostName(String) - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
setHostName(String) - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
setHttpStatusCode(int) - Method in class com.technia.tif.enovia.jaxrs.service.RestResponse
 
setId(JobTransfer.JobTransferId) - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
setId(String) - Method in class com.technia.tif.core.transfer.impl.ConfigurableDestination
 
setImageFileName(String) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setImageStartX(double) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setImageStartXPosition(PDFWatermark.PositionType) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setImageStartY(double) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setImageStartYPosition(PDFWatermark.PositionType) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setImmediate(boolean) - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
setImplicit(boolean) - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
setInitialContextFactory(String) - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
setISO190051Compliant(boolean) - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
setJobData(JobData) - Method in class com.technia.tif.enovia.job.EnoviaJob
 
setJobId(UUID) - Method in class com.technia.tif.enovia.job.destination.JobTransfer.JobTransferId
 
setJobId(UUID) - Method in class com.technia.tif.enovia.model.JobEntity
 
setKey(String) - Method in class com.technia.tif.enovia.kafka.Result
 
setLeftMargin(int) - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
setLinger(int) - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
setMandatory(boolean) - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
setMargins(int, int, int, int) - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
setMethod(String) - Method in class com.technia.tif.core.transfer.impl.http.HttpDestination
 
setMethod(String) - Method in class com.technia.tif.core.transfer.impl.saaj.SOAPDestination
 
setModified(String) - Method in class com.technia.tif.enovia.integration.create.Data
 
setName(String) - Method in class com.technia.tif.enovia.integration.create.BusinessObjectData
 
setName(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult
 
setName(String) - Method in class com.technia.tif.enovia.util.modifier.SaveAs
 
setNewVersion(boolean) - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult
 
setObjectId(String) - Method in class com.technia.tif.enovia.integration.create.BusinessObjectData
 
setObjectId(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult
 
setObjectId(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult
 
setOrganization(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult
 
setOriginated(String) - Method in class com.technia.tif.enovia.integration.create.Data
 
setOverwrite(boolean) - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult
 
setOverwritePreviousVersion(boolean) - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
setOwner(String) - Method in class com.technia.tif.enovia.integration.create.Data
 
setPageOrientation(PDFPageOrientation) - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
setParentJobId(UUID) - Method in class com.technia.tif.enovia.model.JobEntity
 
setPassword(String) - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
setPassword(String) - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
setPassword(String) - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
setPayloadFileName(String) - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
setPolicy(String) - Method in class com.technia.tif.enovia.integration.create.BusinessObjectData
 
setPolicy(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult
 
setPort(int) - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
setPortNumber(int) - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
setProducerProperty(String, String) - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
setProject(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult
 
setPROTPUsed(boolean) - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
setProviderURL(String) - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
setQueue(QueueInfo) - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
setQueue(EnoviaQueue) - Method in class com.technia.tif.enovia.job.EnoviaJob
 
setQueueManagerName(String) - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
setQueueManagerOption(QueueManagerSetting, String) - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
setQueueManagerOption(String, String) - Method in class com.technia.tif.core.transfer.impl.nativemq.NativeMQDestination
 
setRelationship(String) - Method in class com.technia.tif.enovia.job.destination.checkin.DefaultConnectSettings
 
setRelationshipId(String) - Method in class com.technia.tif.enovia.integration.create.RelationshipData
 
setRelationshipId(String) - Method in class com.technia.tif.enovia.job.destination.checkin.ConnectObjectResult
 
setRelationshipName(String) - Method in class com.technia.tif.enovia.job.destination.checkin.ConnectObjectResult
 
setRelationshipType(String) - Method in class com.technia.tif.enovia.integration.create.RelationshipData
 
setReloadRequired(boolean) - Method in interface com.technia.tif.core.transfer.Destinations
Called from externally if something in the environment have been changed, that requires to be reflected in the destinations.
setReplyTo(String) - Method in class com.technia.tif.enovia.kafka.Result
 
setRequestDetails(RequestDetails) - Method in class com.technia.tif.core.io.http.HttpResponse
 
setResolved(boolean) - Method in class com.technia.tif.enovia.model.JobEntity
 
setResolvedDesc(String) - Method in class com.technia.tif.enovia.model.JobEntity
 
setResponse(String) - Method in class com.technia.tif.enovia.jaxrs.service.idlocator.StatusData
 
setResponseData(PayloadData) - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
setResponseMetaData(KeyValueMap) - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
setResult(boolean, String) - Method in interface com.technia.tif.enovia.job.reply.config.ReplyHandlerContext
Deprecated.
setResult(boolean, String, Map<String, String>) - Method in interface com.technia.tif.enovia.job.reply.config.ReplyHandlerContext
Deprecated.
setResultMessage(String) - Method in interface com.technia.tif.enovia.scheduling.JobContext
Saves a message to be tracked along with the execution of the job.
setRetries(int) - Method in class com.technia.tif.core.transfer.impl.kafka.KafkaDestination
 
setRetryAttempt(int) - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
setRetryCount(int) - Method in class com.technia.tif.core.transfer.impl.http.HttpDestination
 
setRetryDelay(long) - Method in class com.technia.tif.core.transfer.impl.http.HttpDestination
 
setRevision(String) - Method in class com.technia.tif.enovia.integration.create.BusinessObjectData
 
setRevision(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult
 
setRightMargin(int) - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
setRoutingKey(String) - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
setScaleToFit(boolean) - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
setService(Service) - Method in class com.technia.tif.enovia.model.JobEntity
 
setServiceURL(String) - Method in class com.technia.tif.core.transfer.impl.saaj.SOAPDestination
 
setSourceObject(SourceObject) - Method in class com.technia.tif.enovia.job.EnoviaJob
 
setSSLUsed(boolean) - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
setStarted(Instant) - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
setStartX(double) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setStartXPosition(PDFWatermark.PositionType) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setStartY(double) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setStartYPosition(PDFWatermark.PositionType) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setStatus(Data.Status) - Method in class com.technia.tif.enovia.integration.create.Data
 
setStatus(JobStatus) - Method in class com.technia.tif.enovia.model.JobEntity
 
setStatusCode(int) - Method in class com.technia.tif.core.io.http.HttpResponse
 
setStorePayload(boolean) - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
setText(String) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setTextRotation(int) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setTextTransparency(int) - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
setTimeout(long) - Method in class com.technia.tif.core.transfer.impl.http.HttpDestination
 
setTokenResolverId(String) - Method in class com.technia.tif.core.transfer.impl.http.HttpDestination
 
setToObjectId(String) - Method in class com.technia.tif.enovia.integration.create.RelationshipData
 
setToObjectId(String) - Method in class com.technia.tif.enovia.job.destination.checkin.ConnectObjectResult
 
setTopMargin(int) - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
setTransferred(boolean) - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
setType(String) - Method in class com.technia.tif.enovia.integration.create.BusinessObjectData
 
setType(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult
 
setUri(String) - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
setUrl(String) - Method in class com.technia.tif.core.transfer.impl.http.HttpDestination
 
setUserName(String) - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
setUserName(String) - Method in class com.technia.tif.core.transfer.impl.ftp.FTPDestination
 
setUserName(String) - Method in class com.technia.tif.core.transfer.impl.jms.JMSDestination
 
setUUID(UUID) - Method in class com.technia.tif.enovia.job.destination.JobTransfer
 
setVault(String) - Method in class com.technia.tif.enovia.integration.create.BusinessObjectData
 
setVault(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult
 
setVirtualHost(String) - Method in class com.technia.tif.core.transfer.impl.amqp.RabbitMQDestination
 
SimpleFileStatusEvaluator - Class in com.technia.tif.enovia.job.reply.config
 
SimpleFileStatusEvaluator() - Constructor for class com.technia.tif.enovia.job.reply.config.SimpleFileStatusEvaluator
 
SizeAwareInputStreamProvider - Interface in com.technia.tif.core.io
 
SOAPDestination - Class in com.technia.tif.core.transfer.impl.saaj
 
SOAPDestination() - Constructor for class com.technia.tif.core.transfer.impl.saaj.SOAPDestination
 
SOAPDestination(SOAPDestination) - Constructor for class com.technia.tif.core.transfer.impl.saaj.SOAPDestination
 
Source - Interface in com.technia.tif.enovia.job.reply.config
 
start() - Method in interface com.technia.tif.core.ServiceActivator
Starts this instance
start() - Method in interface com.technia.tif.enovia.job.reply.config.Source
 
START - Enum constant in enum class com.technia.tif.enovia.jobevent.JobEventType
Triggered when the job is about to be started
STARTED - Enum constant in enum class com.technia.tif.enovia.integration.event.EventType
 
StartEvent - Interface in com.technia.tif.enovia.jobevent
Event object used when a start event is triggered.
StatusData - Class in com.technia.tif.enovia.jaxrs.service.idlocator
 
StatusData() - Constructor for class com.technia.tif.enovia.jaxrs.service.idlocator.StatusData
 
StatusData(int, String, String) - Constructor for class com.technia.tif.enovia.jaxrs.service.idlocator.StatusData
 
StatusEvaluator - Interface in com.technia.tif.enovia.job.reply.config
 
stop() - Method in interface com.technia.tif.core.ServiceActivator
Stops this instance
stop() - Method in interface com.technia.tif.enovia.job.reply.config.Source
 
storeOutboundPayload(JobEntity, PayloadData) - Static method in class com.technia.tif.enovia.job.log.Logger
Stores outbound payload to job.
storePayload(PayloadDataType, PayloadData) - Method in interface com.technia.tif.enovia.jaxrs.service.ExecutionCtx
 
storePayload(PayloadDataType, PayloadData) - Method in class com.technia.tif.enovia.job.log.Logger
Stores payload to job.
stream() - Method in interface com.technia.tif.core.transfer.Destinations
 
stream() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermarkList
 
SUCCESS - Enum constant in enum class com.technia.tif.enovia.jobevent.JobEventType
Triggered after a job has been performed successfully
SuccessEvent - Interface in com.technia.tif.enovia.jobevent
Event object used when a success event is triggered.

T

Template<T> - Interface in com.technia.tif.core
An interface for objects supporting clone/copy operation.
TextProvider - Interface in com.technia.tif.enovia.job.executors.file
 
TO - Enum constant in enum class com.technia.tif.enovia.job.destination.checkin.ConnectDirection
 
toObjectId(String) - Method in class com.technia.tif.enovia.job.destination.checkin.ConnectObjectResult.Builder
 
toParamMap() - Method in interface com.technia.tif.enovia.scheduling.JobContext
 
toString() - Method in class com.technia.tif.core.io.http.HttpResponse
 
toString() - Method in class com.technia.tif.core.transfer.impl.ConfigurableDestination
 
toString() - Method in class com.technia.tif.core.Version
 
toString() - Method in class com.technia.tif.enovia.integration.create.Context.Select
 
toString() - Method in class com.technia.tif.enovia.jaxws.api.Value
 
toString() - Method in class com.technia.tif.enovia.job.destination.checkin.CheckinResult
 
toString() - Method in class com.technia.tif.enovia.job.destination.checkin.ConnectObjectResult
 
toString() - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult
 
toString() - Method in class com.technia.tif.enovia.job.EnoviaJob
 
toString() - Method in class com.technia.tif.enovia.job.executors.file.FileAction
 
toString() - Method in class com.technia.tif.enovia.model.JobEntity
 
toString() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermark
 
toString() - Method in class com.technia.tif.enovia.util.modifier.PDFWatermarkList
 
toString() - Method in class com.technia.tif.enovia.util.modifier.SaveAs
 
toString() - Method in class com.technia.tif.enovia.util.modifier.SaveAsPDF
 
TRANSACTION_ABORTED - Enum constant in enum class com.technia.tif.enovia.integration.event.EventType
 
TRANSACTION_COMMITTED - Enum constant in enum class com.technia.tif.enovia.integration.event.EventType
 
TRANSACTION_START_READ - Enum constant in enum class com.technia.tif.enovia.integration.event.EventType
 
TRANSACTION_START_UPDATE - Enum constant in enum class com.technia.tif.enovia.integration.event.EventType
 
TransferProperty - Annotation Interface in com.technia.tif.core.transfer
Represents a transfer property of destination.
transform(TransformContext) - Method in interface com.technia.tif.core.transform.Transformer
 
TransformContext - Interface in com.technia.tif.core.transform
Holds information about transformation.
Transformer - Interface in com.technia.tif.core.transform
 
TransformerException - Exception in com.technia.tif.core.transform
Indicates an exceptional condition that occurred during the transformation process.
TransformerException(String) - Constructor for exception com.technia.tif.core.transform.TransformerException
 
TransformerException(String, Throwable) - Constructor for exception com.technia.tif.core.transform.TransformerException
 
TransformerException(Throwable) - Constructor for exception com.technia.tif.core.transform.TransformerException
 
trigger(JobEvent) - Method in class com.technia.tif.enovia.jobevent.JobEvents
Trigger an event based on the provided parameter.
TxEvent - Class in com.technia.tif.enovia.integration.event
 
TxEvent(IntegrationContext, EventType, boolean) - Constructor for class com.technia.tif.enovia.integration.event.TxEvent
 
type(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult.Builder
 

U

UNCHANGED - Enum constant in enum class com.technia.tif.enovia.integration.create.Data.Status
 
update(Webservice, String, String, Object) - Method in interface com.technia.tif.enovia.jaxws.api.update.Updater
Performs the update of the field.
UPDATED - Enum constant in enum class com.technia.tif.enovia.integration.create.Data.Status
 
Updater - Interface in com.technia.tif.enovia.jaxws.api.update
The updater interface used by the configurable update webservice.
UpdateServiceHandler - Interface in com.technia.tif.enovia.jaxws.api.update
 
URLProvider - Interface in com.technia.tif.enovia.job.destination
Provides URL.

V

validate(ValidationContext) - Method in interface com.technia.tif.core.validation.Validator
 
VALIDATE - Enum constant in enum class com.technia.tif.enovia.jobevent.JobEventType
Triggered before the job is started, which allows performing validation if the job should be executed etc.
Validateable - Interface in com.technia.tif.core
 
ValidateEvent - Interface in com.technia.tif.enovia.jobevent
 
validateInput(Webservice, Object) - Method in class com.technia.tif.enovia.jaxws.api.export.DefaultQueryServiceHandler
 
validateInput(Webservice, Object) - Method in interface com.technia.tif.enovia.jaxws.api.Handler
Validates input for the service.
validateQuery(Webservice, Query) - Method in class com.technia.tif.enovia.jaxws.api.export.DefaultQueryServiceHandler
 
validateQuery(Webservice, Query) - Method in interface com.technia.tif.enovia.jaxws.api.export.QueryServiceHandler
 
validateQuery(Webservice, Query) - Method in interface com.technia.tif.enovia.jaxws.api.update.UpdateServiceHandler
 
ValidationContext - Interface in com.technia.tif.core.validation
Holds information about validation.
ValidationException - Exception in com.technia.tif.core
 
ValidationException(String) - Constructor for exception com.technia.tif.core.ValidationException
 
ValidationException(String, Throwable) - Constructor for exception com.technia.tif.core.ValidationException
 
ValidationException(Throwable) - Constructor for exception com.technia.tif.core.ValidationException
 
Validator - Interface in com.technia.tif.core.validation
 
Value - Class in com.technia.tif.enovia.jaxws.api
 
Value(String, int) - Constructor for class com.technia.tif.enovia.jaxws.api.Value
 
valueOf(String) - Static method in enum class com.technia.tif.core.transfer.impl.ftp.FTPDestination.ExistStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.technia.tif.enovia.integration.create.Data.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.technia.tif.enovia.integration.event.EventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.technia.tif.enovia.job.destination.checkin.CheckinExistStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.technia.tif.enovia.job.destination.checkin.ConnectDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.technia.tif.enovia.job.executors.file.Bookmarks
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.technia.tif.enovia.jobevent.JobEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.technia.tif.enovia.util.modifier.PDFWatermark.PositionType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.technia.tif.core.transfer.impl.ftp.FTPDestination.ExistStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.technia.tif.enovia.integration.create.Data.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.technia.tif.enovia.integration.event.EventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.technia.tif.enovia.job.destination.checkin.CheckinExistStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.technia.tif.enovia.job.destination.checkin.ConnectDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.technia.tif.enovia.job.executors.file.Bookmarks
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.technia.tif.enovia.jobevent.JobEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.technia.tif.enovia.util.modifier.PDFWatermark.PositionType
Returns an array containing the constants of this enum class, in the order they are declared.
vault(String) - Method in class com.technia.tif.enovia.job.destination.checkin.CreateObjectResult.Builder
 
Version - Class in com.technia.tif.core
 
Version(int, int, int) - Constructor for class com.technia.tif.core.Version
 
Version(int, int, int, boolean) - Constructor for class com.technia.tif.core.Version
 

W

WatcherHandler - Interface in com.technia.tif.enovia.file
 
Webservice - Interface in com.technia.tif.enovia.jaxws.api
 
withContext(Callable<T>) - Method in interface com.technia.tif.enovia.job.destination.checkin.CheckinHandlerContext
Performs an action within a context that is specified by the WithContext setting.
WORD - Enum constant in enum class com.technia.tif.enovia.job.executors.file.Bookmarks
 

X

XML_PARSED - Enum constant in enum class com.technia.tif.enovia.integration.event.EventType
 
XMLParsedEvent - Class in com.technia.tif.enovia.integration.event
 
XMLParsedEvent(IntegrationContext, Document) - Constructor for class com.technia.tif.enovia.integration.event.XMLParsedEvent
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Serialized Form