FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Interface AuditDefinitions

All Superinterfaces:
java.util.Collection, java.util.List, java.io.Serializable

public interface AuditDefinitions
extends java.util.List, java.io.Serializable

Not Implemented in CS Java Connector v3.0.

An AuditDefinitions collection represents a collection of AuditDefinition objects. You cannot create a new AuditDefinitions collection, but you can instantiate one by calling the getAuditDefinitions(incInherited) method on a ClassDescription object (which returns the AuditDefinition objects that are defined for the class).


Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 


FileNet Content Services
Java Connector v3.0