Uses of Interface
dev.galasa.framework.spi.IDssAction
Packages that use IDssAction
- 
Uses of IDssAction in dev.galasa.framework.spi
Classes in dev.galasa.framework.spi that implement IDssActionModifier and TypeClassDescriptionclassThis DSS action request that a NEW property is added to the DSS.classThis DSS action request that a property is deleted.classThis DSS action request that all properties with this prefix are deleted.classThis action is for the framework status area of Manager.classThis action is for the framework status area of Manager.classThis action is for the framework status area of Manager.classThis action is for the framework status area of Manager.classThis action is for the framework status area of Manager.classThis DSS action request that property is swapped with another value.classThis DSS action request that property is updated in the DSS whether it exists or not.Methods in dev.galasa.framework.spi that return IDssActionModifier 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) Methods in dev.galasa.framework.spi with parameters of type IDssActionModifier and TypeMethodDescriptionvoidFrameworkPropertyFile.performActions(IDssAction... actions) voidIDynamicStatusStoreKeyAccess.performActions(IDssAction... actions) Will perform multiple actions on the DSS in an atomic fashion.