Skip navigation links


com.bea.wsrp.consumer.userproperty
Interface RequiredUserProperties


public interface RequiredUserProperties

Holds which properties are required by the producer.


Method Summary
 boolean isAll()
          Returns true if the producer require all properties from the consumer.
 boolean isNone()
          Returns true if the producer does not require any user properties from the consumer.
 boolean isPropertyRequired(String propertySetName, String propertyName)
          Is the specified property required by this portlet.
 boolean isSpecified()
          Returns true if the producer specified the list of properties required from the consuemer.
 boolean isWebAppDefault()
          Is the mode webapp-default.

 

Method Detail

isAll

boolean isAll()

Returns true if the producer require all properties from the consumer.

Returns
true if the mode is all

isNone

boolean isNone()

Returns true if the producer does not require any user properties from the consumer.

Returns
true if the mode is none

isSpecified

boolean isSpecified()

Returns true if the producer specified the list of properties required from the consuemer.

Returns
true if the mode is specified

isWebAppDefault

boolean isWebAppDefault()

Is the mode webapp-default.

Returns
true if the mode is webapp-default

isPropertyRequired

boolean isPropertyRequired(String propertySetName,
                           String propertyName)

Is the specified property required by this portlet.

Parameters
propertySetName - the p13n property set name, or null for non p13n properties (e.g. P3)
propertyName - the name of the property
Returns
true if the property is required

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.