Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)

84774: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
      80889: ACE-2213


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@85136 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2014-09-19 22:34:18 +00:00
parent 3350046e5c
commit 567bf7ed83
2 changed files with 2 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ public interface MetadataExtracter extends ContentWorker
* @author Derek Hulley * @author Derek Hulley
* @author Jesper Steen Møller * @author Jesper Steen Møller
*/ */
@AlfrescoPublicApi
public enum OverwritePolicy public enum OverwritePolicy
{ {
/** /**

View File

@@ -48,6 +48,7 @@ public class TransformationOptionPair implements Serializable
/** /**
* Action to take place for a given pair of values. * Action to take place for a given pair of values.
*/ */
@AlfrescoPublicApi
public enum Action public enum Action
{ {
THROW_EXCEPTION THROW_EXCEPTION