Uses of Enum Class
org.pentaho.di.shared.SharedObjectUtil.ComparedState
Packages that use SharedObjectUtil.ComparedState
-
Uses of SharedObjectUtil.ComparedState in org.pentaho.di.shared
Methods in org.pentaho.di.shared that return SharedObjectUtil.ComparedStateModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SharedObjectUtil.ComparedState[]SharedObjectUtil.ComparedState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pentaho.di.shared that return types with arguments of type SharedObjectUtil.ComparedStateModifier and TypeMethodDescriptionstatic Map<org.pentaho.di.shared.SharedObjectsIO.SharedObjectType, Map<String, SharedObjectUtil.ComparedState>> SharedObjectUtil.collectChangedSharedObjects(AbstractMeta sourceMeta, org.pentaho.di.core.bowl.Bowl targetBowl, IRepositoryImporter importer) Collects the changes that would be made by moveAllSharedObjects().static <T extends org.pentaho.di.shared.SharedObjectInterface<T> & org.pentaho.di.repository.RepositoryElementInterface>
Map<String, SharedObjectUtil.ComparedState> SharedObjectUtil.collectChangedSharedObjects(SharedObjectsManagementInterface<T> sourceManager, SharedObjectsManagementInterface<T> targetManager, IRepositoryImporter importer)