public class Context
extends java.lang.Object
Constructor and Description |
---|
Context()
The default constructor.
|
Context(Context other)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object other) |
static Context |
getCurrent()
Returns a reference to the context the plugin is currently being called from.
|
long |
getId()
Equivalent to the EPL method getId on the context type
|
java.lang.String |
getName()
Returns the name of the context.
|
int |
hashCode() |
boolean |
isPublic()
Returns true if the context is public (receives external / enqueued events)
|
java.lang.String |
toString()
Returns a string representation of the context instance.
|
public Context()
public Context(Context other)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getName()
public boolean isPublic()
public long getId()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
Object.clone()
public static Context getCurrent()
Submit a bug or feature
Copyright (c) 2013-2021 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.