org.apache.jetspeed.om.portlet
Interface UserDataConstraint

All Superinterfaces:
java.io.Serializable, org.apache.pluto.container.om.portlet.UserDataConstraint

public interface UserDataConstraint
extends org.apache.pluto.container.om.portlet.UserDataConstraint, java.io.Serializable

Version:
$Id: UserDataConstraint.java 755263 2009-03-17 14:23:52Z ate $

Field Summary
 
Fields inherited from interface org.apache.pluto.container.om.portlet.UserDataConstraint
CONFIDENTIAL, INTEGRAL, NONE
 
Method Summary
 Description addDescription(java.lang.String lang)
           
 Description getDescription(java.util.Locale locale)
           
 java.util.List<Description> getDescriptions()
           
 void setTransportGuarantee(java.lang.String transport)
           
 
Methods inherited from interface org.apache.pluto.container.om.portlet.UserDataConstraint
getTransportGuarantee
 

Method Detail

getDescription

Description getDescription(java.util.Locale locale)
Specified by:
getDescription in interface org.apache.pluto.container.om.portlet.UserDataConstraint

getDescriptions

java.util.List<Description> getDescriptions()
Specified by:
getDescriptions in interface org.apache.pluto.container.om.portlet.UserDataConstraint

addDescription

Description addDescription(java.lang.String lang)
Specified by:
addDescription in interface org.apache.pluto.container.om.portlet.UserDataConstraint

setTransportGuarantee

void setTransportGuarantee(java.lang.String transport)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.