Serialized Form
-
Package ch.ivyteam.db.jdbc
-
Class ch.ivyteam.db.jdbc.DatabaseConnectionConfiguration extends Object implements Serializable
- serialVersionUID:
- -6581066121955922655L
-
Serialized Fields
-
connectionUrl
String connectionUrl
-
driverName
String driverName
-
password
String password
-
properties
Properties properties
-
userName
String userName
-
-
Class ch.ivyteam.db.jdbc.SQLWrapperException extends SQLException implements Serializable
-
Serialized Fields
-
wrappedException
Throwable wrappedException
-
-
-
Class ch.ivyteam.db.jdbc.SystemDatabaseConfig.SystemDbDatabaseConnectionConfiguration extends DatabaseConnectionConfiguration implements Serializable
-
Serialized Fields
-
autoConvert
boolean autoConvert
-
-
-
-
Package ch.ivyteam.ivy.bpm.error
-
Class ch.ivyteam.ivy.bpm.error.BpmError extends ch.ivyteam.util.IvyRuntimeException implements Serializable
-
Serialized Fields
-
attributes
ch.ivyteam.ivy.bpm.engine.restricted.error.ErrorAttributes attributes
-
errorCode
String errorCode
-
httpStatusCode
int httpStatusCode
-
pmv
IProcessModelVersion pmv
-
processCallStack
List<BpmStackFrame> processCallStack
-
processData
Object processData
-
processElement
BpmProcessElement processElement
-
-
-
-
Package ch.ivyteam.ivy.deployment
-
Package ch.ivyteam.ivy.environment
-
Class ch.ivyteam.ivy.environment.EnvironmentNotAvailableException extends ch.ivyteam.util.IvyRuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fThreadInfo
String fThreadInfo
Info about the thread that illegally accessed the ivy environment
-
-
-
Package ch.ivyteam.ivy.location
-
Class ch.ivyteam.ivy.location.IParser.ParseException extends Exception implements Serializable
-
-
Package ch.ivyteam.ivy.model
-
Class ch.ivyteam.ivy.model.SimpleValueObject extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
T value
-
-
-
Package ch.ivyteam.ivy.model.value
-
Class ch.ivyteam.ivy.model.value.WebLink extends SimpleValueObject<String> implements Serializable
-
-
Package ch.ivyteam.ivy.persistence
-
Class ch.ivyteam.ivy.persistence.Association extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException
- Throws:
IOException
- See Also:
Externalizable.readExternal(java.io.ObjectInput)
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
-
-
-
Class ch.ivyteam.ivy.persistence.PersistencyException extends ch.ivyteam.util.IvyRuntimeException implements Serializable
- serialVersionUID:
- -6951635750011461908L
-
Class ch.ivyteam.ivy.persistence.PersistentObjectDeletedException extends PersistencyException implements Serializable
- serialVersionUID:
- -6951635750011461908L
-
-
Package ch.ivyteam.ivy.process.data.persistence
-
Package ch.ivyteam.ivy.process.model.value
-
Class ch.ivyteam.ivy.process.model.value.ErrorCode extends EventCode<ch.ivyteam.ivy.process.model.value.ErrorCode> implements Serializable
-
Class ch.ivyteam.ivy.process.model.value.EventCode extends SimpleValueObject<String> implements Serializable
-
Class ch.ivyteam.ivy.process.model.value.IgnoredErrorCode extends ch.ivyteam.ivy.process.model.value.ErrorCode implements Serializable
-
Class ch.ivyteam.ivy.process.model.value.PID extends SimpleValueObject<String> implements Serializable
-
Class ch.ivyteam.ivy.process.model.value.SignalCode extends EventCode<SignalCode> implements Serializable
-
-
Package ch.ivyteam.ivy.project
-
Package ch.ivyteam.ivy.request
-
Class ch.ivyteam.ivy.request.RequestException extends ch.ivyteam.util.IvyException implements Serializable
- serialVersionUID:
- -7557241719493713671L
-
-
Package ch.ivyteam.ivy.resource.datamodel
-
Package ch.ivyteam.ivy.scripting.exceptions
-
Class ch.ivyteam.ivy.scripting.exceptions.IvyScriptCodeException extends IvyScriptException implements Serializable
-
Class ch.ivyteam.ivy.scripting.exceptions.IvyScriptException extends ch.ivyteam.util.IvyException implements Serializable
- serialVersionUID:
- 9048481706064784422L
-
Class ch.ivyteam.ivy.scripting.exceptions.IvyScriptMultipleException extends IvyScriptException implements Serializable
-
Serialized Fields
-
fExceptions
List<IvyScriptException> fExceptions
list of exceptions
-
-
-
Class ch.ivyteam.ivy.scripting.exceptions.IvyScriptMultipleRuntimeException extends IvyScriptException implements Serializable
-
Serialized Fields
-
fExceptions
List<ch.ivyteam.ivy.scripting.exceptions.runtime.IvyScriptRuntimeException> fExceptions
list of exceptions
-
-
-
-
Package ch.ivyteam.ivy.scripting.exceptions.invocation
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptCastException extends IvyScriptInvocationException implements Serializable
-
Serialized Fields
-
fCastee
Object fCastee
The castee. -
fCasteeClass
ch.ivyteam.ivy.scripting.types.IIvyClass<?> fCasteeClass
The castee class . -
fTargetClass
ch.ivyteam.ivy.scripting.types.IIvyClass<?> fTargetClass
The target class.
-
-
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptClassNameOrVariableNotFoundException extends IvyScriptInvocationException implements Serializable
-
Serialized Fields
-
fExpression
String fExpression
The incomplete expression.
-
-
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptClassNotFoundException extends IvyScriptInvocationException implements Serializable
-
Serialized Fields
-
fClassName
String fClassName
The name of the class not found.
-
-
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptConstructorInvocationException extends IvyScriptInvocationException implements Serializable
-
Serialized Fields
-
fArguments
Object[] fArguments
The arguments of the call. -
fConstructor
ch.ivyteam.ivy.scripting.types.IIvyConstructor fConstructor
The function throwing an exception
-
-
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptConstructorNotFoundException extends IvyScriptInvocationException implements Serializable
-
Serialized Fields
-
fArgTypes
List<ch.ivyteam.ivy.scripting.types.IIvyClass<?>> fArgTypes
The argument types of the constructor. -
fIvyClass
ch.ivyteam.ivy.scripting.types.IIvyClass<?> fIvyClass
The class of the constructor.
-
-
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptFieldNotFoundException extends IvyScriptInvocationException implements Serializable
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptFunctionInvocationException extends IvyScriptInvocationException implements Serializable
-
Serialized Fields
-
fArguments
Object[] fArguments
The arguments of the call. -
fFunction
ch.ivyteam.ivy.scripting.function.IIvyFunction fFunction
The function throwing an exception
-
-
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptFunctionNotFoundException extends IvyScriptInvocationException implements Serializable
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptIllegalClassNameException extends IvyScriptInvocationException implements Serializable
-
Serialized Fields
-
fClassName
String fClassName
The illegal class name.
-
-
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptInitializationException extends IvyScriptInvocationException implements Serializable
-
Serialized Fields
-
fIvyClass
ch.ivyteam.ivy.scripting.types.IIvyClass<?> fIvyClass
The class of the constructor.
-
-
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptInvocationException extends IvyScriptException implements Serializable
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptMethodInvocationException extends IvyScriptInvocationException implements Serializable
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptMethodNotFoundException extends IvyScriptInvocationException implements Serializable
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptNoSetterForFieldException extends IvyScriptInvocationException implements Serializable
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptReadOnlyException extends IvyScriptInvocationException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fFieldName
String fFieldName
The name of the field which is read only
-
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptStaticFieldAccessException extends IvyScriptInvocationException implements Serializable
-
Serialized Fields
-
fFieldName
String fFieldName
The name of the non existing field. -
fOwningClass
ch.ivyteam.ivy.scripting.types.IIvyClass<?> fOwningClass
The class where the field is looked for.
-
-
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptStaticMethodAccessException extends IvyScriptInvocationException implements Serializable
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptVariableAlreadyDeclaredException extends IvyScriptInvocationException implements Serializable
-
Serialized Fields
-
fVariableName
String fVariableName
The name of the variable.
-
-
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptVariableNotFoundException extends IvyScriptInvocationException implements Serializable
-
Serialized Fields
-
fVariableName
String fVariableName
The name of the variable.
-
-
-
Class ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptWrongExpressionTypeException extends IvyScriptInvocationException implements Serializable
-
Serialized Fields
-
fExpectedType
ch.ivyteam.ivy.scripting.exceptions.invocation.IvyScriptWrongExpressionTypeException.Type fExpectedType
Thre type of the expected object. -
fResultObject
Object fResultObject
The result object. -
fResultType
ch.ivyteam.ivy.scripting.types.IIvyClass<?> fResultType
The result type.
-
-
-
-
Package ch.ivyteam.ivy.scripting.objects
-
Class ch.ivyteam.ivy.scripting.objects.Binary extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bytes
byte[] bytes
The wrapped byte array
-
-
Class ch.ivyteam.ivy.scripting.objects.BusinessDuration extends Object implements Serializable
-
Serialized Fields
-
hours
int hours
-
minutes
int minutes
-
seconds
int seconds
-
-
-
Class ch.ivyteam.ivy.scripting.objects.CompositeObject extends NestedObject implements Serializable
- serialVersionUID:
- 2L
-
Class ch.ivyteam.ivy.scripting.objects.Date extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
day
int day
The day of the date. -
month
int month
The month of the date. -
year
int year
The year of the date.
-
-
Class ch.ivyteam.ivy.scripting.objects.DateTime extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
day
int day
The day of the timestamp. -
hours
int hours
The hours of the timestamp. -
minutes
int minutes
The minutes of the timestamp. -
month
int month
The month of the timestamp. -
seconds
int seconds
The seconds of the timestamp. -
year
int year
The year of the timestamp.
-
-
Class ch.ivyteam.ivy.scripting.objects.Duration extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
days
int days
The day of the duration. -
hours
int hours
The hours of the timestamp. -
minutes
int minutes
The minutes of the timestamp. -
months
int months
The months of the duration. -
seconds
int seconds
The seconds of the timestamp. -
years
int years
The years of the duration.
-
-
Class ch.ivyteam.ivy.scripting.objects.File extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
Class ch.ivyteam.ivy.scripting.objects.List extends NestedObject implements Serializable
- serialVersionUID:
- 2L
-
Class ch.ivyteam.ivy.scripting.objects.Record extends NestedObject implements Serializable
- serialVersionUID:
- 1L
-
Class ch.ivyteam.ivy.scripting.objects.Recordset extends NestedObject implements Serializable
- serialVersionUID:
- 1L
-
Class ch.ivyteam.ivy.scripting.objects.Time extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
hours
int hours
The hours of the Time object. -
minutes
int minutes
The minutes of the Time object. -
seconds
int seconds
The seconds of the Time object.
-
-
Class ch.ivyteam.ivy.scripting.objects.Tree extends NestedObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fChildren
List<Tree> fChildren
The child nodes. -
fInfo
String fInfo
An info string, can be used for rendering. -
fMayHaveChildren
boolean fMayHaveChildren
Flag indicating if the Tree node may have children. The state of this fag is committed to the TreeNodeHandle in the GUI. If the flag is set to "false" the TreeModel doe not fire a tree load event - it assumes that the children are already loaded. If the flag is set to "true", then the TreeModel fires the "tree load event". -
fParent
Tree fParent
The parent node. -
fValue
Object fValue
The node value.
-
-
Class ch.ivyteam.ivy.scripting.objects.Tuple extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fIsReadOnly
boolean fIsReadOnly
True if this tuple is read only -
fType
ch.ivyteam.ivy.scripting.objects.util.MetaType.MetaTypeTuple fType
The class of this tuple -
fValues
Object[] fValues
The values of this tuple
-
-
Class ch.ivyteam.ivy.scripting.objects.Xml extends Object implements Serializable
- serialVersionUID:
- 5540670633796056983L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException, SAXException
Read an XmlWrapperObject. myNode is transient and therfore it must be parsed again. If myNode is a subnode of the xmlDocument, the int-array indexPath is used to select the subnode. -
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
Serialize this object. The Dom-object is transient and therefore not serialized. Instead of this an int-array is serialized that indicates which subnode of the xmlDocument is myNode- Throws:
IOException
-
-
-
Package ch.ivyteam.ivy.scripting.objects.util
-
Class ch.ivyteam.ivy.scripting.objects.util.ListChangedEvent extends EventObject implements Serializable
-
Serialized Fields
-
columnIndexHint
int columnIndexHint
If the data of a list entry contains of several elements, then this gives a hint which element has changed. -
firstIndex
int firstIndex
The index of the first changed element. -
lastIndex
int lastIndex
The index of the last changed element. -
type
ch.ivyteam.ivy.scripting.objects.util.ListChangedEvent.Type type
The type of the event.
-
-
-
Class ch.ivyteam.ivy.scripting.objects.util.RecordsetChangedEvent extends EventObject implements Serializable
-
Serialized Fields
-
column
int column
The column of a changed cell. -
firstRow
int firstRow
The index of the first changed element. -
lastRow
int lastRow
The index of the last changed element. -
type
ch.ivyteam.ivy.scripting.objects.util.RecordsetChangedEvent.Type type
The type of the event.
-
-
-
Class ch.ivyteam.ivy.scripting.objects.util.TreeChangedEvent extends EventObject implements Serializable
-
Serialized Fields
-
children
Tree[] children
The added or removed children. -
childrenIndices
int[] childrenIndices
The indices of the added or removed children. -
type
ch.ivyteam.ivy.scripting.objects.util.TreeChangedEvent.Type type
The type of the event.
-
-
-
-
Package ch.ivyteam.ivy.scripting.util
-
Class ch.ivyteam.ivy.scripting.util.ImportManagerException extends ch.ivyteam.util.IvyException implements Serializable
- serialVersionUID:
- 2767273966211735774L
-
Class ch.ivyteam.ivy.scripting.util.ImportManagerException.MultipleImportManagerException extends ch.ivyteam.ivy.scripting.util.ImportManagerException implements Serializable
- serialVersionUID:
- 5522901944170185115L
-
Serialized Fields
-
fExceptions
List<ch.ivyteam.ivy.scripting.util.ImportManagerException> fExceptions
The errors
-
-
-
Package ch.ivyteam.ivy.security
-
Class ch.ivyteam.ivy.security.AuthenticationException extends IvySecurityException implements Serializable
- serialVersionUID:
- -5392253126632350070L
-
Class ch.ivyteam.ivy.security.ClusterSessionsSnapshot extends Object implements Serializable
-
Serialized Fields
-
sessionInfos
List<SessionInfo> sessionInfos
-
-
-
Class ch.ivyteam.ivy.security.IvySecurityException extends ch.ivyteam.util.IvyRuntimeException implements Serializable
- serialVersionUID:
- -6069273029439151274L
-
Class ch.ivyteam.ivy.security.PermissionDeniedException extends SecurityException implements Serializable
- serialVersionUID:
- -816572150174666365L
-
Class ch.ivyteam.ivy.security.SessionInfo extends Object implements Serializable
-
-
Package ch.ivyteam.ivy.workflow.businesscase
-
Class ch.ivyteam.ivy.workflow.businesscase.StageId extends SimpleValueObject<String> implements Serializable
-
-
Package ch.ivyteam.ivy.workflow.category
-
Class ch.ivyteam.ivy.workflow.category.CategoryPath extends SimpleValueObject<String> implements Serializable
-
-
Package ch.ivyteam.util
-
Class ch.ivyteam.util.BoxingUtil.BoxingException extends ch.ivyteam.util.IvyException implements Serializable
-
Class ch.ivyteam.util.IvyException extends Exception implements Serializable
-
Class ch.ivyteam.util.IvyRuntimeException extends RuntimeException implements Serializable
-
Class ch.ivyteam.util.NestedProperties extends Properties implements Serializable
- serialVersionUID:
- 2117725303165778045L
-
Class ch.ivyteam.util.ObjectCreationFailedException extends ch.ivyteam.util.IvyException implements Serializable
- serialVersionUID:
- 1L
-
Class ch.ivyteam.util.ReflectionUtil.CanNotResolveOverloadedMethodsException extends ch.ivyteam.util.IvyException implements Serializable
-
Class ch.ivyteam.util.SortedProperties extends Properties implements Serializable
-
Class ch.ivyteam.util.Version extends Object implements Serializable
- serialVersionUID:
- -1263315708063585968L
-
Serialized Fields
-
majorVersion
int majorVersion
Major version number -
minorVersion
int minorVersion
Minor version number -
patchNumber
int patchNumber
Patch version number -
revisionNumber
long revisionNumber
Source control revision number
-
-