|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.ecmimpl.cmis.propertyclasses.OwCMISInternalPropertyClass
public abstract class OwCMISInternalPropertyClass
OwCMISInternalPropertyClass.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Field Summary |
|---|
| Fields inherited from interface com.wewebu.ow.server.ecm.OwPropertyClass |
|---|
CONTEXT_MAX, CONTEXT_NORMAL, CONTEXT_ON_CHECKIN, CONTEXT_ON_CREATE |
| Constructor Summary | |
|---|---|
OwCMISInternalPropertyClass(com.wewebu.ow.server.ecm.OwPropertyClass delegatePropertyClass_p,
OwCMISObjectClass objectClass_p)
|
|
| Method Summary | |
|---|---|
abstract OwCMISInternalProperty |
createProperty(OwCMISObject object_p)
|
boolean |
equals(Object obj_p)
|
String |
getCategory()
|
String |
getClassName()
|
List |
getComplexChildClasses()
|
Object |
getDefaultValue()
|
String |
getDescription(Locale locale_p)
|
String |
getDisplayName(Locale locale_p)
|
com.wewebu.ow.server.field.OwEnumCollection |
getEnums()
|
com.wewebu.ow.server.field.OwFormat |
getFormat()
|
String |
getFullQualifiedName()
Returns the full qualified name which is created from the OwCMISPropertyClass.getObjectClass() class name
and the OwCMISPropertyClass.getNonQualifiedName(), separated with an
'.' (dot) between the names. |
String |
getJavaClassName()
|
Object |
getMaxValue()
|
Object |
getMinValue()
|
Object |
getNativeType()
|
Node |
getNodeFromValue(Object value_p,
Document doc_p)
|
String |
getNonQualifiedName()
Returns the non qualified name ( the CMIS definition name of this property) |
OwCMISObjectClass |
getObjectClass()
Get the ObjectClassName which is parent of this property. |
Collection |
getOperators()
|
Object |
getValueFromNode(Node node_p)
|
Object |
getValueFromString(String text_p)
|
int |
hashCode()
|
boolean |
isArray()
|
boolean |
isComplex()
|
boolean |
isEnum()
|
boolean |
isHidden(int context_p)
|
boolean |
isNameProperty()
|
boolean |
isReadOnly(int context_p)
|
boolean |
isRequired()
|
boolean |
isSystemProperty()
|
OwCMISProperty |
newProperty(OwCMISObject object_p,
Object value_p,
OwCMISNetwork network_p)
Create a new Instance of the specific OwCMISProperty depending on the current OwCMISPropertyClass. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.wewebu.ow.server.ecmimpl.cmis.propertyclasses.OwCMISPropertyClass |
|---|
getQueryName, isOrderable, isQueryable |
| Constructor Detail |
|---|
public OwCMISInternalPropertyClass(com.wewebu.ow.server.ecm.OwPropertyClass delegatePropertyClass_p,
OwCMISObjectClass objectClass_p)
| Method Detail |
|---|
public OwCMISProperty newProperty(OwCMISObject object_p,
Object value_p,
OwCMISNetwork network_p)
throws com.wewebu.ow.server.exceptions.OwException
OwCMISPropertyClass
newProperty in interface OwCMISPropertyClassobject_p - OwCMISObject to be used, can be nullvalue_p - Object the initial value which should be set, can be nullnetwork_p - current network
com.wewebu.ow.server.exceptions.OwException - if creation of OwCMISProperty failed
public abstract OwCMISInternalProperty createProperty(OwCMISObject object_p)
throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwExceptionpublic final OwCMISObjectClass getObjectClass()
OwCMISPropertyClass
getObjectClass in interface OwCMISPropertyClass
public String getCategory()
throws Exception
getCategory in interface com.wewebu.ow.server.ecm.OwPropertyClassExceptionpublic String getClassName()
getClassName in interface com.wewebu.ow.server.field.OwFieldDefinition
public List getComplexChildClasses()
throws Exception
getComplexChildClasses in interface com.wewebu.ow.server.field.OwFieldDefinitionException
public Object getDefaultValue()
throws Exception
getDefaultValue in interface com.wewebu.ow.server.field.OwFieldDefinitionExceptionpublic String getDescription(Locale locale_p)
getDescription in interface com.wewebu.ow.server.field.OwFieldDefinitionpublic String getDisplayName(Locale locale_p)
getDisplayName in interface com.wewebu.ow.server.field.OwFieldDefinition
public com.wewebu.ow.server.field.OwEnumCollection getEnums()
throws Exception
getEnums in interface com.wewebu.ow.server.field.OwFieldDefinitionExceptionpublic com.wewebu.ow.server.field.OwFormat getFormat()
getFormat in interface com.wewebu.ow.server.field.OwFieldDefinitionpublic String getJavaClassName()
getJavaClassName in interface com.wewebu.ow.server.field.OwFieldDefinition
public Object getMaxValue()
throws Exception
getMaxValue in interface com.wewebu.ow.server.field.OwFieldDefinitionException
public Object getMinValue()
throws Exception
getMinValue in interface com.wewebu.ow.server.field.OwFieldDefinitionException
public Object getNativeType()
throws Exception
getNativeType in interface com.wewebu.ow.server.field.OwFieldDefinitionException
public Node getNodeFromValue(Object value_p,
Document doc_p)
throws Exception
getNodeFromValue in interface com.wewebu.ow.server.field.OwFieldDefinitionException
public Collection getOperators()
throws Exception
getOperators in interface com.wewebu.ow.server.field.OwFieldDefinitionException
public Object getValueFromNode(Node node_p)
throws Exception
getValueFromNode in interface com.wewebu.ow.server.field.OwFieldDefinitionException
public Object getValueFromString(String text_p)
throws Exception
getValueFromString in interface com.wewebu.ow.server.field.OwFieldDefinitionException
public boolean isArray()
throws Exception
isArray in interface com.wewebu.ow.server.field.OwFieldDefinitionExceptionpublic boolean isComplex()
isComplex in interface com.wewebu.ow.server.field.OwFieldDefinition
public boolean isEnum()
throws Exception
isEnum in interface com.wewebu.ow.server.field.OwFieldDefinitionException
public boolean isHidden(int context_p)
throws Exception
isHidden in interface com.wewebu.ow.server.ecm.OwPropertyClassException
public boolean isNameProperty()
throws Exception
isNameProperty in interface com.wewebu.ow.server.ecm.OwPropertyClassException
public boolean isReadOnly(int context_p)
throws Exception
isReadOnly in interface com.wewebu.ow.server.ecm.OwPropertyClassException
public boolean isRequired()
throws Exception
isRequired in interface com.wewebu.ow.server.field.OwFieldDefinitionException
public boolean isSystemProperty()
throws Exception
isSystemProperty in interface com.wewebu.ow.server.ecm.OwPropertyClassExceptionpublic String getFullQualifiedName()
OwCMISPropertyClassOwCMISPropertyClass.getObjectClass() class name
and the OwCMISPropertyClass.getNonQualifiedName(), separated with an
'.' (dot) between the names.
getFullQualifiedName in interface OwCMISPropertyClasspublic String getNonQualifiedName()
OwCMISPropertyClass
getNonQualifiedName in interface OwCMISPropertyClasspublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj_p)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||