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 Detail

      • 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 WorkmanagerSecurityType>
      • removeSecurity

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