Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.core
Class OperationContribution

java.lang.Object
  extended by org.nuxeo.ecm.automation.core.OperationContribution

public class OperationContribution
extends Object

Author:
Bogdan Stefanescu

Field Summary
 boolean replace
          Put it to true to override an existing contribution having the same ID.
 Class<?> type
          The operation class that must be annotated using Operation annotation.
 
Constructor Summary
OperationContribution()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public Class<?> type
The operation class that must be annotated using Operation annotation.


replace

public boolean replace
Put it to true to override an existing contribution having the same ID. By default overriding is not permitted and an exception is thrown when this flag is on false.

Constructor Detail

OperationContribution

public OperationContribution()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.