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
accept, accept, addPropertyChangeListener, checkLocalPartConsistency, equalSerialNumber, findBySerialNumber, getPartBeanType, getSerialNumber, instanceOf, removePropertyChangeListener, toShortString
 
Methods inherited from interface org.openpermis.policy.Part
equals, hashCode, toString
 

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.


OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:16:59
Copyright (c) 2002-2007 Ergon Informatik AG