Stores information about each individual item in the deployment.

There are two types of marker item descriptors, repositoryMarker and fileMarker, where each inherits properties from marker and contains information specific to the type of asset being deployed.

The marker item contains the following properties:

Property

Description

id

The marker ID.

type

Specifies whether this marker handles a repository (0) or file (1) item.

status

One of the following:

0: PENDING
1: INITIATED
2: ADD_UPDATE_COMMITTED
3: REFERENCES_COMMITTED
4: COMMITTED
5: FAILURE

index

The index of this marker. All indexes are unique within a deployment. The value is derived from the highWaterMark in the deployment object.

deploymentData

A reference to the marker’s deploymentData object

action

One of the following:

0: ADD
1: UPDATE
2: DELETE

deploymentId

The ID of the deployment for which this marker was created.

deploymentData

A reference to the marker’s deploymentData object.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices