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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbeforeStartInboundTransfer()Invoked immediately before processing of a new inbound transfer is started.
-
-
-
Method Detail
-
beforeStartInboundTransfer
void beforeStartInboundTransfer()
Invoked immediately before processing of a new inbound transfer is started. Reported against the "trx:transferRecord" type (TransferModel.TYPE_TRANSFER_RECORD
-
-