org.openpermis.policy.bean
Interface ActionBeanCollection

All Superinterfaces:
ActionCollection, BeanCollection<ActionBean>, Iterable<ActionBean>, Part, PartBean, Serializable
All Known Implementing Classes:
BasicActionCollection

public interface ActionBeanCollection
extends ActionCollection, BeanCollection<ActionBean>

A collection of ActionBean's.

Since:
0.3.0

Method Summary
 ActionBeanCollection create(List<ActionBean> list)
          Returns a new action bean collection containing the list.
 
Methods inherited from interface org.openpermis.policy.ActionCollection
findMatch
 
Methods inherited from interface org.openpermis.policy.bean.BeanCollection
iterator, toList
 
Methods inherited from interface org.openpermis.policy.bean.PartBean
addPropertyChangeListener, equalSerialNumber, findBySerialNumber, getPartBeanType, getSerialNumber, removePropertyChangeListener, toShortString
 

Method Detail

create

ActionBeanCollection create(List<ActionBean> list)
Returns a new action bean collection containing the list.

Specified by:
create in interface BeanCollection<ActionBean>
Parameters:
list - a List.
Returns:
a new action bean collection containing the list.


PERMIS Role Based Access Control 0.3.0 (Build 14)
2009/05/08 09:06:10
Copyright (c) 2002-2007 Ergon Informatik AG