Data: ns1

  • Namespace: http://opencase.extend.com/cp

The data in this namespace is divided into elements and types. Types define the structure of the data. Elements define specific instances of the types, and are therefore more relevant to REST endpoints, which generally consume and/or produce elements.

The following elements are members of this namespace:

The following types are members of this namespace:

Element extensionMapping

The OCP Extension Mapping.

Example XML

<?xml version="1.0" encoding="UTF-8"?><extensionMapping xmlns="http://opencase.extend.com/cp"> <extension xmlns="">...</extension> <physical_asset_type xmlns="">...</physical_asset_type> <mime_type xmlns="">...</mime_type> <uuid xmlns="">...</uuid></extensionMapping>

Element StartProcessInstanceEventCommandSettings

Settings class for start process instance command

Example XML

<?xml version="1.0" encoding="UTF-8"?><StartProcessInstanceEventCommandSettings xmlns="http://opencase.extend.com/cp"> <workflowName xmlns="">...</workflowName> <updatePathType xmlns="">...</updatePathType></StartProcessInstanceEventCommandSettings>

Type AbrType

An enum that represents the Abr types.

Possible Values

value description
MASTER_MANIFEST
SUB_MANIFEST
CONTENT

Type EventCommand

Entity class, representing EventCommand entity.

Child Elements

name (type) min/max
occurs
description
eventCommandPk (int) 0/1 (no documentation provided)
name (string) 0/1 (no documentation provided)
description (string) 0/1 (no documentation provided)
eventCommandClass (string) 0/1 (no documentation provided)
eventCommandSettingsClass (string) 0/1 (no documentation provided)
uuid (string) 0/1 Returns the UUID generated by VMS when the entity is created.

Type EventMapping

Child Elements

name (type) min/max
occurs
description
eventMappingPk (int) 0/1 (no documentation provided)
eventType (EventType) 0/1 (no documentation provided)
eventTypeData (string) 0/1 (no documentation provided)
creatorId (string) 0/1 (no documentation provided)
sourceKey (string) 0/1 (no documentation provided)
eventCommand (EventCommand) 0/1 (no documentation provided)
isActive (boolean) 0/1 (no documentation provided)
eventCommandSettingsObject (EventCommandSettings) 0/1 (no documentation provided)
uuid (string) 0/1 Returns the UUID generated by VMS when the entity is created.

Type EventType

Event type class

Child Elements

name (type) min/max
occurs
description
eventTypePk (int) 0/1 (no documentation provided)
name (string) 0/1 (no documentation provided)
description (string) 0/1 (no documentation provided)
eventTypeDataClass (string) 0/1 (no documentation provided)
uuid (string) 0/1 (no documentation provided)
isActive (boolean) 0/1 (no documentation provided)
eventTypeItems (EventTypeItem) 0/unbounded (no documentation provided)
eventCommand (EventCommand) 0/1 (no documentation provided)

Type EventTypeItem

Child Elements

name (type) min/max
occurs
description
eventTypeItemPk (int) 0/1 (no documentation provided)
name (string) 0/1 (no documentation provided)
source (string) 0/1 (no documentation provided)

Type RepositoryNode

RepositoryNode generated by hbm2java

Child Elements

name (type) min/max
occurs
description
protocol (string) 0/1 Represents protocol to communicate with repository node.
hostname (string) 0/1 Represents the name of the node's host.
port (string) 0/1 Represents the port of the node's host.
rootPath (string) 0/1 Represents root path to the node.
decryptedPassword (string) 0/1 Gets the decrypted version of the password field.
repositoryNodePk (int) 0/1 Represents entity PK.
name (string) 0/1 Represents name of the repository node.
url (string) 0/1 Represents the url of the repository node.
username (string) 0/1 Represents username that has credentials for access to this node.
password (string) 0/1 Represents password to access to this node.
domain (string) 0/1 Represents node's domain.
privateKey (string) 0/1 Represents the private key for this node.
readOnly (boolean) 1/1 Represents whether node is read-only or not
description (string) 0/1 Represents description of the repository node.
lastModifiedDate (dateTime) 0/1 Represents the last-modified date of the node.
uuid (string) 0/1 Returns the component UUID generated by VMS when the entity is created.
operationPoolSize (int) 0/1 Represents the operation pool size of the repository node.

Type StartProcessInstanceEventCommandSettings

Settings class for start process instance command

Child Elements

name (type) min/max
occurs
description
workflowName (string) 0/1 (no documentation provided)
updatePathType (string) 0/1 (no documentation provided)