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 TypeMethodDescriptionvoidProtokollAPI.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 TypeMethodDescriptionvoidProtokollUtils.addProcessProtocolEntry(Mandant client, ProcessProtocolParams params, ProtocolEntryProcessing entry, IEntityContext ec) Fills in missing pieces of information of aProtocolEntryProcessing, and saves that entry in the database.voidProtokollUtils.addProcessProtocolEntry(Vorgang formRecord, ProtocolEntryProcessing entry, IEntityContext ec) Fills in missing pieces of information of aProtocolEntryProcessing, and saves that entry in the database.voidProtokollUtils.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 ProtocolEntryProcessingEntityUtils.getNewCommentEntry(Benutzer user, Vorgang process, String comment) Deprecated.static ProtocolEntryProcessingEntityUtils.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 TypeMethodDescriptionvoidProtokollHandler.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 TypeMethodDescriptionvoidIProtokollHandler.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) booleanProcessHistoryBean.hasExtendedContent(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isActionPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isAppointmentCreatedPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isAppointmentDeletedPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isAppointmentPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isAppointmentUpdatedPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isAppointmentValidationFailedPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isAttachmentDeletedPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isAttachmentPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isAttachmentUpdatedPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isCommentPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isCreatedClonePe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isCreatedPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isDeletedPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isInfoPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isMalwarePe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isQuartzJobCreatedPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isQuartzJobDeletedPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isQuartzJobInvalidFormatPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isQuartzJobPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isQuartzJobUpdatedPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isStateChangePe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isStateCorrectionPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isStateResetPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isTriggerFiredPe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isUserLogMesagePe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.isVersionChangePe(ProtocolEntryProcessing entry) booleanProcessHistoryBean.showComment(ProtocolEntryProcessing entry) booleanProcessHistoryBean.showStatusChange(ProtocolEntryProcessing entry) booleanProcessHistoryBean.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 ProtocolEntryProcessingAWorkflowEngineTest.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)