xtendm3-sdk.0.18.3.source-code.ExtensionAPI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtendm3-sdk Show documentation
Show all versions of xtendm3-sdk Show documentation
XtendM3 SDK for developing XtendM3 Extensions locally
The newest version!
/**
* API for Extension
*
* @since API Version 0.1.0
*/
public interface ExtensionAPI {
/**
* Get Extension name
*
* @return Extension name
* @since API Version 0.1.0
*/
String getName();
/**
* Get Extension creator
*
* @return Extension creator user id
* @since API Version 0.1.0
*/
String getCreator();
/**
* Get last modified by
*
* @return Last modified by user id
* @since API Version 0.1.0
*/
String getLastModifiedBy();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy