Uses of Class
de.xima.fc.entities.ProtocolEntryProcessing
-
Packages that use ProtocolEntryProcessing Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.dao.utils de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.protocol de.xima.fc.gui.common.utils de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.inbox.bean de.xima.fc.interfaces.workflow.execution de.xima.fc.pdf -
-
Uses of ProtocolEntryProcessing in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return types with arguments of type ProtocolEntryProcessing Modifier and Type Method Description List<ProtocolEntryProcessing>
ProtokollAPI. getProcessProtocol(UserContext uc, Vorgang vorgang)
Methods in de.xima.fc.api.entity with parameters of type ProtocolEntryProcessing Modifier and Type Method Description void
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 ProtocolEntryProcessing Modifier and Type Method Description List<ProtocolEntryProcessing>
ProtocolEntryProcessDao. 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 ProtocolEntryProcessing Modifier and Type Method Description List<ProtocolEntryProcessing>
IProtocolEntryProcessDao. 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 ProtocolEntryProcessing Modifier and Type Method Description List<ProtocolEntryProcessing>
ProtokollUtils. getProcessLogEntries(Vorgang formRecord, IEntityContext ec)
Methods in de.xima.fc.dao.utils with parameters of type ProtocolEntryProcessing Modifier and Type Method Description void
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)
-
Uses of ProtocolEntryProcessing in de.xima.fc.entities
Subclasses of ProtocolEntryProcessing in de.xima.fc.entities Modifier and Type Class Description class
PeAktion
Deprecated.class
PeStatus
Deprecated. -
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 Modifier and Type Method Description LazyEntityListModel<ProtocolEntryProcessing>
ProtocolBean. getProcessModel()
-
Uses of ProtocolEntryProcessing in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils that return ProtocolEntryProcessing Modifier and Type Method Description static ProtocolEntryProcessing
EntityUtils. getNewCommentEntry(Benutzer 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 ProtocolEntryProcessing Modifier and Type Method Description List<ProtocolEntryProcessing>
ProtokollHandler. getProcessProtocol(UserContext uc, Long formRecordMetaID)
Methods in de.xima.fc.handler.entity with parameters of type ProtocolEntryProcessing Modifier and Type Method Description void
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 ProtocolEntryProcessing Modifier and Type Method Description List<ProtocolEntryProcessing>
IProtokollHandler. getProcessProtocol(UserContext uc, Long formRecordMetaID)
Methods in de.xima.fc.handler.interfaces.entity with parameters of type ProtocolEntryProcessing Modifier and Type Method Description void
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 ProtocolEntryProcessing Modifier and Type Method Description List<ProtocolEntryProcessing>
ProcessHistoryBean. getPeStates()
-
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 ProtocolEntryProcessing Modifier and Type Method Description List<ProtocolEntryProcessing>
IWorkflowLoggingHandler. getLogEntriesByFormRecord(Vorgang formRecord)
Retrieves all the currently available log entries based on the given form record. -
Uses of ProtocolEntryProcessing in de.xima.fc.pdf
Constructor parameters in de.xima.fc.pdf with type arguments of type ProtocolEntryProcessing Constructor Description ProcessLogDocumentBuilder(List<ProtocolEntryProcessing> history, Locale locale)
The constructor of the builder.ProcessLogExport(List<ProtocolEntryProcessing> history, Locale locale)
Constructor of the exporter.
-