34 virtual void removePlansByUUID(
const DtUUID& uuid);
35 virtual void removePlansByPhase(
const DtString& phaseName);
36 virtual void renamePhase(
const DtString& currentName,
const DtString& requestedName);
37 virtual void removePlanFromPhase(
const DtUUID& uuid,
const DtString& phaseName);
40 virtual void objectsIds(std::set<DtUUID>& objects)
const;
41 virtual bool objectHasAPlan(
const DtUUID& uuid)
const;
UUID is a unique ID wrapper class.
Definition: rwUUID.h:226
class DtRwSyncMatrixPlan:
Definition: rwSyncMatrixPlan.h:23
Definition: symbolString.h:20
DtRwTemplatedListPtr & operator=(const DtRwTemplatedListPtr &orig)
Definition: readerWriterRegistry.h:39
class DtPlan:
Definition: plan.h:92
A version of DtRwList that contains a homogeneous list of a templated RW type. The templated type spe...
Definition: rwTemplatedList.h:26
#define DT_DLL_vrfplan
This file is used to determine how to build.
Definition: vrfplanDefines.h:28
This list stores entries of DtRwSyncMatrixPlan.
Definition: rwSyncMatrixPlanList.h:17