This repository has been archived by the owner on Jul 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
michael-conway
committed
Apr 25, 2016
1 parent
57aa51f
commit 3319549
Showing
2 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
src/main/java/org/iplantc/de/publish/mechanism/api/PublishContext.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/** | ||
* | ||
*/ | ||
package org.iplantc.de.publish.mechanism.api; | ||
|
||
/** | ||
* Provides callbacks and context from DE publish service to the underlying | ||
* foreground mechanism. This allows the preValidate and synchronous parts of | ||
* the publish methods the ability to manipulate iRODS or call DE based services | ||
* that are selectively exposed. | ||
* | ||
* @author Mike Conway - DICE | ||
* | ||
*/ | ||
public interface PublishContext { | ||
|
||
/* | ||
* TODO: enumerate appropriate context and callback hooks | ||
*/ | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters