public class MethodPermissionsMetaData extends ArrayList<MethodPermissionMetaData> implements IdMetaData
modCount
Constructor and Description |
---|
MethodPermissionsMetaData() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Get the id.
|
MethodPermissionsMetaData |
getMethodPermissionsByEjbName(String ejbName)
Get the methods permissions for an ejb
|
void |
merge(MethodPermissionsMetaData override,
MethodPermissionsMetaData original) |
void |
setId(String id)
Set the id.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public String getId()
getId
in interface IdMetaData
public void setId(String id)
setId
in interface IdMetaData
id
- the id.public MethodPermissionsMetaData getMethodPermissionsByEjbName(String ejbName)
ejbName
- the ejb nameIllegalArgumentException
- for a null ejb namepublic void merge(MethodPermissionsMetaData override, MethodPermissionsMetaData original)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.