Uses of Class
de.xima.fc.entities.ProtocolEntryProcessing
Packages that use ProtocolEntryProcessing
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of ProtocolEntryProcessing in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return types with arguments of type ProtocolEntryProcessingModifier and TypeMethodDescriptionProtokollAPI.getProcessProtocol
(UserContext uc, Vorgang vorgang) Methods in de.xima.fc.api.entity with parameters of type ProtocolEntryProcessingModifier and TypeMethodDescriptionvoid
ProtokollAPI.addVorgangProtokollEintrag
(UserContext uc, Vorgang vorgang, ProtocolEntryProcessing entry) Method for creating a protocol entry when a status is changed. -
Uses of ProtocolEntryProcessing in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return types with arguments of type ProtocolEntryProcessingModifier and TypeMethodDescriptionProtocolEntryProcessDao.getAllByProzessId
(IEntityContext ec, String prozessId) -
Uses of ProtocolEntryProcessing in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return types with arguments of type ProtocolEntryProcessingModifier and TypeMethodDescriptionIProtocolEntryProcessDao.getAllByProzessId
(IEntityContext ec, String prozessId) -
Uses of ProtocolEntryProcessing in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils that return types with arguments of type ProtocolEntryProcessingModifier and TypeMethodDescriptionProtokollUtils.getProcessLogEntries
(Vorgang formRecord, IEntityContext ec) Methods in de.xima.fc.dao.utils with parameters of type ProtocolEntryProcessingModifier and TypeMethodDescriptionvoid
ProtokollUtils.addProcessProtocolEntry
(Mandant client, ProcessProtocolParams params, ProtocolEntryProcessing entry, IEntityContext ec) Fills in missing pieces of information of aProtocolEntryProcessing
, and saves that entry in the database.void
ProtokollUtils.addProcessProtocolEntry
(Vorgang formRecord, ProtocolEntryProcessing entry, IEntityContext ec) Fills in missing pieces of information of aProtocolEntryProcessing
, and saves that entry in the database.void
ProtokollUtils.addVorgangPeBase
(Vorgang vorgang, ProtocolEntryProcessing entry, IEntityContext ec) Deprecated. -
Uses of ProtocolEntryProcessing in de.xima.fc.entities
Subclasses of ProtocolEntryProcessing in de.xima.fc.entities -
Uses of ProtocolEntryProcessing in de.xima.fc.gui.bean.protocol
Methods in de.xima.fc.gui.bean.protocol that return types with arguments of type ProtocolEntryProcessing -
Uses of ProtocolEntryProcessing in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils that return ProtocolEntryProcessingModifier and TypeMethodDescriptionstatic ProtocolEntryProcessing
EntityUtils.getNewCommentEntry
(Benutzer user, Vorgang process, String comment) Deprecated.static ProtocolEntryProcessing
EntityUtils.getNewCommentEntry
(IUser user, Vorgang process, String comment) -
Uses of ProtocolEntryProcessing in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return types with arguments of type ProtocolEntryProcessingModifier and TypeMethodDescriptionProtokollHandler.getProcessProtocol
(UserContext uc, Long formRecordMetaID) Methods in de.xima.fc.handler.entity with parameters of type ProtocolEntryProcessingModifier and TypeMethodDescriptionvoid
ProtokollHandler.addProcessProtocolEntry
(UserContext uc, Vorgang vorgang, ProtocolEntryProcessing entry) -
Uses of ProtocolEntryProcessing in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type ProtocolEntryProcessingModifier and TypeMethodDescriptionIProtokollHandler.getProcessProtocol
(UserContext uc, Long formRecordMetaID) Methods in de.xima.fc.handler.interfaces.entity with parameters of type ProtocolEntryProcessingModifier and TypeMethodDescriptionvoid
IProtokollHandler.addProcessProtocolEntry
(UserContext uc, Vorgang vorgang, ProtocolEntryProcessing entry) -
Uses of ProtocolEntryProcessing in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return types with arguments of type ProtocolEntryProcessingMethods in de.xima.fc.inbox.bean with parameters of type ProtocolEntryProcessingModifier and TypeMethodDescriptionProcessHistoryBean.getStyleClass
(ProtocolEntryProcessing peState) boolean
ProcessHistoryBean.hasExtendedContent
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isActionPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isAppointmentCreatedPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isAppointmentDeletedPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isAppointmentPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isAppointmentUpdatedPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isAppointmentValidationFailedPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isAttachmentDeletedPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isAttachmentPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isAttachmentUpdatedPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isCommentPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isCreatedClonePe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isCreatedPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isDeletedPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isInfoPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isMalwarePe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isQuartzJobCreatedPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isQuartzJobDeletedPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isQuartzJobInvalidFormatPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isQuartzJobPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isQuartzJobUpdatedPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isStateChangePe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isStateCorrectionPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isStateResetPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isTriggerFiredPe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isUserLogMesagePe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.isVersionChangePe
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.showComment
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.showStatusChange
(ProtocolEntryProcessing entry) boolean
ProcessHistoryBean.showTriggerFiredFlag
(ProtocolEntryProcessing entry) -
Uses of ProtocolEntryProcessing in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type ProtocolEntryProcessingModifier and TypeMethodDescriptionIWorkflowLoggingHandler.getLogEntriesByFormRecord
(Vorgang formRecord) Retrieves all the currently available log entries based on the given form record. -
Uses of ProtocolEntryProcessing in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return ProtocolEntryProcessingModifier and TypeMethodDescriptionprotected ProtocolEntryProcessing
AWorkflowEngineTest.assertHasSingleLogEntryOfType
(EProtocolEntryProcessType type) Methods in de.xima.fc.ms.test.workflow that return types with arguments of type ProtocolEntryProcessingModifier and TypeMethodDescriptionprotected List<ProtocolEntryProcessing>
AWorkflowEngineTest.assertHasLogEntriesOfType
(EProtocolEntryProcessType expectedType, int expectedAmount) protected List<ProtocolEntryProcessing>
AWorkflowEngineTest.getProcessingProtcolEntriesByType
(Vorgang formRecord, EProtocolEntryProcessType... types) -
Uses of ProtocolEntryProcessing in de.xima.fc.pdf
Constructor parameters in de.xima.fc.pdf with type arguments of type ProtocolEntryProcessingModifierConstructorDescriptionProcessLogDocumentBuilder
(List<ProtocolEntryProcessing> history, Locale locale) The constructor of the builder.ProcessLogExport
(List<ProtocolEntryProcessing> history, Locale locale) Constructor of the exporter.
ProtokollUtils.addProcessProtocolEntry(Vorgang, ProtocolEntryProcessing, IEntityContext)