|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.api.admin.ContentValidationRequest
public class ContentValidationRequest
Represents a data object to be used with the batch form of StorageArea.validateContent
.
Constructor Summary | |
---|---|
ContentValidationRequest(IndependentlyPersistableObject contentObject,
int contentElementIndex)
Creates a new instance of a ContentValidationRequest object. |
Method Summary | |
---|---|
int |
getContentElementIndex()
Returns the positional index of the Document or Annotation object's content element. |
IndependentlyPersistableObject |
getContentObject()
Returns a Document or Annotation object that will be added to the validation request. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentValidationRequest(IndependentlyPersistableObject contentObject, int contentElementIndex)
ContentValidationRequest
object.
contentObject
- The Document
or Annotation
object to add to the request.contentElementIndex
- The zero-based index value of the content element to add to the request.
A value of "0" will add the primary content element.Method Detail |
---|
public IndependentlyPersistableObject getContentObject()
Document
or Annotation
object that will be added to the validation request.
IndependentlyPersistableObject
instance representing the object to add to the request.public int getContentElementIndex()
Document
or Annotation
object's content element.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |