public interface LifecycleConfigurationMBean
Modifier and Type | Method and Description |
---|---|
void |
addLifecycleDetails(java.lang.String productType,
java.lang.String rule,
java.lang.String transition,
boolean isUsage)
Update the Lifecycle configuration for a given product.
|
boolean |
getLifecycleEnabled()
Method indicating if lifecycle management is turned on.
|
void |
removeLifecycle(java.lang.String productType)
Removes the life cycle configuration for the product type
|
void |
setLifecycleEnabled(boolean flag)
Method to set the lifecycle management flag.
|
void addLifecycleDetails(java.lang.String productType, java.lang.String rule, java.lang.String transition, boolean isUsage)
productType
- product typerule
- rule string DSLtransition
- string DSLisUsage
- to indicate whether the transition is for usage or external top-up flowboolean getLifecycleEnabled()
void setLifecycleEnabled(boolean flag)
flag
- boolean true indicating on and false indicating offvoid removeLifecycle(java.lang.String productType)
productType
- product type