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 Details

    • getOrCreateSecurity

      WorkmanagerSecurityType<WorkmanagerType<T>> getOrCreateSecurity()
      If not already created, a new security element with the given value will be created. Otherwise, the existing security element will be returned.
      Returns:
      a new or existing instance of WorkmanagerSecurityTypeinvalid input: '<'WorkmanagerType>
    • removeSecurity

      WorkmanagerType<T> removeSecurity()
      Removes the security element
      Returns:
      the current instance of WorkmanagerType