com.filenet.api.admin
Interface IndexJobSingleItem

All Superinterfaces:
DependentObject, EngineObject, IndexJobItem, RepositoryObject, java.io.Serializable

public interface IndexJobSingleItem
extends RepositoryObject, IndexJobItem, DependentObject

Identifies an object to be full text indexed. When the original index attempt results in an indexing failure for a single object (such as a Document or Annotation object), or some aspect of the configuration (such as a Verity style file) needs to be changed, the affected object can be reindexed. Performing this operation on an object whose class is CBR enabled attempts to reindex the object. Performing this operation on an object whose class is not CBR enabled attempts to delete the object from any existing indexes.

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: IndexJobItem


Method Summary
 IndependentObject get_SingleItem()
          Returns the value of the SingleItem property.
 void set_SingleItem(IndependentObject value)
          Sets the value of the SingleItem property.
 
Methods inherited from interface com.filenet.api.admin.IndexJobItem
get_Id
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_SingleItem

IndependentObject get_SingleItem()
Returns the value of the SingleItem property. For more information, see SingleItem Property.


set_SingleItem

void set_SingleItem(IndependentObject value)
Sets the value of the SingleItem property. For more information, see SingleItem Property.



© Copyright IBM Corporation 2006, 2009. All rights reserved.