Uses of Class
com.wewebu.ow.server.ecm.OwClass

Packages that use OwClass
com.wewebu.ow.csqlc   
com.wewebu.ow.server.ecm   
com.wewebu.ow.server.fieldctrlimpl   
 

Uses of OwClass in com.wewebu.ow.csqlc
 

Methods in com.wewebu.ow.csqlc that return types with arguments of type OwClass
protected  Map<String,List<OwClass>> OwCSQLCProcessor.findMainObjectClasses(OwSearchNode searchRootNode_p)
           
protected  Map<String,List<OwClass>> OwCSQLCProcessor.findSelectedObjectClasses(OwSearchNode searchRootNode_p, String criteriaName_p)
           
protected  List<OwClass> OwCSQLCProcessor.subclass(OwClass mainType_p, Map<String,List<OwClass>> typedSubclasses_p, boolean singleMainType_p)
           
 

Methods in com.wewebu.ow.csqlc with parameters of type OwClass
protected  List<OwClass> OwCSQLCProcessor.subclass(OwClass mainType_p, Map<String,List<OwClass>> typedSubclasses_p, boolean singleMainType_p)
           
 

Method parameters in com.wewebu.ow.csqlc with type arguments of type OwClass
protected  OwSearchCondition OwCSQLCProcessor.createSubclassesConditions(List<OwClass> subclasses_p)
          (overridable)
protected  List<OwClass> OwCSQLCProcessor.subclass(OwClass mainType_p, Map<String,List<OwClass>> typedSubclasses_p, boolean singleMainType_p)
           
 

Uses of OwClass in com.wewebu.ow.server.ecm
 

Methods in com.wewebu.ow.server.ecm that return OwClass
 OwClass[] OwStandardCrossMappings.getXClasses(OwClass[] classes_p)
           
 OwClass[] OwExtendedCrossMappings.getXClasses(OwClass[] classes_p)
          maps the given classes to their configured X peers
 

Methods in com.wewebu.ow.server.ecm with parameters of type OwClass
protected  boolean OwStandardVirtualFolderObjectFactory.compatibleObjectClasses(OwClass classInfo_p, OwObjectClass objectClass_p)
          (overridable) Checks whether two given class descriptions (an OwClass and an OwObjectClass) are compatible in the context of this virtual folder.
 OwClass[] OwStandardCrossMappings.getXClasses(OwClass[] classes_p)
           
 OwClass[] OwExtendedCrossMappings.getXClasses(OwClass[] classes_p)
          maps the given classes to their configured X peers
 

Uses of OwClass in com.wewebu.ow.server.fieldctrlimpl
 

Methods in com.wewebu.ow.server.fieldctrlimpl that return OwClass
protected  OwClass[] OwFieldManagerControlClass.fromFieldValue(Object value_p, OwFieldDefinition fieldDef_p)
          Converts the field value to an array of OwClass objects considering the field definition.
 

Methods in com.wewebu.ow.server.fieldctrlimpl with parameters of type OwClass
protected  void OwFieldManagerControlClass.insertClassOption(Writer w_p, OwFieldDefinition fieldDef_p, OwClass value_p, int optionIndex_p)
          HTML class defining <option> element insertion method
protected  String OwFieldManagerControlClass.retrieveDisplayName(OwClass owClass_p)
          Attempts to retrieve the display name of the class defined by the given OwClass parameter.
protected  Object OwFieldManagerControlClass.toFieldValue(OwClass[] classValues_p, OwFieldDefinition fieldDef_p)
          Converts an OwClass array to a field value considering the field definition If the field is not defined as an array the value at index 0 is returned.
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.