Uses of Class
com.wewebu.ow.server.exceptions.OwObjectNotFoundException

Packages that use OwObjectNotFoundException
com.wewebu.ow.server.app   
com.wewebu.ow.server.dmsdialogs.views   
com.wewebu.ow.server.ecm   
com.wewebu.ow.server.ecm.bpm   
com.wewebu.ow.server.field   
com.wewebu.ow.server.history   
com.wewebu.ow.server.historyimpl.simplehistory   
com.wewebu.ow.server.ui   
 

Uses of OwObjectNotFoundException in com.wewebu.ow.server.app
 

Methods in com.wewebu.ow.server.app that throw OwObjectNotFoundException
 void OwSearchCriteriaView.setField(String sName_p, Object value_p)
          modify a Field value, but does not save the value right away
 

Uses of OwObjectNotFoundException in com.wewebu.ow.server.dmsdialogs.views
 

Methods in com.wewebu.ow.server.dmsdialogs.views that throw OwObjectNotFoundException
 OwField OwObjectListViewThumbnails.getField(String strFieldClassName_p)
           
 OwField OwObjectListViewRow.getField(String strFieldClassName_p)
           
 OwField OwObjectListViewEXTJSGrid.getField(String strFieldClassName_p)
          Methods for OwFieldProvider interface **
 OwObjectListView.OwFilterEntry OwObjectListView.OwFilter.getFilterEntry(String strProperty_p)
          get a single filter setting
protected  OwSplitObjectListView OwTypedLinksView.getSplitLinksView()
           
 void OwObjectListView.OwFilter.setActive(String strProperty_p, boolean fActive_p)
          enable / disable filter
 void OwObjectPropertyView.setField(String sName_p, Object value_p)
          modify a Field value, but does not save the value right away
 void OwObjectPropertyFormularView.setField(String sName_p, Object value_p)
          modify a Field value, but does not save the value right away
 void OwObjectListViewThumbnails.setField(String sName_p, Object value_p)
          modify a Field value, but does not save the value right away
 void OwObjectListViewRow.setField(String sName_p, Object value_p)
          modify a Field value, but does not save the value right away
 void OwObjectListViewEXTJSGrid.setField(String sName_p, Object value_p)
          modify a Field value, but does not save the value right away
 

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

Methods in com.wewebu.ow.server.ecm that throw OwObjectNotFoundException
 Collection OwStandardSearchTemplate.getColumnInfoList()
          get the cached list of the column info tuple, which describe the result view
 OwField OwStandardVirtualFolderObjectFactory.getField(String strFieldClassName_p)
          implementation of the OwFieldProvider interface get a field with the given field definition class name
 OwField OwStandardSearchTemplate.getField(String strFieldClassName_p)
          implementation of the OwFieldProvider interface get a field with the given field definition class name
 OwField OwStandardDecoratorObject.getField(String strFieldClassName_p)
           
 OwField OwObjectSkeleton.getField(String strFieldClassName_p)
          implementation of the OwFieldProvider interface get a field with the given field definition class name
 OwField OwFileObject.getField(String strFieldClassName_p)
          implementation of the OwFieldProvider interface get a field with the given field definition class name
protected  OwFieldDefinition OwStandardSearchTemplate.getFieldDefinitionProviderField(String strFieldDefinitionName_p, String strResourceName_p)
          (overridable) method for field definition provider based definition creation
 void OwStandardVirtualFolderObjectFactory.setField(String sName_p, Object value_p)
          modify a Field value, but does not save the value right away
 void OwStandardSearchTemplate.setField(String sName_p, Object value_p)
          modify a Field value, but does not save the value right away
 void OwStandardDecoratorObject.setField(String name_p, Object value_p)
           
 void OwObjectSkeleton.setField(String sName_p, Object value_p)
          modify a Field value, but does not save the value right away
 void OwFileObject.setField(String sName_p, Object value_p)
          modify a Field value, but does not save the value right away
 

Uses of OwObjectNotFoundException in com.wewebu.ow.server.ecm.bpm
 

Methods in com.wewebu.ow.server.ecm.bpm that throw OwObjectNotFoundException
 String OwWorkitemRepository.OwContainerPrefixMapSingleton.getContainerMimeType(int iType_p)
          get the container prefix for the given type
 String OwWorkitemRepository.OwContainerPrefixMapSingleton.getContainerPrefix(int iType_p)
          get the container prefix for the given type
 int OwWorkitemRepository.OwContainerPrefixMapSingleton.getContainerType(String sContainerPrefix_p)
          get the container type for a given queuename prefix
 OwWorkitemProcessorInfo OwWorkitem.getStepProcessorInfo()
          get a step processor info class for the work item
 OwWorkitemProcessorInfo OwWorkflowDescription.getStepProcessorInfo()
          get a step processor info class for the work item
 OwWorkitem OwWorkitemContainer.pull(OwSort sort_p, Set exclude_p)
          pulls the next available work item out of the container and locks it for the user
 

Uses of OwObjectNotFoundException in com.wewebu.ow.server.field
 

Methods in com.wewebu.ow.server.field that throw OwObjectNotFoundException
 OwField OwSearchNode.OwSearchNodeFieldProvider.getField(String strFieldClassName_p)
          get a field with the given field definition class name
 OwField OwFieldProvider.getField(String strFieldClassName_p)
          get a field with the given field definition class name
 OwFieldDefinition OwFieldDefinitionProvider.getFieldDefinition(String strFieldDefinitionName_p, String strResourceName_p)
          get a field definition for the given name and resource NOTE: Since there is no knowledge about the object class the field is attached to, the returned field definition represents an estimation.
 void OwSearchNode.OwSearchNodeFieldProvider.setField(String sName_p, Object value_p)
          modify a Field value, but does not save the value right away
 void OwFieldProvider.setField(String sName_p, Object value_p)
          modify a Field value, but does not save the value right away
 

Uses of OwObjectNotFoundException in com.wewebu.ow.server.history
 

Methods in com.wewebu.ow.server.history that throw OwObjectNotFoundException
 OwField OwStandardHistoryEntry.getField(String strFieldClassName_p)
          implementation of the OwFieldProvider interface get a field with the given field definition class name
 OwFieldDefinition OwStandardHistoryModifiedPropertyValue.getFieldDefinition()
          get the modified property field definition
 OwFieldDefinition OwHistoryModifiedPropertyValue.getFieldDefinition()
          get the modified property field definition
 OwField OwStandardHistoryModifiedPropertyValue.getNewValue()
          try to get the new value before the modification happens
 OwField OwHistoryModifiedPropertyValue.getNewValue()
          try to get the old value before the modification happens
 OwField OwStandardHistoryModifiedPropertyValue.getOldValue()
          try to get the old value before the modification happens
 OwField OwHistoryModifiedPropertyValue.getOldValue()
          try to get the old value before the modification happens
 String OwHistoryModifiedPropertyValue.getOldValueString()
          get a string representation of the old value
 void OwStandardHistoryEntry.setField(String sName_p, Object value_p)
          modify a Field value, but does not save the value right away
 

Uses of OwObjectNotFoundException in com.wewebu.ow.server.historyimpl.simplehistory
 

Methods in com.wewebu.ow.server.historyimpl.simplehistory that throw OwObjectNotFoundException
 OwFieldDefinition OwSimpleHistoryManager.getFieldDefinition(String strFieldDefinitionName_p, String strResourceName_p)
          get a field definition for the given name and resource
 

Uses of OwObjectNotFoundException in com.wewebu.ow.server.ui
 

Methods in com.wewebu.ow.server.ui that throw OwObjectNotFoundException
 OwView OwLayout.getViewRegion(int iRegion_p)
          get the registered view reference
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.