Class:
|
Activity
|
id:
| org.enhydra.shark.instancepersistence.data.Activity |
Table Name:
| SHKActivities |
GenerateSecure:
| false |
GenerateInsecure:
| true |
MassDeletes:
| false |
MassUpdates:
| false |
MultiDB:
| false |
DirtyDOs:
| Compatible |
Attributes
|
id | Query | Constr | Null | Java Type | DB Type | Size | Reference | Reference Table |
oid | . | . | no | . | DECIMAL | 19,0 | . | . |
version | . | . | no | . | INTEGER | 4 | . | . |
Id | yes | no | no | String | VARCHAR | 100 | | |
ActivitySetDefinitionId | yes | no | yes | String | VARCHAR | 90 | | |
ActivityDefinitionId | yes | no | no | String | VARCHAR | 90 | | |
Process | yes | yes | no | ProcessDO | DECIMAL
| 19,0
| Process | SHKProcesses |
TheResource | yes | yes | yes | ResourceDO | DECIMAL
| 19,0
| Resource | SHKResourcesTable |
PDefName | yes | no | no | String | VARCHAR | 200 | | |
ProcessId | yes | no | no | String | VARCHAR | 200 | | |
ResourceId | yes | no | yes | String | VARCHAR | 100 | | |
State | yes | yes | no | ActivityStateDO | DECIMAL
| 19,0
| ActivityState | SHKActivityStates |
BlockActivityId | yes | no | yes | String | VARCHAR | 100 | | |
Performer | yes | no | yes | String | VARCHAR | 100 | | |
IsPerformerAsynchronous | yes | no | yes | boolean | BIT | | | |
Priority | yes | no | yes | short | INTEGER | | | |
Name | yes | no | yes | String | VARCHAR | 254 | | |
Activated | yes | no | no | long | BIGINT | | | |
ActivatedTZO | yes | no | no | long | BIGINT | | | |
Accepted | yes | no | yes | long | BIGINT | | | |
AcceptedTZO | yes | no | yes | long | BIGINT | | | |
LastStateTime | yes | no | no | long | BIGINT | | | |
LastStateTimeTZO | yes | no | no | long | BIGINT | | | |
LimitTime | yes | no | no | long | BIGINT | | | |
LimitTimeTZO | yes | no | no | long | BIGINT | | | |
Description | yes | no | yes | String | VARCHAR | 254 | | |
Indexes
|
index
|
indexColumn
|
id | unique | clustered | id | included |
I1 | yes | no | Id | |
I2 | no | no | Process | |
I2 | no | no | ActivitySetDefinitionId | |
I2 | no | no | ActivityDefinitionId | |
I3 | no | no | Process | |
I3 | no | no | State | |
|
Class:
|
ActivityData
|
id:
| org.enhydra.shark.instancepersistence.data.ActivityData |
Table Name:
| SHKActivityData |
GenerateSecure:
| false |
GenerateInsecure:
| true |
MassDeletes:
| false |
MassUpdates:
| false |
MultiDB:
| false |
DirtyDOs:
| Compatible |
Attributes
|
id | Query | Constr | Null | Java Type | DB Type | Size | Reference | Reference Table |
oid | . | . | no | . | DECIMAL | 19,0 | . | . |
version | . | . | no | . | INTEGER | 4 | . | . |
Activity | yes | yes | no | ActivityDO | DECIMAL
| 19,0
| Activity | SHKActivities |
VariableDefinitionId | yes | no | no | String | VARCHAR | 100 | | |
VariableType | no | no | no | short | INTEGER | | | |
VariableValue | no | no | yes | byte[] | LONGVARBINARY | | | |
VariableValueXML | no | no | yes | Node | LONGVARCHAR | | | |
VariableValueVCHAR | no | no | yes | String | VARCHAR | 4000 | | |
VariableValueDBL | no | no | yes | double | DOUBLE | | | |
VariableValueLONG | no | no | yes | long | BIGINT | | | |
VariableValueDATE | no | no | yes | Timestamp | TIMESTAMP | | | |
VariableValueBOOL | no | no | yes | boolean | BIT | | | |
IsResult | no | no | no | boolean | BIT | | | |
OrdNo | yes | no | no | int | INTEGER | | | |
CNT | no | no | no | BigDecimal | DECIMAL | 19,0 | | |
Indexes
|
index
|
indexColumn
|
id | unique | clustered | id | included |
I1 | yes | no | CNT | |
I2 | yes | no | Activity | |
I2 | yes | no | VariableDefinitionId | |
I2 | yes | no | OrdNo | |
|
Class:
|
ActivityDataBLOB
|
id:
| org.enhydra.shark.instancepersistence.data.ActivityDataBLOB |
Table Name:
| SHKActivityDataBLOBs |
GenerateSecure:
| false |
GenerateInsecure:
| true |
MassDeletes:
| false |
MassUpdates:
| false |
MultiDB:
| false |
DirtyDOs:
| Compatible |
Attributes
|
id | Query | Constr | Null | Java Type | DB Type | Size | Reference | Reference Table |
oid | . | . | no | . | DECIMAL | 19,0 | . | . |
version | . | . | no | . | INTEGER | 4 | . | . |
ActivityDataWOB | yes | yes | no | ActivityDataWOBDO | DECIMAL
| 19,0
| ActivityDataWOB | SHKActivityDataWOB |
VariableValue | no | no | yes | byte[] | LONGVARBINARY | | | |
OrdNo | yes | no | no | int | INTEGER | | | |
Indexes
|
index
|
indexColumn
|
id | unique | clustered | id | included |
I1 | yes | no | ActivityDataWOB | |
I1 | yes | no | OrdNo | |
|
Class:
|
ActivityDataWOB
|
id:
| org.enhydra.shark.instancepersistence.data.ActivityDataWOB |
Table Name:
| SHKActivityDataWOB |
GenerateSecure:
| false |
GenerateInsecure:
| true |
MassDeletes:
| false |
MassUpdates:
| false |
MultiDB:
| false |
DirtyDOs:
| Compatible |
Attributes
|
id | Query | Constr | Null | Java Type | DB Type | Size | Reference | Reference Table |
oid | . | . | no | . | DECIMAL | 19,0 | . | . |
version | . | . | no | . | INTEGER | 4 | . | . |
Activity | yes | yes | no | ActivityDO | DECIMAL
| 19,0
| Activity | SHKActivities |
VariableDefinitionId | yes | no | no | String | VARCHAR | 100 | | |
VariableType | no | no | no | short | INTEGER | | | |
VariableValueXML | no | no | yes | Node | LONGVARCHAR | | | |
VariableValueVCHAR | no | no | yes | String | VARCHAR | 4000 | | |
VariableValueDBL | no | no | yes | double | DOUBLE | | | |
VariableValueLONG | no | no | yes | long | BIGINT | | | |
VariableValueDATE | no | no | yes | Timestamp | TIMESTAMP | | | |
VariableValueBOOL | no | no | yes | boolean | BIT | | | |
IsResult | no | no | no | boolean | BIT | | | |
OrdNo | yes | no | no | int | INTEGER | | | |
CNT | no | no | no | BigDecimal | DECIMAL | 19,0 | | |
Indexes
|
index
|
indexColumn
|
id | unique | clustered | id | included |
I1 | yes | no | CNT | |
I2 | yes | no | Activity | |
I2 | yes | no | VariableDefinitionId | |
I2 | yes | no | OrdNo | |
|
Class:
|
ActivityState
|
id:
| org.enhydra.shark.instancepersistence.data.ActivityState |
Table Name:
| SHKActivityStates |
GenerateSecure:
| false |
GenerateInsecure:
| true |
MassDeletes:
| false |
MassUpdates:
| false |
MultiDB:
| false |
DirtyDOs:
| Compatible |
Attributes
|
id | Query | Constr | Null | Java Type | DB Type | Size | Reference | Reference Table |
oid | . | . | no | . | DECIMAL | 19,0 | . | . |
version | . | . | no | . | INTEGER | 4 | . | . |
KeyValue | yes | no | no | String | VARCHAR | 30 | | |
Name | yes | no | no | String | VARCHAR | 50 | | |
Indexes
|
index
|
indexColumn
|
id | unique | clustered | id | included |
I1 | yes | no | KeyValue | |
I2 | yes | no | Name | |
|
Class:
|
AndJoinEntry
|
id:
| org.enhydra.shark.instancepersistence.data.AndJoinEntry |
Table Name:
| SHKAndJoinTable |
GenerateSecure:
| false |
GenerateInsecure:
| true |
MassDeletes:
| false |
MassUpdates:
| false |
MultiDB:
| false |
DirtyDOs:
| Compatible |
Attributes
|
id | Query | Constr | Null | Java Type | DB Type | Size | Reference | Reference Table |
oid | . | . | no | . | DECIMAL | 19,0 | . | . |
version | . | . | no | . | INTEGER | 4 | . | . |
Process | yes | yes | no | ProcessDO | DECIMAL
| 19,0
| Process | SHKProcesses |
BlockActivity | yes | yes | yes | ActivityDO | DECIMAL
| 19,0
| Activity | SHKActivities |
ActivityDefinitionId | yes | no | no | String | VARCHAR | 90 | | |
Activity | yes | yes | no | ActivityDO | DECIMAL
| 19,0
| Activity | SHKActivities |
CNT | no | no | no | BigDecimal | DECIMAL | 19,0 | | |
Indexes
|
index
|
indexColumn
|
id | unique | clustered | id | included |
I1 | yes | no | CNT | |
I2 | no | no | Process | |
I2 | no | no | BlockActivity | |
I2 | no | no | ActivityDefinitionId | |
I3 | no | no | Activity | |
|
Class:
|
Assignment
|
id:
| org.enhydra.shark.instancepersistence.data.Assignment |
Table Name:
| SHKAssignmentsTable |
GenerateSecure:
| false |
GenerateInsecure:
| true |
MassDeletes:
| false |
MassUpdates:
| false |
MultiDB:
| false |
DirtyDOs:
| Compatible |
Attributes
|
id | Query | Constr | Null | Java Type | DB Type | Size | Reference | Reference Table |
oid | . | . | no | . | DECIMAL | 19,0 | . | . |
version | . | . | no | . | INTEGER | 4 | . | . |
Activity | yes | yes | no | ActivityDO | DECIMAL
| 19,0
| Activity | SHKActivities |
TheResource | yes | yes | no | ResourceDO | DECIMAL
| 19,0
| Resource | SHKResourcesTable |
ActivityId | yes | no | no | String | VARCHAR | 100 | | |
ActivityProcessId | yes | no | no | String | VARCHAR | 100 | | |
ActivityProcessDefName | yes | no | no | String | VARCHAR | 200 | | |
ResourceId | yes | no | no | String | VARCHAR | 100 | | |
IsAccepted | yes | no | no | boolean | BIT | | | |
IsValid | yes | no | no | boolean | BIT | | | |
CNT | no | no | no | BigDecimal | DECIMAL | 19,0 | | |
Indexes
|
index
|
indexColumn
|
id | unique | clustered | id | included |
I1 | yes | no | CNT | |
I2 | yes | no | Activity | |
I2 | yes | no | TheResource | |
I3 | no | no | TheResource | |
I3 | no | no | IsValid | |
I4 | no | no | ActivityId | |
I5 | no | no | ResourceId | |
|
Class:
|
Deadline
|
id:
| org.enhydra.shark.instancepersistence.data.Deadline |
Table Name:
| SHKDeadlines |
GenerateSecure:
| false |
GenerateInsecure:
| true |
MassDeletes:
| false |
MassUpdates:
| false |
MultiDB:
| false |
DirtyDOs:
| Compatible |
Attributes
|
id | Query | Constr | Null | Java Type | DB Type | Size | Reference | Reference Table |
oid | . | . | no | . | DECIMAL | 19,0 | . | . |
version | . | . | no | . | INTEGER | 4 | . | . |
Process | yes | yes | no | ProcessDO | DECIMAL
| 19,0
| Process | SHKProcesses |
Activity | yes | yes | no | ActivityDO | DECIMAL
| 19,0
| Activity | SHKActivities |
CNT | yes | no | no | BigDecimal | DECIMAL | 19,0 | | |
TimeLimit | yes | no | no | long | BIGINT | | | |
TimeLimitTZO | yes | no | no | long | BIGINT | | | |
ExceptionName | yes | no | no | String | VARCHAR | 100 | | |
IsSynchronous | yes | no | no | boolean | BIT | | | |
IsExecuted | yes | no | no | boolean | BIT | | | |
Indexes
|
index
|
indexColumn
|
id | unique | clustered | id | included |
I1 | yes | no | CNT | |
I2 | no | no | Process | |
I2 | no | no | TimeLimit | |
I3 | no | no | Activity | |
I3 | no | no | TimeLimit | |
|
Class:
|
Process
|
id:
| org.enhydra.shark.instancepersistence.data.Process |
Table Name:
| SHKProcesses |
GenerateSecure:
| false |
GenerateInsecure:
| true |
MassDeletes:
| false |
MassUpdates:
| false |
MultiDB:
| false |
DirtyDOs:
| Compatible |
Attributes
|
id | Query | Constr | Null | Java Type | DB Type | Size | Reference | Reference Table |
oid | . | . | no | . | DECIMAL | 19,0 | . | . |
version | . | . | no | . | INTEGER | 4 | . | . |
SyncVersion | yes | no | no | long | BIGINT | | | |
Id | yes | no | no | String | VARCHAR | 100 | | |
ProcessDefinition | yes | yes | no | ProcessDefinitionDO | DECIMAL
| 19,0
| ProcessDefinition | SHKProcessDefinitions |
PDefName | yes | no | no | String | VARCHAR | 200 | | |
ActivityRequesterId | yes | no | yes | String | VARCHAR | 100 | | |
ActivityRequesterProcessId | yes | no | yes | String | VARCHAR | 100 | | |
ResourceRequesterId | yes | no | no | String | VARCHAR | 100 | | |
ExternalRequesterClassName | no | no | yes | String | VARCHAR | 254 | | |
State | yes | yes | no | ProcessStateDO | DECIMAL
| 19,0
| ProcessState | SHKProcessStates |
Priority | yes | no | yes | short | INTEGER | | | |
Name | yes | no | yes | String | VARCHAR | 254 | | |
Created | yes | no | no | long | BIGINT | | | |
CreatedTZO | yes | no | no | long | BIGINT | | | |
Started | yes | no | yes | long | BIGINT | | | |
StartedTZO | yes | no | yes | long | BIGINT | | | |
LastStateTime | yes | no | no | long | BIGINT | | | |
LastStateTimeTZO | yes | no | no | long | BIGINT | | | |
LimitTime | yes | no | no | long | BIGINT | | | |
LimitTimeTZO | yes | no | no | long | BIGINT | | | |
Description | yes | no | yes | String | VARCHAR | 254 | | |
Indexes
|
index
|
indexColumn
|
id | unique | clustered | id | included |
I1 | yes | no | Id | |
I2 | no | no | ProcessDefinition | |
I3 | no | no | State | |
I4 | no | no | ActivityRequesterId | |
I5 | no | no | ResourceRequesterId | |
|
Class:
|
ProcessData
|
id:
| org.enhydra.shark.instancepersistence.data.ProcessData |
Table Name:
| SHKProcessData |
GenerateSecure:
| false |
GenerateInsecure:
| true |
MassDeletes:
| false |
MassUpdates:
| false |
MultiDB:
| false |
DirtyDOs:
| Compatible |
Attributes
|
id | Query | Constr | Null | Java Type | DB Type | Size | Reference | Reference Table |
oid | . | . | no | . | DECIMAL | 19,0 | . | . |
version | . | . | no | . | INTEGER | 4 | . | . |
Process | yes | yes | no | ProcessDO | DECIMAL
| 19,0
| Process | SHKProcesses |
VariableDefinitionId | yes | no | no | String | VARCHAR | 100 | | |
VariableType | no | no | no | short | INTEGER | | | |
VariableValue | no | no | yes | byte[] | LONGVARBINARY | | | |
VariableValueXML | no | no | yes | Node | LONGVARCHAR | | | |
VariableValueVCHAR | no | no | yes | String | VARCHAR | 4000 | | |
VariableValueDBL | no | no | yes | double | DOUBLE | | | |
VariableValueLONG | no | no | yes | long | BIGINT | | | |
VariableValueDATE | no | no | yes | Timestamp | TIMESTAMP | | | |
VariableValueBOOL | no | no | yes | boolean | BIT | | | |
OrdNo | yes | no | no | int | INTEGER | | | |
CNT | no | no | no | BigDecimal | DECIMAL | 19,0 | | |
Indexes
|
index
|
indexColumn
|
id | unique | clustered | id | included |
I1 | yes | no | CNT | |
I2 | yes | no | Process | |
I2 | yes | no | VariableDefinitionId | |
I2 | yes | no | OrdNo | |
|
Class:
|
ProcessDataBLOB
|
id:
| org.enhydra.shark.instancepersistence.data.ProcessDataBLOB |
Table Name:
| SHKProcessDataBLOBs |
GenerateSecure:
| false |
GenerateInsecure:
| true |
MassDeletes:
| false |
MassUpdates:
| false |
MultiDB:
| false |
DirtyDOs:
| Compatible |
Attributes
|
id | Query | Constr | Null | Java Type | DB Type | Size | Reference | Reference Table |
oid | . | . | no | . | DECIMAL | 19,0 | . | . |
version | . | . | no | . | INTEGER | 4 | . | . |
ProcessDataWOB | yes | yes | no | ProcessDataWOBDO | DECIMAL
| 19,0
| ProcessDataWOB | SHKProcessDataWOB |
VariableValue | no | no | yes | byte[] | LONGVARBINARY | | | |
OrdNo | yes | no | no | int | INTEGER | | | |
Indexes
|
index
|
indexColumn
|
id | unique | clustered | id | included |
I1 | yes | no | ProcessDataWOB | |
I1 | yes | no | OrdNo | |
|
Class:
|
ProcessDataWOB
|
id:
| org.enhydra.shark.instancepersistence.data.ProcessDataWOB |
Table Name:
| SHKProcessDataWOB |
GenerateSecure:
| false |
GenerateInsecure:
| true |
MassDeletes:
| false |
MassUpdates:
| false |
MultiDB:
| false |
DirtyDOs:
| Compatible |
Attributes
|
id | Query | Constr | Null | Java Type | DB Type | Size | Reference | Reference Table |
oid | . | . | no | . | DECIMAL | 19,0 | . | . |
version | . | . | no | . | INTEGER | 4 | . | . |
Process | yes | yes | no | ProcessDO | DECIMAL
| 19,0
| Process | SHKProcesses |
VariableDefinitionId | yes | no | no | String | VARCHAR | 100 | | |
VariableType | no | no | no | short | INTEGER | | | |
VariableValueXML | no | no | yes | Node | LONGVARCHAR | | | |
VariableValueVCHAR | no | no | yes | String | VARCHAR | 4000 | | |
VariableValueDBL | no | no | yes | double | DOUBLE | | | |
VariableValueLONG | no | no | yes | long | BIGINT | | | |
VariableValueDATE | no | no | yes | Timestamp | TIMESTAMP | | | |
VariableValueBOOL | no | no | yes | boolean | BIT | | | |
OrdNo | yes | no | no | int | INTEGER | | | |
CNT | no | no | no | BigDecimal | DECIMAL | 19,0 | | |
Indexes
|
index
|
indexColumn
|
id | unique | clustered | id | included |
I1 | yes | no | CNT | |
I2 | yes | no | Process | |
I2 | yes | no | VariableDefinitionId | |
I2 | yes | no | OrdNo | |
|
Class:
|
ProcessDefinition
|
id:
| org.enhydra.shark.instancepersistence.data.ProcessDefinition |
Table Name:
| SHKProcessDefinitions |
GenerateSecure:
| false |
GenerateInsecure:
| true |
MassDeletes:
| false |
MassUpdates:
| false |
MultiDB:
| false |
DirtyDOs:
| Compatible |
Attributes
|
id | Query | Constr | Null | Java Type | DB Type | Size | Reference | Reference Table |
oid | . | . | no | . | DECIMAL | 19,0 | . | . |
version | . | . | no | . | INTEGER | 4 | . | . |
Name | yes | no | no | String | VARCHAR | 200 | | |
PackageId | yes | no | no | String | VARCHAR | 90 | | |
ProcessDefinitionId | yes | no | no | String | VARCHAR | 90 | | |
ProcessDefinitionCreated | yes | no | no | long | BIGINT | | | |
ProcessDefinitionVersion | yes | no | no | String | VARCHAR | 20 | | |
State | yes | no | no | int | INTEGER | | | |
Indexes
|
index
|
indexColumn
|
id | unique | clustered | id | included |
I1 | yes | no | Name | |
|
Class:
|
ProcessRequester
|
id:
| org.enhydra.shark.instancepersistence.data.ProcessRequester |
Table Name:
| SHKProcessRequesters |
GenerateSecure:
| false |
GenerateInsecure:
| true |
MassDeletes:
| false |
MassUpdates:
| false |
MultiDB:
| false |
DirtyDOs:
| Compatible |
Attributes
|
id | Query | Constr | Null | Java Type | DB Type | Size | Reference | Reference Table |
oid | . | . | no | . | DECIMAL | 19,0 | . | . |
version | . | . | no | . | INTEGER | 4 | . | . |
Id | yes | no | no | String | VARCHAR | 100 | | |
ActivityRequester | yes | yes | yes | ActivityDO | DECIMAL
| 19,0
| Activity | SHKActivities |
ResourceRequester | yes | yes | yes | ResourceDO | DECIMAL
| 19,0
| Resource | SHKResourcesTable |
Indexes
|
index
|
indexColumn
|
id | unique | clustered | id | included |
I1 | yes | no | Id | |
I2 | no | no | ActivityRequester | |
I3 | no | no | ResourceRequester | |
|
Class:
|
ProcessState
|
id:
| org.enhydra.shark.instancepersistence.data.ProcessState |
Table Name:
| SHKProcessStates |
GenerateSecure:
| false |
GenerateInsecure:
| true |
MassDeletes:
| false |
MassUpdates:
| false |
MultiDB:
| false |
DirtyDOs:
| Compatible |
Attributes
|
id | Query | Constr | Null | Java Type | DB Type | Size | Reference | Reference Table |
oid | . | . | no | . | DECIMAL | 19,0 | . | . |
version | . | . | no | . | INTEGER | 4 | . | . |
KeyValue | yes | no | no | String | VARCHAR | 30 | | |
Name | yes | no | no | String | VARCHAR | 50 | | |
Indexes
|
index
|
indexColumn
|
id | unique | clustered | id | included |
I1 | yes | no | KeyValue | |
I2 | yes | no | Name | |
|
Class:
|
Resource
|
id:
| org.enhydra.shark.instancepersistence.data.Resource |
Table Name:
| SHKResourcesTable |
GenerateSecure:
| false |
GenerateInsecure:
| true |
MassDeletes:
| false |
MassUpdates:
| false |
MultiDB:
| false |
DirtyDOs:
| Compatible |
Attributes
|
id | Query | Constr | Null | Java Type | DB Type | Size | Reference | Reference Table |
oid | . | . | no | . | DECIMAL | 19,0 | . | . |
version | . | . | no | . | INTEGER | 4 | . | . |
Username | yes | no | no | String | VARCHAR | 100 | | |
Name | yes | no | yes | String | VARCHAR | 100 | | |
Indexes
|
index
|
indexColumn
|
id | unique | clustered | id | included |
I1 | yes | no | Username | |
|
|