Uses of Class
overit.geocallapp.wfm.assets.bl.event.AssetInsertInput
Packages that use AssetInsertInput
-
Uses of AssetInsertInput in overit.geocallapp.wfm.assets.bl.event
Constructors in overit.geocallapp.wfm.assets.bl.event with parameters of type AssetInsertInputModifierConstructorDescriptionAssetInsertEvent(AssetInsertInput input) Instantiates a new asset insert event.Constructor parameters in overit.geocallapp.wfm.assets.bl.event with type arguments of type AssetInsertInputModifierConstructorDescriptionInstantiates a new asset insert batch event -
Uses of AssetInsertInput in overit.geocallapp.wfm.assets.bl.task
Methods in overit.geocallapp.wfm.assets.bl.task with parameters of type AssetInsertInputModifier and TypeMethodDescriptionprotected LongBTAssetInsert.insertAsset(AssetInsertInput input, PoolKit poolKit) Inserts the given asset.protected voidBTAssetInsert.validate(AssetInsertInput input, PoolKit poolKit) Validates the data before the insertion.