1.39.3. The Invocation Context

The InvocationContext contains the current Item, the current ExoContainer and the current EventType is like below:

public interface InvocationContext extends ContextBase {


  Item getCurrentItem();
  int getEventType();
  
  ExoContainer getContainer();
}
Copyright ©2012. All rights reserved. eXo Platform SAS