getEntityChange

Back to index

Summary

Retrieves the entity changes.
entityId
Stringoptional
Entity ID.
entityPath
Stringoptional
Entity path.
entityType
Stringoptional
Entity type.
modifiedBy
Stringoptional
User login.
timeSince
Longoptional
Changes since this time. Timeline: [2010 -> Since -> Until -> now].
timeUntil
Longoptional
Changes until this time. If omitted, presumed now. Timeline: [2010 -> Since -> Until -> now].

Usage

Perl

$cmdr->getEntityChange( # optionals );

ectool

ectool getEntityChange \ # optionals

Examples

Perl

If the entityType is component:

$cmdr->getEntityChange("WAR file", {timeUntil => 1600});

ectool

If the entityType is component:

ectool getEntityChange "WAR file" --timeUntil 1600