ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar31.MethodPermissionType

Packages that use MethodPermissionType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of MethodPermissionType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return MethodPermissionType
 MethodPermissionType<AssemblyDescriptorType<T>> AssemblyDescriptorType.createMethodPermission()
          Creates a new method-permission element
 MethodPermissionType<T> MethodPermissionType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 MethodPermissionType<AssemblyDescriptorType<T>> AssemblyDescriptorType.getOrCreateMethodPermission()
          If not already created, a new method-permission element will be created and returned.
 MethodPermissionType<T> MethodPermissionType.removeAllDescription()
          Removes the description element
 MethodPermissionType<T> MethodPermissionType.removeAllMethod()
          Removes all method elements
 MethodPermissionType<T> MethodPermissionType.removeAllRoleName()
          Removes the role-name element
 MethodPermissionType<T> MethodPermissionType.removeUnchecked()
          Removes the unchecked element
 MethodPermissionType<T> MethodPermissionType.roleName(String... values)
          Creates for all String objects representing role-name elements, a new role-name element
 MethodPermissionType<T> MethodPermissionType.unchecked()
          Sets the unchecked element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type MethodPermissionType
 MethodType<MethodPermissionType<T>> MethodPermissionType.createMethod()
          Creates a new method element
 List<MethodType<MethodPermissionType<T>>> MethodPermissionType.getAllMethod()
          Returns all method elements
 List<MethodPermissionType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getAllMethodPermission()
          Returns all method-permission elements
 MethodType<MethodPermissionType<T>> MethodPermissionType.getOrCreateMethod()
          If not already created, a new method element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.