Uses of Enum
org.wso2.carbon.webapp.mgt.WebappsConstants.ApplicationOpType
Packages that use WebappsConstants.ApplicationOpType
-
Uses of WebappsConstants.ApplicationOpType in org.wso2.carbon.webapp.mgt
Methods in org.wso2.carbon.webapp.mgt that return WebappsConstants.ApplicationOpTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static WebappsConstants.ApplicationOpType[]WebappsConstants.ApplicationOpType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WebappsConstants.ApplicationOpType in org.wso2.carbon.webapp.mgt.sync
Constructors in org.wso2.carbon.webapp.mgt.sync with parameters of type WebappsConstants.ApplicationOpTypeModifierConstructorDescriptionApplicationSynchronizeRequest(int tenantId, String tenantDomain, UUID messageId, WebappsConstants.ApplicationOpType applicationOpType, List<WebapplicationHelper> webapplicationHelperList)