|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwPropertyClass | |
---|---|
com.wewebu.ow.server.dmsdialogs.views | |
com.wewebu.ow.server.ecm | |
com.wewebu.ow.server.field | |
com.wewebu.ow.server.history |
Uses of OwPropertyClass in com.wewebu.ow.server.dmsdialogs.views |
---|
Methods in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwPropertyClass | |
---|---|
protected int |
OwObjectListViewEXTJSGrid.getColumnDataType(OwPropertyClass propertyClass_p)
Returning an int representing the data type of the property. |
protected boolean |
OwObjectListViewEXTJSGrid.isPropertyEditable(OwPropertyClass propertyClass_p)
Check if the given property is editable, for inline editing in the UI. |
protected void |
OwObjectPropertyView.renderHorizontalProperty(Writer w_p,
String strRowClassName_p,
OwProperty property_p,
OwPropertyClass propertyClass_p)
Render the property as a row in table. |
Uses of OwPropertyClass in com.wewebu.ow.server.ecm |
---|
Classes in com.wewebu.ow.server.ecm that implement OwPropertyClass | |
---|---|
class |
OwFieldPropertyClassWrapper
Property class wrapper for OwFields. |
protected static class |
OwFileObject.OwFilePropertyClass
Property class definition for the OwStandardProperty properties. |
static class |
OwResource.OwClassDescriptionPropertyClass
Special property class for ClassDescription property. |
static class |
OwResource.OwObjectNamePropertyClass
Special property class for the object name property. |
static class |
OwResource.OwObjectPathPropertyClass
Special property class for the object path property. |
static class |
OwResource.OwResourcePropertyClass
Special property class for resource property. |
static class |
OwResource.OwSpecialPropertyClass
Class description for special classes, which are added manually. |
static class |
OwResource.OwVersionSeriesPropertyClass
Special property class for VersionSeries ID property. |
static class |
OwSearchPathField.OwSearchPathFieldClass
OwSearchPathFieldClass. |
static class |
OwStandardClassSelectObject.OwStandardClassSelectObjectClass
Class description for on the fly created search fields. |
static class |
OwStandardContentBasedRetrivalObject.OwStandardContentBasedRetrivalObjectClass
Class description for on the fly created search fields. |
class |
OwStandardPropertyClass
Standard Implementation for property class descriptions. |
class |
OwStandardSearchTemplate.OwOnTheFlySearchFieldDescription
class description for on the fly created search fields |
static class |
OwVirtualLinkPropertyClasses.OwLinkFilterPropertyClass
Virtual property to be used for filtering/retrieving specific Link types. |
static class |
OwVirtualLinkPropertyClasses.OwLinkRelationPropertyClass
Special PropertyClass for handling OwObjectLink requests. |
static class |
OwVirtualLinkPropertyClasses.OwLinkSourcePropertyClass
PropertyClass for the Link source definition. |
static class |
OwVirtualLinkPropertyClasses.OwLinkTargetPropertyClass
PropertyClass for the Link-target definition. |
Fields in com.wewebu.ow.server.ecm declared as OwPropertyClass | |
---|---|
protected OwPropertyClass |
OwStandardProperty.m_PropertyClass
class description of the property |
Methods in com.wewebu.ow.server.ecm that return OwPropertyClass | |
---|---|
OwPropertyClass |
OwStandardProperty.getPropertyClass()
get the class description of the property |
OwPropertyClass |
OwProperty.getPropertyClass()
get the class description of the property |
OwPropertyClass |
OwStandardVirtualFolderObjectFactory.OwVirtualFolderObjectClass.getPropertyClass(String strClassName_p)
get a map of the available property class descriptions |
OwPropertyClass |
OwStandardObjectClass.getPropertyClass(String strClassName_p)
get a map of the available property class descriptions |
OwPropertyClass |
OwObjectClass.getPropertyClass(String strClassName_p)
get a map of the available property class descriptions |
OwPropertyClass |
OwFileObject.OwFileObjectClass.getPropertyClass(String strClassName_p)
get a map of the available property class descriptions |
Methods in com.wewebu.ow.server.ecm with parameters of type OwPropertyClass | |
---|---|
OwProperty |
OwObjectSkeleton.createNewProperty(Object defaultValue_p,
OwPropertyClass classDescription_p)
overridable to create the property |
Constructors in com.wewebu.ow.server.ecm with parameters of type OwPropertyClass | |
---|---|
OwStandardProperty(Object value_p,
OwPropertyClass propertyClass_p)
construct Property Object and set members |
Uses of OwPropertyClass in com.wewebu.ow.server.field |
---|
Constructors in com.wewebu.ow.server.field with parameters of type OwPropertyClass | |
---|---|
OwComplexPropertyChildScope(String name_p,
Object[] values_p,
OwPropertyClass complexPropertyClass_p)
|
Uses of OwPropertyClass in com.wewebu.ow.server.history |
---|
Classes in com.wewebu.ow.server.history that implement OwPropertyClass | |
---|---|
static class |
OwStandardHistoryEntry.OwStandardHistoryEntryPropertyClass
Property class description of history entry object properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |