com.ibm.portal.state.service.parameters
Interface ContentNodeStateParameterService

All Superinterfaces:
BaseStateParameterService, Disposable, Identifiable

public interface ContentNodeStateParameterService
extends BaseStateParameterService

Service for easily obtaining, setting and removing public parameters for a content node.

Since:
8.0

Method Summary
 ContentNode getContentNode()
          Method that can be used to obtain the content node this service operates on.
 
Methods inherited from interface com.ibm.portal.state.service.parameters.BaseStateParameterService
getPublicParameters, getPublicParameters, getPublicParameters, getPublicParameters, getPublicRenderParameterResolver, getStateHolder, removePublicParameters, setPublicParameters
 
Methods inherited from interface com.ibm.portal.Identifiable
getObjectID
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

getContentNode

ContentNode getContentNode()
Method that can be used to obtain the content node this service operates on.

Returns:
The content node.