Uses of Interface
dev.galasa.framework.spi.IDssAction
-
Uses of IDssAction in dev.galasa.framework.spi
Modifier and TypeClassDescriptionclass
This DSS action request that a NEW property is added to the DSS.class
This DSS action request that a property is deleted.class
This DSS action request that all properties with this prefix are deleted.class
This action is for the framework status area of Manager.class
This action is for the framework status area of Manager.class
This action is for the framework status area of Manager.class
This action is for the framework status area of Manager.class
This action is for the framework status area of Manager.class
This DSS action request that property is swapped with another value.class
This DSS action request that property is updated in the DSS whether it exists or not.Modifier and TypeMethodDescriptionDssAdd.applyPrefix
(String prefix) DssDelete.applyPrefix
(String prefix) DssDeletePrefix.applyPrefix
(String prefix) DssResourceAdd.applyPrefix
(String prefix) DssResourceDelete.applyPrefix
(String prefix) DssResourceDeletePrefix.applyPrefix
(String prefix) DssResourceSwap.applyPrefix
(String prefix) DssResourceUpdate.applyPrefix
(String prefix) DssSwap.applyPrefix
(String prefix) DssUpdate.applyPrefix
(String prefix) IDssAction.applyPrefix
(String prefix) IDssResourceAction.applyPrefix
(String prefix) Modifier and TypeMethodDescriptionvoid
FrameworkPropertyFile.performActions
(IDssAction... actions) void
IDynamicStatusStoreKeyAccess.performActions
(IDssAction... actions) Will perform multiple actions on the DSS in an atomic fashion.