public class RepositoryObject extends Object implements org.pentaho.di.repository.RepositoryElementMetaInterface
| Modifier and Type | Field and Description | 
|---|---|
static String | 
STRING_OBJECT_TYPE_JOB
Deprecated.  
 | 
static String | 
STRING_OBJECT_TYPE_TRANSFORMATION
Deprecated.  
 | 
| Constructor and Description | 
|---|
RepositoryObject()  | 
RepositoryObject(org.pentaho.di.repository.ObjectId objectId,
                String name,
                org.pentaho.di.repository.RepositoryDirectoryInterface repositoryDirectory,
                String modifiedUser,
                Date modifiedDate,
                org.pentaho.di.repository.RepositoryObjectType objectType,
                String description,
                boolean deleted)  | 
| Modifier and Type | Method and Description | 
|---|---|
static int | 
compareDates(Date one,
            Date two)  | 
static int | 
compareStrings(String one,
              String two)  | 
String | 
getDescription()  | 
Date | 
getModifiedDate()  | 
String | 
getModifiedUser()  | 
String | 
getName()  | 
org.pentaho.di.repository.ObjectId | 
getObjectId()  | 
org.pentaho.di.repository.RepositoryObjectType | 
getObjectType()  | 
org.pentaho.di.repository.RepositoryDirectoryInterface | 
getRepositoryDirectory()  | 
boolean | 
isDeleted()  | 
void | 
setDeleted(boolean deleted)  | 
void | 
setDescription(String description)  | 
void | 
setModifiedDate(Date modifiedDate)  | 
void | 
setModifiedUser(String modifiedUser)  | 
void | 
setName(String name)  | 
void | 
setObjectId(org.pentaho.di.repository.ObjectId objectId)  | 
void | 
setObjectType(org.pentaho.di.repository.RepositoryObjectType objectType)  | 
void | 
setRepositoryDirectory(org.pentaho.di.repository.RepositoryDirectoryInterface repositoryDirectory)  | 
static void | 
sortRepositoryObjects(List<org.pentaho.di.repository.RepositoryElementMetaInterface> objects,
                     int sortPosition,
                     boolean ascending)  | 
@Deprecated public static final String STRING_OBJECT_TYPE_TRANSFORMATION
@Deprecated public static final String STRING_OBJECT_TYPE_JOB
public RepositoryObject()
public RepositoryObject(org.pentaho.di.repository.ObjectId objectId,
                String name,
                org.pentaho.di.repository.RepositoryDirectoryInterface repositoryDirectory,
                String modifiedUser,
                Date modifiedDate,
                org.pentaho.di.repository.RepositoryObjectType objectType,
                String description,
                boolean deleted)
name - modifiedUser - modifiedDate - public Date getModifiedDate()
getModifiedDate in interface org.pentaho.di.repository.RepositoryElementMetaInterfacepublic void setModifiedDate(Date modifiedDate)
modifiedDate - the modifiedDate to setpublic String getModifiedUser()
getModifiedUser in interface org.pentaho.di.repository.RepositoryElementMetaInterfacepublic void setModifiedUser(String modifiedUser)
modifiedUser - the modifiedUser to setpublic String getName()
getName in interface org.pentaho.di.repository.RepositoryObjectInterfacepublic void setName(String name)
setName in interface org.pentaho.di.repository.RepositoryElementMetaInterfacename - the name to setpublic static final void sortRepositoryObjects(List<org.pentaho.di.repository.RepositoryElementMetaInterface> objects, int sortPosition, boolean ascending)
public org.pentaho.di.repository.RepositoryObjectType getObjectType()
getObjectType in interface org.pentaho.di.repository.RepositoryElementMetaInterfacepublic void setObjectType(org.pentaho.di.repository.RepositoryObjectType objectType)
objectType - the objectType to setpublic String getDescription()
getDescription in interface org.pentaho.di.repository.RepositoryElementMetaInterfacepublic void setDescription(String description)
description - the description to setpublic boolean isDeleted()
isDeleted in interface org.pentaho.di.repository.RepositoryElementMetaInterfacepublic void setDeleted(boolean deleted)
deleted - the deleted to setpublic org.pentaho.di.repository.RepositoryDirectoryInterface getRepositoryDirectory()
getRepositoryDirectory in interface org.pentaho.di.repository.RepositoryElementMetaInterfacepublic void setRepositoryDirectory(org.pentaho.di.repository.RepositoryDirectoryInterface repositoryDirectory)
repositoryDirectory - the repositoryDirectory to setpublic org.pentaho.di.repository.ObjectId getObjectId()
getObjectId in interface org.pentaho.di.repository.RepositoryObjectInterfacepublic void setObjectId(org.pentaho.di.repository.ObjectId objectId)
objectId - the objectId to set