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: uuid.h:59
class DtRwSyncMatrixPlan:
Definition: rwSyncMatrixPlan.h:23
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
DtRwTemplatedListPtr & operator=(const DtRwTemplatedListPtr &orig)
Definition: readerWriterRegistry.h:39
class DtPlan:
Definition: plan.h:92
Definition: rwTemplatedList.h:34
#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