por_portlet_applic

Portlet Application represents grouping of related portlet definitions. Physically it represents the ear file that the portlet definitions were deployed in. Portlet Application offers following common settings to be shared by all of its definitions: custom portlet modes, custom windows states, user attributes and security constraints.

Column Name Column Datatype Column Null Option Column Comment
portlet_applic_id nvarchar(64) not null A unique identifier for portlet portletApplication.
portlet_applic_version nvarchar(128) with null A version of this porltet application.
web_applic_id nvarchar(128) with null The web application id for this portlet application.
custom_portlet_modes long nvarchar with null A string representation of the java.util.Properties[] that hold custom portlet modes for this portlet application.
custom_window_states long nvarchar with null A string representation of the java.util.Properties[] that hold custom window states for this portlet application.
portlet_user_attributes long nvarchar with null A string representation of the java.util.Properties[] that hold user attributes for this portlet application.
security_constraints long nvarchar with null A string representation of the SecurityConstraint[] that hold security constraints for this portlet application.
portlet_applic_edition integer with null The version of portlet application object. This field is incremented each time application is updated. It is used to prevent stale updates. Valid values are positive numbers.
creation_date integer(8) with null The creation date of the portlet application. It is stored as a long representing number of milliseconds.
last_modification_date integer(8) with null The last modification date of the portlet application. It is stored as a long representing number of milliseconds.
portlet_applic_alias nvarchar(128) not null A unique alias for this portletApplication.Alias is a user friendly id, so that porltet applications can be referenced through a portlet tag form any arbitrarty web page.
portal_instance_id nvarchar(64) with null Id of the portal instance.

Product Name: Portal r12

Table Type: Table


Copyright © 2006 CA. All rights reserved.