Skip navigation links


com.oracle.producer.spi
Interface IRegistrationData

All Known Subinterfaces:
IRegistrationDataContext

public interface IRegistrationData

Class for containing data about a consumer registration.


Method Summary
 String getConsumerAgent()
          Gets the consumer agent.
 Set<String> getConsumerModes()
          Returns the set of portlet modes the consumer indicated it supports, or null if the consumer did not provide a supported mode set.
 String getConsumerName()
          Gets the consumer name.
 Set<QName> getConsumerSupportedExtensions()
          Returns the set of extensions the consumer declared support for, or null if the consumer did not declare support for any extensions.
 Set<String> getConsumerUserScopes()
          Returns the set of user scopes the consumer indicated it supports, or null if the consumer did not provide a supported user scopes set.
 Set<String> getConsumerWindowStates()
          Returns the set of portlet window states the consumer indicated it supports, or null if the consumer did not provide a supported window state set.
 Map<QName,Object[]> getRegistrationPropertyValues()
          Gets the consumer registration property values, or an empty map if no registration properties exist for the registration.
 boolean methodGetSupported()
          Returns true if the consumer indicated it supported methodGet.

 

Method Detail

getRegistrationPropertyValues

Map<QName,Object[]> getRegistrationPropertyValues()
Gets the consumer registration property values, or an empty map if no registration properties exist for the registration. An unmodifiable map should be returned.

getConsumerName

String getConsumerName()
Gets the consumer name.

getConsumerAgent

String getConsumerAgent()
Gets the consumer agent.

methodGetSupported

boolean methodGetSupported()
Returns true if the consumer indicated it supported methodGet.

getConsumerModes

Set<String> getConsumerModes()
Returns the set of portlet modes the consumer indicated it supports, or null if the consumer did not provide a supported mode set. An unmodifiable set should be returned.

getConsumerWindowStates

Set<String> getConsumerWindowStates()
Returns the set of portlet window states the consumer indicated it supports, or null if the consumer did not provide a supported window state set. An unmodifiable set should be returned.

getConsumerUserScopes

Set<String> getConsumerUserScopes()
Returns the set of user scopes the consumer indicated it supports, or null if the consumer did not provide a supported user scopes set. An unmodifiable set should be returned.

getConsumerSupportedExtensions

Set<QName> getConsumerSupportedExtensions()
Returns the set of extensions the consumer declared support for, or null if the consumer did not declare support for any extensions. An unmodifiable set should be returned.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.