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 the
workmanagerType xsd type-
Method Summary
Modifier and TypeMethodDescriptionIf not already created, a newsecurityelement with the given value will be created.Removes thesecurityelementMethods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
-
Method Details
-
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<WorkmanagerType>
-
removeSecurity
WorkmanagerType<T> removeSecurity()Removes thesecurityelement- Returns:
- the current instance of
WorkmanagerType
-