Uses of Interface
org.alfresco.service.cmr.coci.CheckOutCheckInService
-
Packages that use CheckOutCheckInService Package Description org.alfresco.filesys.repo The Alfesco filesystem to repository translation layerorg.alfresco.opencmis org.alfresco.repo.action.executer org.alfresco.repo.coci org.alfresco.repo.coci.traitextender org.alfresco.repo.doclink org.alfresco.repo.download org.alfresco.repo.events org.alfresco.repo.security.permissions.dynamic org.alfresco.repo.service org.alfresco.repo.virtual.bundle org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of CheckOutCheckInService in org.alfresco.filesys.repo
Methods in org.alfresco.filesys.repo that return CheckOutCheckInService Modifier and Type Method Description CheckOutCheckInServiceContentDiskDriver. getCheckOutCheckInService()CheckOutCheckInServiceContentDiskDriver2. getCheckOutCheckInService()Methods in org.alfresco.filesys.repo with parameters of type CheckOutCheckInService Modifier and Type Method Description voidContentDiskDriver. setCheckOutCheckInService(CheckOutCheckInService checkOutCheckInService)voidContentDiskDriver2. setCheckOutCheckInService(CheckOutCheckInService service) -
Uses of CheckOutCheckInService in org.alfresco.opencmis
Methods in org.alfresco.opencmis that return CheckOutCheckInService Modifier and Type Method Description CheckOutCheckInServiceCMISConnector. getCheckOutCheckInService()Methods in org.alfresco.opencmis with parameters of type CheckOutCheckInService Modifier and Type Method Description voidCMISConnector. setCheckOutCheckInService(CheckOutCheckInService checkOutCheckInService)Sets the checkOut/checkIn service. -
Uses of CheckOutCheckInService in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type CheckOutCheckInService Modifier and Type Method Description voidCopyActionExecuter. setCheckOutCheckInService(CheckOutCheckInService checkOutCheckInService)Service to determine check-in or check-out statusvoidTransformActionExecuter. setCheckOutCheckInService(CheckOutCheckInService checkOutCheckInService)Deprecated.Set the service to determine check-in and check-out statusvoidCheckInActionExecuter. setCociService(CheckOutCheckInService cociService)Set the checkIn checkOut servicevoidCheckOutActionExecuter. setCociService(CheckOutCheckInService cociService)Set the coci service -
Uses of CheckOutCheckInService in org.alfresco.repo.coci
Classes in org.alfresco.repo.coci that implement CheckOutCheckInService Modifier and Type Class Description classCheckOutCheckInServiceImplCheck out check in service implementationMethods in org.alfresco.repo.coci with parameters of type CheckOutCheckInService Modifier and Type Method Description voidWorkingCopyAspect. setCheckOutCheckInService(CheckOutCheckInService checkOutCheckInService) -
Uses of CheckOutCheckInService in org.alfresco.repo.coci.traitextender
Subinterfaces of CheckOutCheckInService in org.alfresco.repo.coci.traitextender Modifier and Type Interface Description interfaceCheckOutCheckInServiceExtensioninterfaceCheckOutCheckInServiceTrait -
Uses of CheckOutCheckInService in org.alfresco.repo.doclink
Methods in org.alfresco.repo.doclink with parameters of type CheckOutCheckInService Modifier and Type Method Description voidDocumentLinkServiceImpl. setCheckOutCheckInService(CheckOutCheckInService checkOutCheckInService) -
Uses of CheckOutCheckInService in org.alfresco.repo.download
Methods in org.alfresco.repo.download with parameters of type CheckOutCheckInService Modifier and Type Method Description voidCreateDownloadArchiveAction. setCheckOutCheckInSerivce(CheckOutCheckInService checkOutCheckInService)Constructors in org.alfresco.repo.download with parameters of type CheckOutCheckInService Constructor Description ZipDownloadExporter(java.io.File zipFile, CheckOutCheckInService checkOutCheckInService, org.alfresco.service.cmr.repository.NodeService nodeService, RetryingTransactionHelper transactionHelper, DownloadStatusUpdateService updateService, DownloadStorage downloadStorage, org.alfresco.service.cmr.repository.NodeRef downloadNodeRef, long total, long totalFileCount)Construct -
Uses of CheckOutCheckInService in org.alfresco.repo.events
Fields in org.alfresco.repo.events declared as CheckOutCheckInService Modifier and Type Field Description protected CheckOutCheckInServiceAbstractEventsService. cociServiceMethods in org.alfresco.repo.events with parameters of type CheckOutCheckInService Modifier and Type Method Description voidAbstractEventsService. setCociService(CheckOutCheckInService cociService) -
Uses of CheckOutCheckInService in org.alfresco.repo.security.permissions.dynamic
Methods in org.alfresco.repo.security.permissions.dynamic with parameters of type CheckOutCheckInService Modifier and Type Method Description voidLockOwnerDynamicAuthority. setCheckOutCheckInService(CheckOutCheckInService checkOutCheckInService)Service to get the check-in details. -
Uses of CheckOutCheckInService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return CheckOutCheckInService Modifier and Type Method Description CheckOutCheckInServiceServiceDescriptorRegistry. getCheckOutCheckInService() -
Uses of CheckOutCheckInService in org.alfresco.repo.virtual.bundle
Classes in org.alfresco.repo.virtual.bundle that implement CheckOutCheckInService Modifier and Type Class Description classVirtualCheckOutCheckInServiceExtension -
Uses of CheckOutCheckInService in org.alfresco.service
Methods in org.alfresco.service that return CheckOutCheckInService Modifier and Type Method Description CheckOutCheckInServiceServiceRegistry. getCheckOutCheckInService()
-