-
Packages that use CmTimeslotList Package Description com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,Domain,Document,Folder, and so on.com.filenet.api.sweep Provides classes and interfaces for the sweep framework, a background service that visits a specified class and processes the instances that meet a specified criteria. -
-
Uses of CmTimeslotList in com.filenet.api.admin
Methods in com.filenet.api.admin that return CmTimeslotList Modifier and Type Method and Description CmTimeslotListCmAuditingConfiguration. get_AuditDispositionTimeslots()Returns the value of the AuditDispositionTimeslots property.CmTimeslotListCmTextSearchConfiguration. get_IndexingJobTimeslots()Returns the value of the IndexingJobTimeslots property.Methods in com.filenet.api.admin with parameters of type CmTimeslotList Modifier and Type Method and Description voidCmAuditingConfiguration. set_AuditDispositionTimeslots(CmTimeslotList value)Sets the value of the AuditDispositionTimeslots property.voidCmTextSearchConfiguration. set_IndexingJobTimeslots(CmTimeslotList value)Sets the value of the IndexingJobTimeslots property. -
Uses of CmTimeslotList in com.filenet.api.core
Methods in com.filenet.api.core that return CmTimeslotList Modifier and Type Method and Description static CmTimeslotListFactory.CmTimeslot. createList()Creates a new instance of this collection class. -
Uses of CmTimeslotList in com.filenet.api.sweep
Methods in com.filenet.api.sweep that return CmTimeslotList Modifier and Type Method and Description CmTimeslotListCmSweepConfiguration. get_SweepTimeslots()Returns the value of the SweepTimeslots property.CmTimeslotListCmSweep. get_SweepTimeslots()Returns the value of the SweepTimeslots property.Methods in com.filenet.api.sweep with parameters of type CmTimeslotList Modifier and Type Method and Description voidCmSweepConfiguration. set_SweepTimeslots(CmTimeslotList value)Sets the value of the SweepTimeslots property.voidCmSweep. set_SweepTimeslots(CmTimeslotList value)Sets the value of the SweepTimeslots property.
-