org.openpermis.policy.bean
Interface DomainBean

All Superinterfaces:
Domain, Part, PartBean, Serializable
All Known Implementing Classes:
BasicDomain

public interface DomainBean
extends Domain, PartBean

A domain bean.

Since:
0.1.0

Method Summary
 List<List<URI>> getDomainURIs()
          Returns all the domain URIs as a List of Lists of URIs.
 void setDomainURIs(List<List<URI>> domainURIs)
          Sets the domain URIs.
 
Methods inherited from interface org.openpermis.policy.Domain
contains
 
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

setDomainURIs

void setDomainURIs(List<List<URI>> domainURIs)
Sets the domain URIs.

Parameters:
domainURIs - the included URI.
Since:
0.9.0

getDomainURIs

List<List<URI>> getDomainURIs()
Returns all the domain URIs as a List of Lists of URIs. Every List of URIs has as its first element an included URI, and as subsequent elements all URIs nested to the included URI that are an exception and should be excluded. If an URI is excluded in a list and included in another it is considered included.

Returns:
the domain URIs.
Since:
0.9.0


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