Interface TransferServicePolicies.BeforeStartInboundTransferPolicy
- All Superinterfaces:
ClassPolicy,Policy
- Enclosing interface:
- TransferServicePolicies
public static interface TransferServicePolicies.BeforeStartInboundTransferPolicy
extends ClassPolicy
Invoked immediately before processing of a new inbound transfer is started. Reported against the "trx:transferRecord" type (
TransferModel.TYPE_TRANSFER_RECORD-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked immediately before processing of a new inbound transfer is started.
-
Field Details
-
QNAME
-
-
Method Details
-
beforeStartInboundTransfer
void beforeStartInboundTransfer()Invoked immediately before processing of a new inbound transfer is started. Reported against the "trx:transferRecord" type (TransferModel.TYPE_TRANSFER_RECORD
-