Interface WorkmanagerType<T>
-
- All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
- All Known Implementing Classes:
WorkmanagerTypeImpl
public interface WorkmanagerType<T> extends org.jboss.shrinkwrap.descriptor.api.Child<T>This interface defines the contract for theworkmanagerTypexsd type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkmanagerSecurityType<WorkmanagerType<T>>getOrCreateSecurity()If not already created, a newsecurityelement with the given value will be created.WorkmanagerType<T>removeSecurity()Removes thesecurityelement
-
-
-
Method Detail
-
getOrCreateSecurity
WorkmanagerSecurityType<WorkmanagerType<T>> getOrCreateSecurity()
If not already created, a newsecurityelement with the given value will be created. Otherwise, the existingsecurityelement will be returned.- Returns:
- a new or existing instance of
WorkmanagerSecurityType>
-
removeSecurity
WorkmanagerType<T> removeSecurity()
Removes thesecurityelement- Returns:
- the current instance of
WorkmanagerType
-
-