Package de.xima.fc.entities
Class Vorgang
- java.lang.Object
-
- de.xima.cmn.dao.model.AEntity<Long>
-
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>,de.xima.cmn.dao.interfaces.ILockableEntity<Long>,ILockingVersionProviding,IMandantDependent,IProjektDependent,ITransferable,ITransferableEntity,ITransferableLockableEntity,IUUIDEntity,Serializable,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity public class Vorgang extends AClientDependentEntity implements IProjektDependent, IUUIDEntity
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.xima.fc.entities.AClientDependentEntity
COL_CLIENTID, mandant
-
Fields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersion
-
Fields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, id
-
Fields inherited from interface de.xima.fc.entities.interfaces.IMandantDependent
ATTR_MANDANT, COL_CLIENT_ID
-
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID
-
Fields inherited from interface de.xima.fc.entities.interfaces.IUUIDEntity
INVALID_UUID, INVALID_UUID_OBJECT, NULL_SAFE_UUID_TYPE, TYPE_NAME_UUID
-
-
Constructor Summary
Constructors Constructor Description Vorgang()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddAttachment(Attachment attachment)voidaddChild(Vorgang vorgang)Deprecated.voidaddFormeingang(FormEingang formeingang)Deprecated.voidclearOldWorkflowState()List<Attachment>getAttachments()BenutzergetBearbeiter()Deprecated.StringgetBearbeiterRef()Deprecated.List<Vorgang>getChildren()Deprecated.Can be extremely slow !!!com.alibaba.fastjson.JSONObjectgetCreatorData()protected StringgetCreatorDataString()StringgetCreatorRef()FormEinganggetCurrentFormeingang()PostfachgetCurrentPostfach()StatusgetCurrentStatus()Deprecated.Use thegetCurrentWorkflowState()together with the new workflow engine.WorkflowStategetCurrentWorkflowState()Map<String,String>getCustomAttributes()com.alibaba.fastjson.JSONObjectgetEditorData()protected StringgetEditorDataString()StringgetEditorRef()DategetEingangsDatum()BenutzergetErsteller()Deprecated.StringgetErstellerRef()Deprecated.intgetFehlerAnzahl()List<FormEingang>getFormeingaenge()Deprecated.FormVersiongetFormVersion()LonggetFrontendserver_id()Getter für quellserver_idLonggetId()StringgetIdentityToken()DategetLastStatusChangeDate()StatusgetNewStatus()WorkflowStategetOldWorkflowState()LonggetParentId()VorganggetParentVorgang()Deprecated.usegetParentId()ProjektgetProjekt()StringgetProzessId()StringgetQuellserver()Der Verbindungsname desFrontendServerwelche den Vorgang zuletzt bearbeitet hatStringgetSubject()StringgetUUID()UUIDgetUUIDObject()DategetVerifyExpireDate()StringgetVerifyUUID()WorkflowVersiongetWorkflowVersion()booleanisGelesen()booleanisHasDateChanged()booleanisHasWorkflowStateChanged()booleanisInArbeit()booleanisLoeschbar()Vorgänge sind löschbar, wenn der Status, in dem sie sich befinden, das Löschen von Vorgängen erlaubt.booleanisSaved()booleanisUsesNewWorkflow()voidremoveAttachment(Attachment attachment)voidremoveChild(Vorgang vorgang)Deprecated.voidremoveFormeingang(FormEingang formeingang)Deprecated.voidsetAttachments(List<Attachment> attachments)voidsetBearbeiter(Benutzer bearbeiter)Deprecated.voidsetBearbeiterRef(String bearbeiterRef)Deprecated.voidsetChildren(List<Vorgang> children)Deprecated.Can be extremely slow !!!voidsetCreator(Benutzer creator)voidsetCreatorData(com.alibaba.fastjson.JSONObject creatorData)protected voidsetCreatorDataString(String creatorData)voidsetCreatorRef(String creatorRef)voidsetCurrentFormeingang(FormEingang currentFormeingang)voidsetCurrentPostfach(Postfach currentPostfach)voidsetCurrentStatus(Status status)Deprecated.Use thesetCurrentWorkflowState(WorkflowState)together with the new workflow engine.voidsetCurrentWorkflowState(WorkflowState currentWorkflowState)Deprecated.For Hibernate only, in most cases you should usesetNewWorkflowState(WorkflowState).voidsetCustomAttributes(Map<String,String> customAttributes)voidsetEditor(Benutzer editor)voidsetEditorData(com.alibaba.fastjson.JSONObject editorData)protected voidsetEditorDataString(String editorData)voidsetEditorRef(String editorRef)voidsetEingangsDatum(Date eingangsDatum)Deprecated.For Hibernate only, in most cases you should usesetNewEingangsDatum(Date).voidsetErsteller(Benutzer ersteller)Deprecated.voidsetErstellerRef(String erstellerRef)Deprecated.voidsetFehlerAnzahl(int fehlerAnzahl)voidsetFormeingaenge(List<FormEingang> formeingaenge)Deprecated.voidsetFormVersion(FormVersion formVersion)voidsetFrontendserver_id(Long quellserver_id)Setter des quellserver_idvoidsetGelesen(boolean gelesen)voidsetId(Long id)!!!voidsetIdentityToken(String identityToken)voidsetInArbeit(boolean inArbeit)voidsetLastStatusChangeDate(Date lastStatusChangeDate)Deprecated.For Hibernate only, in most cases you should usesetNewLastStatusChangeDate(Date).voidsetNewEingangsDatum(Date newEingangsDatum)Sets the new date when the form record was created and stores the info whether it was changed.voidsetNewLastStatusChangeDate(Date newLastStatusChangeDate)Sets the new date when the last status changed occurred and stores the info whether it was changed.voidsetNewStatus(Status newStatus)voidsetNewWorkflowState(WorkflowState newWorkflowState)Sets the new workflow state of this form record and stores the old workflow state.voidsetNewWorkflowState(WorkflowState newWorkflowState, boolean forceUpdate)Sets the new workflow state of this form record and stores the old workflow state.voidsetParentId(Long parentId)voidsetParentVorgang(Vorgang parentVorgang)Deprecated.voidsetProjekt(Projekt projekt)voidsetProzessId(String uuid)voidsetQuellserver(String quellserver)voidsetSaved(boolean saved)voidsetSubject(String subject)voidsetUUID(String uuid)voidsetUUIDObject(UUID uuid)voidsetVerifyExpireDate(Date verifyExpireDate)voidsetVerifyUUID(String verifyUUID)voidsetWorkflowVersion(WorkflowVersion workflowVersion)StringtoString()-
Methods inherited from class de.xima.fc.entities.AClientDependentEntity
getMandant, setMandant
-
Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion
-
Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId
-
Methods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Field Detail
-
ATTR_EINGANGSDATUM
public static final String ATTR_EINGANGSDATUM
- See Also:
- Constant Field Values
-
ATTR_STATUS
public static final String ATTR_STATUS
- See Also:
- Constant Field Values
-
ATTR_SUBJECT
public static final String ATTR_SUBJECT
- See Also:
- Constant Field Values
-
ATTR_POSTFACH
public static final String ATTR_POSTFACH
- See Also:
- Constant Field Values
-
ATTR_PARENT_ID
public static final String ATTR_PARENT_ID
- See Also:
- Constant Field Values
-
ATTR_PROZESSID
public static final String ATTR_PROZESSID
- See Also:
- Constant Field Values
-
ATTR_PROJEKT
public static final String ATTR_PROJEKT
- See Also:
- Constant Field Values
-
ATTR_LAST_STATUS_CHANGE_DATE
public static final String ATTR_LAST_STATUS_CHANGE_DATE
- See Also:
- Constant Field Values
-
ATTR_FORMVERSION
public static final String ATTR_FORMVERSION
- See Also:
- Constant Field Values
-
ATTR_IN_ARBEIT
public static final String ATTR_IN_ARBEIT
- See Also:
- Constant Field Values
-
ATTR_VERIFY_UUID
public static final String ATTR_VERIFY_UUID
- See Also:
- Constant Field Values
-
ATTR_VERIFY_EXPIREDATE
public static final String ATTR_VERIFY_EXPIREDATE
- See Also:
- Constant Field Values
-
ATTR_QUELLSERVER
public static final String ATTR_QUELLSERVER
- See Also:
- Constant Field Values
-
ATTR_GELESEN
public static final String ATTR_GELESEN
- See Also:
- Constant Field Values
-
ATTR_IS_SAVED
public static final String ATTR_IS_SAVED
- See Also:
- Constant Field Values
-
ATTR_FEHLERANZAHL
public static final String ATTR_FEHLERANZAHL
- See Also:
- Constant Field Values
-
ATTR_QUELLSERVER_ID
public static final String ATTR_QUELLSERVER_ID
- See Also:
- Constant Field Values
-
ATTR_ATTACHMENTS
public static final String ATTR_ATTACHMENTS
- See Also:
- Constant Field Values
-
ATTR_CURRENT_FORMEINGANG
public static final String ATTR_CURRENT_FORMEINGANG
- See Also:
- Constant Field Values
-
ATTR_IDENTITY_TOKEN
public static final String ATTR_IDENTITY_TOKEN
- See Also:
- Constant Field Values
-
ATTR_WORKFLOW_VERISON
public static final String ATTR_WORKFLOW_VERISON
- See Also:
- Constant Field Values
-
ATTR_CURRENT_WORKFLOW_STATE
public static final String ATTR_CURRENT_WORKFLOW_STATE
- See Also:
- Constant Field Values
-
ATTR_WORKFLOW_VERSION
public static final String ATTR_WORKFLOW_VERSION
- See Also:
- Constant Field Values
-
ATTR_CREATOR_REF
public static final String ATTR_CREATOR_REF
- See Also:
- Constant Field Values
-
ATTR_EDITOR_REF
public static final String ATTR_EDITOR_REF
- See Also:
- Constant Field Values
-
ATTR_CREATOR_DATA
public static final String ATTR_CREATOR_DATA
- See Also:
- Constant Field Values
-
ATTR_EDITOR_DATA
public static final String ATTR_EDITOR_DATA
- See Also:
- Constant Field Values
-
ATTR_UUID
public static final String ATTR_UUID
- See Also:
- Constant Field Values
-
COL_FORM_VERSION_ID
public static final String COL_FORM_VERSION_ID
- See Also:
- Constant Field Values
-
COL_WORKFLOW_VERSION
public static final String COL_WORKFLOW_VERSION
- See Also:
- Constant Field Values
-
COL_SOURCE_SERVER_ID
public static final String COL_SOURCE_SERVER_ID
- See Also:
- Constant Field Values
-
COL_SOURCE_SERVER_NAME
public static final String COL_SOURCE_SERVER_NAME
- See Also:
- Constant Field Values
-
COL_PROJECT_ID
public static final String COL_PROJECT_ID
- See Also:
- Constant Field Values
-
COL_STATUS_ID
public static final String COL_STATUS_ID
- See Also:
- Constant Field Values
-
COL_SUBJECT
public static final String COL_SUBJECT
- See Also:
- Constant Field Values
-
COL_DATE_CREATED
public static final String COL_DATE_CREATED
- See Also:
- Constant Field Values
-
COL_UUID
public static final String COL_UUID
- See Also:
- Constant Field Values
-
COL_FORM_RECORD_BOX_ID
public static final String COL_FORM_RECORD_BOX_ID
- See Also:
- Constant Field Values
-
COL_FLAG_READ
public static final String COL_FLAG_READ
- See Also:
- Constant Field Values
-
COL_FLAG_IN_PROGRESS
public static final String COL_FLAG_IN_PROGRESS
- See Also:
- Constant Field Values
-
COL_VERIFY_UUID
public static final String COL_VERIFY_UUID
- See Also:
- Constant Field Values
-
COL_VERIFY_EXPIREDATE
public static final String COL_VERIFY_EXPIREDATE
- See Also:
- Constant Field Values
-
COL_SAVED
public static final String COL_SAVED
- See Also:
- Constant Field Values
-
COL_COUNT_ERRORS
public static final String COL_COUNT_ERRORS
- See Also:
- Constant Field Values
-
COL_IDENTITYTOKEN
public static final String COL_IDENTITYTOKEN
- See Also:
- Constant Field Values
-
COL_CURRENT_WORKFLOW_STATE
public static final String COL_CURRENT_WORKFLOW_STATE
- See Also:
- Constant Field Values
-
COL_USER_DATA_CREATOR
public static final String COL_USER_DATA_CREATOR
- See Also:
- Constant Field Values
-
COL_USER_DATA_EDITOR
public static final String COL_USER_DATA_EDITOR
- See Also:
- Constant Field Values
-
COL_USER_REF_CREATOR
public static final String COL_USER_REF_CREATOR
- See Also:
- Constant Field Values
-
COL_USER_REF_EDITOR
public static final String COL_USER_REF_EDITOR
- See Also:
- Constant Field Values
-
COL_PARENT_ID
public static final String COL_PARENT_ID
- See Also:
- Constant Field Values
-
COL_FORM_RECORD_DATA_ID
public static final String COL_FORM_RECORD_DATA_ID
- See Also:
- Constant Field Values
-
COL_DATE_STATUS_CHANGED
public static final String COL_DATE_STATUS_CHANGED
- See Also:
- Constant Field Values
-
MAX_LENGTH_IDENTITY_TOKEN
public static final int MAX_LENGTH_IDENTITY_TOKEN
- See Also:
- Constant Field Values
-
CUSTOM_ATTR_DOI_INIT_WORKFLOW_NODE_ID
public static final String CUSTOM_ATTR_DOI_INIT_WORKFLOW_NODE_ID
- See Also:
- Constant Field Values
-
ATTR_CHILDREN
@Deprecated public static final String ATTR_CHILDREN
Deprecated.- See Also:
- Constant Field Values
-
ATTR_PARENT_VORGANG
@Deprecated public static final String ATTR_PARENT_VORGANG
Deprecated.- See Also:
- Constant Field Values
-
ATTR_FORMEINGAENGE
@Deprecated public static final String ATTR_FORMEINGAENGE
Deprecated.- See Also:
- Constant Field Values
-
ATTR_ERSTELLER_REF
@Deprecated public static final String ATTR_ERSTELLER_REF
Deprecated.userATTR_CREATOR_REF- See Also:
- Constant Field Values
-
ATTR_BEARBEITER_REF
@Deprecated public static final String ATTR_BEARBEITER_REF
Deprecated.userATTR_EDITOR_REF- See Also:
- Constant Field Values
-
-
Method Detail
-
setId
public void setId(Long id)
Description copied from class:AbstractEntity!!!WARNING: Currently values biggerInteger.MAX_VALUEor lower thenInteger.MIN_VALUEwill be altered to null!!!- Specified by:
setIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>- Overrides:
setIdin classAbstractEntity- Parameters:
id-Longthe database-id to set
-
getFormVersion
public FormVersion getFormVersion()
-
setFormVersion
public void setFormVersion(FormVersion formVersion)
-
getWorkflowVersion
public WorkflowVersion getWorkflowVersion()
- Returns:
- The version of the workflow that is to be used for this form record. The active workflow version of a project may change, but a form record keeps the workflow version that was active when the form record was created.
-
setWorkflowVersion
public void setWorkflowVersion(WorkflowVersion workflowVersion)
- Parameters:
workflowVersion- The version of the workflow that is to be used for this form record. The active workflow version of a project may change, but a form record keeps the workflow version that was active when the form record was created.
-
getFrontendserver_id
public Long getFrontendserver_id()
Getter für quellserver_id- Returns:
Longdes quellserver_id
-
setFrontendserver_id
public void setFrontendserver_id(Long quellserver_id)
Setter des quellserver_id- Parameters:
quellserver_id-Longder zu setzende quellserver_id
-
getQuellserver
public String getQuellserver()
Der Verbindungsname desFrontendServerwelche den Vorgang zuletzt bearbeitet hat- Returns:
Stringdes bearbeitungsquelle
-
setQuellserver
public void setQuellserver(String quellserver)
- Parameters:
quellserver-Stringder zu setzende Quellserver
-
getProjekt
public Projekt getProjekt()
- Specified by:
getProjektin interfaceIProjektDependent
-
setProjekt
public void setProjekt(Projekt projekt)
- Specified by:
setProjektin interfaceIProjektDependent
-
getCurrentStatus
@Deprecated public Status getCurrentStatus()
Deprecated.Use thegetCurrentWorkflowState()together with the new workflow engine.- Returns:
- The current
Statusof this form record, as set by workflow processing or manually by the user.
-
setCurrentStatus
@Deprecated public void setCurrentStatus(Status status)
Deprecated.Use thesetCurrentWorkflowState(WorkflowState)together with the new workflow engine.- Parameters:
status- The currentStatusof this form record, as set by workflow processing or manually by the user.
-
getCurrentWorkflowState
public WorkflowState getCurrentWorkflowState()
-
setNewWorkflowState
public void setNewWorkflowState(WorkflowState newWorkflowState)
Sets the new workflow state of this form record and stores the old workflow state.- Parameters:
newWorkflowState- The new workflow state for this form record.
-
setNewWorkflowState
public void setNewWorkflowState(WorkflowState newWorkflowState, boolean forceUpdate)
Sets the new workflow state of this form record and stores the old workflow state.- Parameters:
newWorkflowState- The new workflow state for this form record.forceUpdate- Whentrue, the state is marked as having changed even when the given state equals the current state.
-
setCurrentWorkflowState
@Deprecated public void setCurrentWorkflowState(WorkflowState currentWorkflowState)
Deprecated.For Hibernate only, in most cases you should usesetNewWorkflowState(WorkflowState).- Parameters:
currentWorkflowState- The current workflow state of this form record.
-
getSubject
public String getSubject()
-
setSubject
public void setSubject(String subject)
-
getEingangsDatum
public Date getEingangsDatum()
-
setEingangsDatum
@Deprecated public void setEingangsDatum(Date eingangsDatum)
Deprecated.For Hibernate only, in most cases you should usesetNewEingangsDatum(Date).- Parameters:
eingangsDatum- The new date when the form record was created.
-
setNewEingangsDatum
public void setNewEingangsDatum(Date newEingangsDatum)
Sets the new date when the form record was created and stores the info whether it was changed.- Parameters:
newEingangsDatum- The new date when the form record was created.
-
getProzessId
public String getProzessId()
-
setProzessId
public void setProzessId(String uuid)
-
getUUID
public String getUUID()
- Specified by:
getUUIDin interfaceIUUIDEntity- Returns:
- UUID (Universal Unique Identifier) that identifies this type of entity. Usually is unique within a context,
e.g.
Mandant,Projekt, ...
-
setUUID
public void setUUID(String uuid)
- Specified by:
setUUIDin interfaceIUUIDEntity
-
getUUIDObject
public UUID getUUIDObject()
- Specified by:
getUUIDObjectin interfaceIUUIDEntity
-
setUUIDObject
public void setUUIDObject(UUID uuid)
-
getAttachments
public List<Attachment> getAttachments()
-
setAttachments
public void setAttachments(List<Attachment> attachments)
-
addAttachment
public void addAttachment(Attachment attachment)
-
removeAttachment
public void removeAttachment(Attachment attachment)
-
getCurrentPostfach
public Postfach getCurrentPostfach()
-
setCurrentPostfach
public void setCurrentPostfach(Postfach currentPostfach)
-
isGelesen
public boolean isGelesen()
-
setGelesen
public void setGelesen(boolean gelesen)
-
isInArbeit
public boolean isInArbeit()
- Returns:
- The
in progressflag.truewhen there is an active workflow execution for this form record,falseotherwise.. This is a purely cosmetic flag without any business logic, meant for the UI only. In particular, setting this flag will not prevent multiple workflow executions for the same form record. New workflow engine: The new workflow engine locks the form record for exclusive access via a database lock, seeFormRecordLock.
-
setInArbeit
public void setInArbeit(boolean inArbeit)
- Parameters:
inArbeit- Thein progressflag.truewhen there is an active workflow execution for this form record,falseotherwise.. This is a purely cosmetic flag without any business logic, meant for the UI only. In particular, setting this flag will not prevent multiple workflow executions for the same form record. New workflow engine: The new workflow engine locks the form record for exclusive access via a database lock, seeFormRecordLock.
-
getVerifyUUID
public String getVerifyUUID()
-
setVerifyUUID
public void setVerifyUUID(String verifyUUID)
-
getVerifyExpireDate
public Date getVerifyExpireDate()
-
setVerifyExpireDate
public void setVerifyExpireDate(Date verifyExpireDate)
-
isSaved
public boolean isSaved()
-
setSaved
public void setSaved(boolean saved)
-
isUsesNewWorkflow
public boolean isUsesNewWorkflow()
-
getFehlerAnzahl
public int getFehlerAnzahl()
-
setFehlerAnzahl
public void setFehlerAnzahl(int fehlerAnzahl)
-
getLastStatusChangeDate
public Date getLastStatusChangeDate()
-
setLastStatusChangeDate
@Deprecated public void setLastStatusChangeDate(Date lastStatusChangeDate)
Deprecated.For Hibernate only, in most cases you should usesetNewLastStatusChangeDate(Date).- Parameters:
lastStatusChangeDate- The new last status change date.
-
setNewLastStatusChangeDate
public void setNewLastStatusChangeDate(Date newLastStatusChangeDate)
Sets the new date when the last status changed occurred and stores the info whether it was changed.- Parameters:
newLastStatusChangeDate- The new last status change date.
-
getCurrentFormeingang
public FormEingang getCurrentFormeingang()
-
setCurrentFormeingang
public void setCurrentFormeingang(FormEingang currentFormeingang)
-
getParentId
public Long getParentId()
-
setParentId
public void setParentId(Long parentId)
-
getEditorRef
public String getEditorRef()
-
setEditorRef
public void setEditorRef(String editorRef)
-
getCreatorRef
public String getCreatorRef()
-
setCreatorRef
public void setCreatorRef(String creatorRef)
-
setEditor
public void setEditor(Benutzer editor)
-
setCreator
public void setCreator(Benutzer creator)
-
getCreatorDataString
protected String getCreatorDataString()
-
setCreatorDataString
protected void setCreatorDataString(String creatorData)
-
getEditorDataString
protected String getEditorDataString()
-
setEditorDataString
protected void setEditorDataString(String editorData)
-
getCreatorData
public com.alibaba.fastjson.JSONObject getCreatorData()
-
setCreatorData
public void setCreatorData(com.alibaba.fastjson.JSONObject creatorData)
-
getEditorData
public com.alibaba.fastjson.JSONObject getEditorData()
-
setEditorData
public void setEditorData(com.alibaba.fastjson.JSONObject editorData)
-
getIdentityToken
public String getIdentityToken()
-
setIdentityToken
public void setIdentityToken(String identityToken)
-
getNewStatus
public Status getNewStatus()
-
setNewStatus
public void setNewStatus(Status newStatus)
-
isLoeschbar
public boolean isLoeschbar()
Vorgänge sind löschbar, wenn der Status, in dem sie sich befinden, das Löschen von Vorgängen erlaubt.- Returns:
true, wenn dieser Vorgang löschbar ist, ansonstenfalse.
-
toString
public String toString()
- Overrides:
toStringin classAbstractLockableEntity
-
getOldWorkflowState
public WorkflowState getOldWorkflowState()
- Returns:
- The old workflow state from before a state change took place. This is a transient field and only available temporarily while the entity is updated.
-
isHasWorkflowStateChanged
public boolean isHasWorkflowStateChanged()
- Returns:
- Whether the workflow state was changed. This is a transient field and only available temporarily while the entity is updated.
-
isHasDateChanged
public boolean isHasDateChanged()
- Returns:
- Whether any of the date fields were changed. This is a transient field and only available temporarily while the entity is updated.
-
clearOldWorkflowState
public void clearOldWorkflowState()
-
getParentVorgang
@Deprecated public Vorgang getParentVorgang()
Deprecated.usegetParentId()
-
setParentVorgang
@Deprecated public void setParentVorgang(Vorgang parentVorgang)
Deprecated.
-
getChildren
@Deprecated public List<Vorgang> getChildren()
Deprecated.Can be extremely slow !!! Use query withATTR_PARENT_IDas filter
-
setChildren
@Deprecated public void setChildren(List<Vorgang> children)
Deprecated.Can be extremely slow !!! Use query withATTR_PARENT_IDas filter
-
addChild
@Deprecated public void addChild(Vorgang vorgang)
Deprecated.
-
removeChild
@Deprecated public void removeChild(Vorgang vorgang)
Deprecated.
-
getFormeingaenge
@Deprecated public List<FormEingang> getFormeingaenge()
Deprecated.
-
setFormeingaenge
@Deprecated public void setFormeingaenge(List<FormEingang> formeingaenge)
Deprecated.
-
addFormeingang
@Deprecated public void addFormeingang(FormEingang formeingang)
Deprecated.
-
removeFormeingang
@Deprecated public void removeFormeingang(FormEingang formeingang)
Deprecated.
-
getBearbeiter
@Deprecated public Benutzer getBearbeiter()
Deprecated.- Returns:
- the bearbeiter
-
setBearbeiter
@Deprecated public void setBearbeiter(Benutzer bearbeiter)
Deprecated.
-
getErsteller
@Deprecated public Benutzer getErsteller()
Deprecated.
-
setErsteller
@Deprecated public void setErsteller(Benutzer ersteller)
Deprecated.
-
getErstellerRef
@Deprecated public String getErstellerRef()
Deprecated.
-
setErstellerRef
@Deprecated public void setErstellerRef(String erstellerRef)
Deprecated.
-
getBearbeiterRef
@Deprecated public String getBearbeiterRef()
Deprecated.
-
setBearbeiterRef
@Deprecated public void setBearbeiterRef(String bearbeiterRef)
Deprecated.
-
-