com.filenet.api.admin
Interface IndexJobItem
-
- All Superinterfaces:
- DependentObject, EngineObject, RepositoryObject, java.io.Serializable
- All Known Subinterfaces:
- CmIndexJobResyncItem, IndexJobClassItem, IndexJobCollectionItem, IndexJobSingleItem
public interface IndexJobItem extends RepositoryObject, EngineObject, DependentObject
Indicates a particular item that is being full text indexed.Metadata
-
-
Method Summary
Methods Modifier and Type Method and Description Idget_Id()Returns the value of the Id property.-
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_Id
Id get_Id()
Returns the value of the Id property. For more information, see Id Property.
-
-