org.apache.jetspeed.om.profile
Interface Entry

All Superinterfaces:
java.lang.Cloneable, ConfigElement, IdentityElement, MetaInfo, java.io.Serializable
All Known Implementing Classes:
PsmlEntry

public interface Entry
extends IdentityElement

An Entry is a representation of a Portlet within a configuration Document. An Entry is always associated to a parent Registry entry as well as some layout constraints and local parameters if required.

Version:
$Id: Entry.java,v 1.5 2005/03/21 18:21:36 sgala Exp $
Author:
Raphaël Luta

Method Summary
 java.lang.String getParent()
           
 SecurityReference getSecurityRef()
          Getter for property securityRef.
 void setParent(java.lang.String parent)
          Sets the ancestor for this Entry.
 void setSecurityRef(SecurityReference securityRef)
          Setter for property securityRef.
 
Methods inherited from interface org.apache.jetspeed.om.profile.IdentityElement
getControl, getId, getLayout, getMetaInfo, getSkin, setControl, setId, setLayout, setMetaInfo, setSkin
 
Methods inherited from interface org.apache.jetspeed.om.profile.MetaInfo
clone, getDescription, getImage, getTitle, setDescription, setImage, setTitle
 
Methods inherited from interface org.apache.jetspeed.om.profile.ConfigElement
addParameter, clone, getName, getParameter, getParameter, getParameter, getParameterCount, getParameterIterator, getParameterValue, removeAllParameter, removeParameter, setName, setParameter
 

Method Detail

getParent

public java.lang.String getParent()
Returns:
the entry name from which this one is derived

setParent

public void setParent(java.lang.String parent)
Sets the ancestor for this Entry.

Parameters:
parent - the new ancestor entry name. This name should be defined in the Registry

getSecurityRef

public SecurityReference getSecurityRef()
Getter for property securityRef.

Returns:
Value of property securityRef.

setSecurityRef

public void setSecurityRef(SecurityReference securityRef)
Setter for property securityRef.

Parameters:
securityRef - New value of property securityRef.


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.