|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.content.el.support.VersionWrapperImpl
public class VersionWrapperImpl
This EL wrapper class implementation adds functionality around the Version class.
Examples:
${myNode.versions.allVersions}
${myNode.versions.versionById['3'].propertyMap['myNamedProperty'].value.stringValue}
${myNode.versions.latest.versionComment}
Version, Serialized Form| Method Summary | |
|---|---|
Version |
getAsVersion()This returns the actual version so that the resolver mechanism can be circumvented if necessary. |
String |
getComment() |
String |
getModifiedBy()See Version.getModifiedBy() |
Calendar |
getModifiedDate()See Version.getModifiedDate() |
ID |
getNodeId()See Version.getNodeId() |
PropertyWrapperImpl[] |
getProperties()Create wrapped com.bea.content.Property objects. |
PropertyWrapperImpl[] |
getProperties(String name)Create wrapped com.bea.content.Property objects. |
PropertyWrapperImpl |
getProperty(String name)Create a wrapped com.bea.content.Property object. |
Map<String,PropertyWrapperImpl> |
getPropertyMap()Create and return a map of wrapped com.bea.content.Property objects, keyed by property name. |
int |
getStatus() |
String |
getVersionComment() |
String |
getVersionName()See Version.getVersionName() |
String |
toString()Returns wrapped string of Version |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Version getAsVersion()
This will allow retrieval of "real" versions rather than the wrappers.
public ID getNodeId()
Version.getNodeId()Version.getNodeId()public String getVersionName()
Version.getVersionName()Version.getVersionName()public String getModifiedBy()
Version.getModifiedBy()Version.getModifiedBy()public Calendar getModifiedDate()
Version.getModifiedDate()Version.getModifiedDate()public PropertyWrapperImpl getProperty(String name)
VersionableContent.getProperty(String)public PropertyWrapperImpl[] getProperties()
VersionableContent.getProperties()public PropertyWrapperImpl[] getProperties(String name)
VersionableContent.getProperties(String)public Map<String,PropertyWrapperImpl> getPropertyMap()
public String toString()
toString in class ObjectVersion.toString()public String getComment()
VersionableContent.getComment()public String getVersionComment()
VersionableContent.getVersionComment()public int getStatus()
VersionableContent.getStatus()
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.