Uses of Class
ch.ivyteam.ivy.persistence.PersistencyException
-
Packages that use PersistencyException Package Description ch.ivyteam.ivy.application.property ch.ivyteam.ivy.cm This package contains classes that are required to work with the content management of Axon.ivy: e.g.ch.ivyteam.ivy.htmldialog ch.ivyteam.ivy.persistence Persistency layer interface of Axon.ivy.ch.ivyteam.ivy.process.eventstart ch.ivyteam.ivy.process.extension.impl ch.ivyteam.ivy.process.intermediateevent ch.ivyteam.ivy.request ch.ivyteam.ivy.workflow -
-
Uses of PersistencyException in ch.ivyteam.ivy.application.property
Methods in ch.ivyteam.ivy.application.property that throw PersistencyException Modifier and Type Method Description boolean
ICustomProperty. getBooleanValue(boolean defaultValue)
Returns the value as long.int
ICustomProperty. getIntValue(int defaultValue)
Returns the value as int.long
ICustomProperty. getLongValue(long defaultValue)
Returns the value as long.String
ICustomProperty. getValue(String defaultValue)
Returns the value asString
if this property has one, otherwise the givendefaultValue
.boolean
ICustomProperty. hasValue()
Returns true if the value of the property has ever been set before. -
Uses of PersistencyException in ch.ivyteam.ivy.cm
Methods in ch.ivyteam.ivy.cm that throw PersistencyException Modifier and Type Method Description void
IContentObjectValue. exportContentToFile(File file, String encoding)
Exports the content to a file using the provided character encoding. -
Uses of PersistencyException in ch.ivyteam.ivy.htmldialog
Methods in ch.ivyteam.ivy.htmldialog that throw PersistencyException Modifier and Type Method Description String
IHtmlDialogContext. wr(String relativeWebContentUri)
Creates a link to a file in the static webContent folder of the current project. -
Uses of PersistencyException in ch.ivyteam.ivy.persistence
Subclasses of PersistencyException in ch.ivyteam.ivy.persistence Modifier and Type Class Description class
PersistentObjectDeletedException
Persistency Exception that is thrown if an persistent object cannot be reread from the database because it has been deleted -
Uses of PersistencyException in ch.ivyteam.ivy.process.eventstart
Methods in ch.ivyteam.ivy.process.eventstart that throw PersistencyException Modifier and Type Method Description ISession
IProcessStartEventBeanRuntime. createSession()
Creates a new anonymous session.ISession
IProcessStartEventBeanRuntime. createSession(String userName, String password)
Creates a new session and authenticates/logs in the user with the given user name and password.void
IProcessStartEventBeanRuntime. destroySession(ISession session)
Destroys the given session.ICase
IProcessStartEventResponse. getStartedCase()
Gets the case that was started with the firing of the process start event beanITask
IProcessStartEventResponse. getStartedTask()
Gets the task that was started with the firing of the process start event bean -
Uses of PersistencyException in ch.ivyteam.ivy.process.extension.impl
Methods in ch.ivyteam.ivy.process.extension.impl that throw PersistencyException Modifier and Type Method Description protected void
AbstractProcessExtension. declareAndInitializeVariable(IIvyScriptContext context, String variableName, String variableTypeName, Object initValue)
Declares a variable inside the given context and initializes it with the given valueprotected void
AbstractProcessExtension. declareVariable(IIvyScriptContext context, String variableName, String variableTypeName)
Declares a variable inside the given contextprotected Object
AbstractProcessExtension. executeIvyScript(IIvyScriptContext context, IIvyScriptInstruction instruction)
Executes an ivy script instruction.protected Object
AbstractProcessExtension. executeIvyScript(IIvyScriptContext context, String script)
Executes an ivy script scriptprotected Object
AbstractProcessExtension. getProcessDataField(IIvyScriptContext context, String processDataField)
Gets the value of the given process data fieldprotected IIvyScriptInstruction
AbstractProcessExtension. parseIvyScript(IIvyScriptContext context, String script, String returnTypeName)
Parses an ivy script scriptprotected void
AbstractProcessExtension. setProcessDataField(IIvyScriptContext context, String processDataField, Object value)
Sets the given value to the given process data field. -
Uses of PersistencyException in ch.ivyteam.ivy.process.intermediateevent
Methods in ch.ivyteam.ivy.process.intermediateevent that throw PersistencyException Modifier and Type Method Description IntermediateEventFiringResult
IProcessIntermediateEventBeanRuntime. fireProcessIntermediateEvent(String eventId, Object resultObject, String additionalInformation)
IProcessIntermediateEventFiringResult
IProcessIntermediateEventBeanRuntime. fireProcessIntermediateEventEx(String eventId, Object resultObject, String additionalInformation)
Fires a process intermediate event. -
Uses of PersistencyException in ch.ivyteam.ivy.request
Methods in ch.ivyteam.ivy.request that throw PersistencyException Modifier and Type Method Description IApplication
IApplicationRequest. getApplication()
Gets the application this requests requests toICase
ITaskRequest. getCase()
Gets the case, the current request belongs to.Locale
IApplicationRequest. getContentLocale()
Gets the content locale.Locale
IApplicationRequest. getFormattingLocale()
Gets the format content locale.IProcessModel
IProcessModelVersionRequest. getProcessModel()
Gets the process model this requests requests toIProcessModelVersion
IProcessModelVersionRequest. getProcessModelVersion()
Gets the process model version this requests requests toISecurityContext
IApplicationRequest. getSecurityContext()
Gets the security context of the application this request requests toITask
ITaskRequest. getTask()
Gets the task, the current request belongs toIWorkflowSession
ITaskRequest. getWorkflowSession()
Gets the workflow session, the current request belongs to -
Uses of PersistencyException in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that throw PersistencyException Modifier and Type Method Description INote
INoteable. createNote(IWorkflowSession session, String message)
Creates a new note associated with this object.void
INoteable. deleteNote(INote note)
Deletes the given noteIQueryResult<IIntermediateEvent>
IIntermediateEventElement. findIntermediateEvents(IPropertyFilter<IntermediateEventProperty> filter, List<PropertyOrder<IntermediateEventProperty>> order, int startIndex, int count, boolean returnAllCount)
Gets the intermediate events that were created by this intermediate event elementIQueryResult<ITaskSwitchEvent>
ITaskElement. findTaskSwitchEvents(IPropertyFilter<TaskSwitchEventProperty> filter, List<PropertyOrder<TaskSwitchEventProperty>> order, int startIndex, int count, boolean returnAllCount)
Finds task switch events that were executed at this task elementISecurityMember
IStartElement. getActivator()
Gets the activator, which one must own to start a case on this start elementISecurityMember
IStartEventElement. getActivator()
Gets the activator, which one must own to start a case on this start event elementString
IIntermediateEvent. getAdditionalInformation()
Gets additional information about the event.Date
INote. getCreationTimestamp()
Gets the creation timestampString
IIntermediateEventElement. getDescription()
Returns the descriptionString
IProcessStart. getDescription()
Returns the description (description you can specify at the process start element's start tab -> on field "Description")String
ITaskElement. getDescription()
Gets the descripion of the process elementString
IStartEventElement. getEventBeanClassName()
Gets the class name of the event bean of the start event elementString
IStartEventElement. getEventBeanConfiguration()
Gets the configuration string for the event bean of the start event elementString
IIntermediateEvent. getEventIdentifier()
Gets the event identifierDate
IIntermediateEvent. getEventTimestamp()
Gets the time the event has been received.String
IPageArchive. getFormData()
Gets the form dataString
IProcessStart. getFullRequestPath()
Gets the request uri inclusive application and process model nameString
IProcessStart. getFullUserFriendlyRequestPath()
Gets the user friendly request uri incl.String
IIntermediateEventElement. getIntermediateEventBeanClassName()
Gets the class name of the intermediate event bean of the intermediate event elementString
IIntermediateEventElement. getIntermediateEventBeanConfiguration()
Gets the configuration string for the intermediate event bean of the intermediate event elementIIntermediateEventElement
IIntermediateEvent. getIntermediateEventElement()
Gets the intermediate event element.int
ITaskElement. getJoinPathes()
Gets the number of tasks to join at this element.TaskElementKind
ITaskElement. getKind()
The element kind of this task elementString
INote. getMessage()
Gets the message of the noteString
IIntermediateEventElement. getName()
Returns the intermediate event element nameString
IPageArchive. getName()
Gets the name of the page archive.String
IProcessStart. getName()
Returns the process start name (the name you specify at the process start element's start tab -> on field "Name")String
ITaskElement. getName()
Gets the name of the process elementList<INote>
INoteable. getNotes()
Gets all notes associated with this objectString
IPageArchive. getOriginalTemplateUri()
Gets the original template uriString
IPageArchive. getPageContent()
Gets the page contentString
IPageArchive. getPageContentType()
Gets the page content typeString
IIntermediateEventElement. getProcessElementId()
Gets the process element id of the intermediate event elementString
IProcessStart. getProcessElementId()
Gets the process element id of the process startString
ITaskElement. getProcessElementId()
Gets the process element identifierIWorkflowProcessModelVersion
IIntermediateEventElement. getProcessModelVersion()
Gets the process model versionIWorkflowProcessModelVersion
IProcessStart. getProcessModelVersion()
Gets the process model versionIWorkflowProcessModelVersion
ITaskElement. getProcessModelVersion()
Gets the process model version this task element belongs toString
IProcessStart. getRequestPath()
Gets the request path (only the "<process identifier>" + "/" + startXY.ivp)Object
IIntermediateEvent. getResultObject()
Gets the result object of the intermediate event.IntermediateEventState
IIntermediateEvent. getState()
The state of the eventDate
IPageArchive. getSubmitTimestamp()
Gets the timestamp when the user has submitted the pageITask
IIntermediateEvent. getTask()
Gets the task that is waiting for or has been waiting for the event.ITask
IPageArchive. getTask()
Gets the task which was running as this page was filled in.List<ITaskEnd>
ITaskElement. getTaskEnds()
Gets the task ends that end at this elementITaskStart
IIntermediateEvent. getTaskStart()
Gets the task startITaskStart
IIntermediateEventElement. getTaskStart()
Gets the task start of this intermediate event elementITaskStart
IProcessStart. getTaskStart()
Gets the task start of this process startList<ITaskStart>
ITaskElement. getTaskStarts()
Gets the task starts that starts at this elementIntermediateEventTimeoutAction
IIntermediateEvent. getTimeoutAction()
Gets the timeout action that should be executed if a timeout occursString
IIntermediateEvent. getTimeoutTaskStartElementId()
Gets the start element id where the timeout exception task should be started on if a timeout occurs.Date
IIntermediateEvent. getTimeoutTimestamp()
Gets the timeout timestamp.String
IProcessStart. getUserFriendlyRequestPath()
Gets the user friendly request pathString
IPageArchive. getUserName()
Gets the user name of the user who has filled in the formIUser
INote. getWritter()
Gets the user who wrote the note.String
INote. getWritterName()
Gets the name of the user who wrote the node.boolean
INoteable. hasNotes()
Returns true if the object has notes, otherwise falseboolean
IStartEventElement. isEventBeanEnabled()
Is this event bean enabled to startboolean
IIntermediateEventElement. isIntermediateEventBeanEnabled()
Is this intermediate event bean enabled to fireboolean
IStartElement. isVisible()
Is this start element visible in the workflow list of the workflow uivoid
IStartEventElement. setEventBeanEnabled(boolean enabled)
Sets the enable state of this event bean.void
IIntermediateEventElement. setIntermediateEventBeanEnabled(boolean enabled)
Sets the enable state of this intermediate event bean.void
IIntermediateEvent. setTimeoutTimestamp(Date timeoutTimestamp)
Sets the timeout timestamp.
-