public abstract class SpoonSharedObjectDelegate extends SpoonDelegate
Modifier and Type | Field and Description |
---|---|
protected static Class<?> |
PKG |
protected SharedObjectSyncUtil |
sharedObjectSyncUtil |
log, loggingObject, spoon
Constructor and Description |
---|
SpoonSharedObjectDelegate(Spoon spoon) |
Modifier and Type | Method and Description |
---|---|
protected static String |
getMessage(String key) |
protected static String |
getMessage(String key,
Object... params) |
protected static boolean |
isDuplicate(List<? extends SharedObjectInterface> objects,
SharedObjectInterface object) |
protected void |
saveSharedObjects() |
protected <T extends SharedObjectInterface & RepositoryElementInterface & ChangedFlagInterface> |
saveSharedObjectToRepository(T sharedObject,
String versionComment) |
void |
setSharedObjectSyncUtil(SharedObjectSyncUtil sharedObjectSyncUtil) |
getMaxTabLength
protected static final Class<?> PKG
protected SharedObjectSyncUtil sharedObjectSyncUtil
public SpoonSharedObjectDelegate(Spoon spoon)
public void setSharedObjectSyncUtil(SharedObjectSyncUtil sharedObjectSyncUtil)
protected static boolean isDuplicate(List<? extends SharedObjectInterface> objects, SharedObjectInterface object)
protected <T extends SharedObjectInterface & RepositoryElementInterface & ChangedFlagInterface> void saveSharedObjectToRepository(T sharedObject, String versionComment) throws KettleException
KettleException
protected void saveSharedObjects()
Copyright © 2019 Hitachi Vantara. All rights reserved.