| Package | Description |
|---|---|
| org.apache.oozie.fluentjob.api.action |
| Modifier and Type | Method and Description |
|---|---|
List<Delete> |
FSAction.getDeletes()
Returns the
Delete objects that specify which directories or files will be deleted when running this action. |
List<Delete> |
ActionAttributes.getDeletes()
Returns a list of the
Delete objects stored in this ActionAttributes object. |
List<Delete> |
Prepare.getDeletes()
Returns the
Delete objects that specify which directories or files will be deleted. |
| Modifier and Type | Method and Description |
|---|---|
FSActionBuilder |
FSActionBuilder.withDelete(Delete delete)
Registers a
Delete object with this builder. |
FSActionBuilder |
FSActionBuilder.withoutDelete(Delete delete)
Removes a
Delete object if it is registered with this builder, otherwise does nothing. |
Copyright © 2021 Apache Software Foundation. All rights reserved.