public class TransformationProject extends Reference
transformation_project asset type in IGC, displayed as 'Transformation Project' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceList |
containers
The
containers property, displayed as 'Containers' in the IGC UI. |
protected String |
created_by
The
created_by property, displayed as 'Created By' in the IGC UI. |
protected Date |
created_on
The
created_on property, displayed as 'Created On' in the IGC UI. |
protected ReferenceList |
folders
The
folders property, displayed as 'Folders' in the IGC UI. |
protected ReferenceList |
governed_by_rules
The
governed_by_rules property, displayed as 'Governed by Rules' in the IGC UI. |
protected Reference |
host__engine_
The
host_(engine) property, displayed as 'Host (Engine)' in the IGC UI. |
protected ReferenceList |
implements_rules
The
implements_rules property, displayed as 'Implements Rules' in the IGC UI. |
protected ReferenceList |
in_collections
The
in_collections property, displayed as 'In Collections' in the IGC UI. |
protected String |
include_for_lineage
The
include_for_lineage property, displayed as 'Include for Lineage' in the IGC UI. |
protected Boolean |
include_for_lineage_desc
The
include_for_lineage_desc property, displayed as 'Include for Lineage' in the IGC UI. |
protected ReferenceList |
jobs
The
jobs property, displayed as 'Jobs' in the IGC UI. |
protected ReferenceList |
machine_profiles
The
machine_profiles property, displayed as 'Machine Profiles' in the IGC UI. |
protected ReferenceList |
match_specifications
The
match_specifications property, displayed as 'Match Specifications' in the IGC UI. |
protected String |
modified_by
The
modified_by property, displayed as 'Modified By' in the IGC UI. |
protected Date |
modified_on
The
modified_on property, displayed as 'Modified On' in the IGC UI. |
protected String |
name
The
name property, displayed as 'Name' in the IGC UI. |
protected ReferenceList |
parameter_sets
The
parameter_sets property, displayed as 'Parameter Sets' in the IGC UI. |
protected ReferenceList |
routines
The
routines property, displayed as 'Routines' in the IGC UI. |
protected ReferenceList |
stage_types
The
stage_types property, displayed as 'Stage Types' in the IGC UI. |
protected ReferenceList |
standardization_rule_sets
The
standardization_rule_sets property, displayed as 'Standardization Rule Sets' in the IGC UI. |
protected ReferenceList |
table_definitions
The
table_definitions property, displayed as 'Table Definitions' in the IGC UI. |
protected ReferenceList |
transforms
The
transforms property, displayed as 'Transforms' in the IGC UI. |
| Constructor and Description |
|---|
TransformationProject() |
canAssetBeCreatedFromPOJO, getAllPropertiesFromPOJO, getAssetDetails, getAssetTypeForSearch, getAssetTypeFromPOJO, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getContext, getDisplayNameFromPOJO, getFieldByName, getFullAssetDetails, getId, getIdentity, getName, getNonRelationshipPropertiesFromPOJO, getPagedRelationalPropertiesFromPOJO, getPropertyByName, getStringPropertiesFromPOJO, getType, getUrl, hasModificationDetails, hasModificationDetails, hasProperty, isCreatableFromPOJO, isFullyRetrieved, isReference, isReference, isReferenceList, isReferenceList, isSimpleType, isSimpleType, populateContext, populateModificationDetails, setContext, setFullyRetrieved, setId, setName, setPropertyByName, setType, setUrlgetAllFields, toStringprotected String name
name property, displayed as 'Name' in the IGC UI.protected Reference host__engine_
host_(engine) property, displayed as 'Host (Engine)' in the IGC UI.
Reference to a HostEngine object.protected ReferenceList implements_rules
implements_rules property, displayed as 'Implements Rules' in the IGC UI.
ReferenceList of InformationGovernanceRule objects.protected ReferenceList governed_by_rules
governed_by_rules property, displayed as 'Governed by Rules' in the IGC UI.
ReferenceList of InformationGovernanceRule objects.protected String include_for_lineage
include_for_lineage property, displayed as 'Include for Lineage' in the IGC UI.
protected Boolean include_for_lineage_desc
include_for_lineage_desc property, displayed as 'Include for Lineage' in the IGC UI.protected ReferenceList folders
folders property, displayed as 'Folders' in the IGC UI.
ReferenceList of Dsfolder objects.protected ReferenceList jobs
protected ReferenceList containers
containers property, displayed as 'Containers' in the IGC UI.
ReferenceList of SharedContainer objects.protected ReferenceList stage_types
stage_types property, displayed as 'Stage Types' in the IGC UI.
ReferenceList of DsstageType objects.protected ReferenceList table_definitions
table_definitions property, displayed as 'Table Definitions' in the IGC UI.
ReferenceList of TableDefinition objects.protected ReferenceList standardization_rule_sets
standardization_rule_sets property, displayed as 'Standardization Rule Sets' in the IGC UI.
ReferenceList of StandardizationRuleSet objects.protected ReferenceList match_specifications
match_specifications property, displayed as 'Match Specifications' in the IGC UI.
ReferenceList of MatchSpecification objects.protected ReferenceList parameter_sets
parameter_sets property, displayed as 'Parameter Sets' in the IGC UI.
ReferenceList of ParameterSet objects.protected ReferenceList transforms
transforms property, displayed as 'Transforms' in the IGC UI.
ReferenceList of TransformsFunction objects.protected ReferenceList routines
routines property, displayed as 'Routines' in the IGC UI.
ReferenceList of Routine objects.protected ReferenceList machine_profiles
machine_profiles property, displayed as 'Machine Profiles' in the IGC UI.
ReferenceList of MachineProfile objects.protected ReferenceList in_collections
in_collections property, displayed as 'In Collections' in the IGC UI.
ReferenceList of Collection objects.protected String created_by
created_by property, displayed as 'Created By' in the IGC UI.protected Date created_on
created_on property, displayed as 'Created On' in the IGC UI.protected String modified_by
modified_by property, displayed as 'Modified By' in the IGC UI.protected Date modified_on
modified_on property, displayed as 'Modified On' in the IGC UI.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public Reference getHostEngine()
host__engine_public void setHostEngine(Reference host__engine_)
host__engine_public ReferenceList getImplementsRules()
implements_rulespublic void setImplementsRules(ReferenceList implements_rules)
implements_rulespublic ReferenceList getGovernedByRules()
governed_by_rulespublic void setGovernedByRules(ReferenceList governed_by_rules)
governed_by_rulespublic String getIncludeForLineage()
include_for_lineagepublic void setIncludeForLineage(String include_for_lineage)
include_for_lineagepublic Boolean getIncludeForLineageDesc()
include_for_lineage_descpublic void setIncludeForLineageDesc(Boolean include_for_lineage_desc)
include_for_lineage_descpublic ReferenceList getFolders()
folderspublic void setFolders(ReferenceList folders)
folderspublic ReferenceList getJobs()
jobspublic void setJobs(ReferenceList jobs)
jobspublic ReferenceList getContainers()
containerspublic void setContainers(ReferenceList containers)
containerspublic ReferenceList getStageTypes()
stage_typespublic void setStageTypes(ReferenceList stage_types)
stage_typespublic ReferenceList getTableDefinitions()
table_definitionspublic void setTableDefinitions(ReferenceList table_definitions)
table_definitionspublic ReferenceList getStandardizationRuleSets()
standardization_rule_setspublic void setStandardizationRuleSets(ReferenceList standardization_rule_sets)
standardization_rule_setspublic ReferenceList getMatchSpecifications()
match_specificationspublic void setMatchSpecifications(ReferenceList match_specifications)
match_specificationspublic ReferenceList getParameterSets()
parameter_setspublic void setParameterSets(ReferenceList parameter_sets)
parameter_setspublic ReferenceList getTransforms()
transformspublic void setTransforms(ReferenceList transforms)
transformspublic ReferenceList getRoutines()
routinespublic void setRoutines(ReferenceList routines)
routinespublic ReferenceList getMachineProfiles()
machine_profilespublic void setMachineProfiles(ReferenceList machine_profiles)
machine_profilespublic ReferenceList getInCollections()
in_collectionspublic void setInCollections(ReferenceList in_collections)
in_collectionspublic String getCreatedBy()
created_bypublic void setCreatedBy(String created_by)
created_bypublic Date getCreatedOn()
created_onpublic void setCreatedOn(Date created_on)
created_onpublic String getModifiedBy()
modified_bypublic void setModifiedBy(String modified_by)
modified_bypublic Date getModifiedOn()
modified_onpublic void setModifiedOn(Date modified_on)
modified_onpublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.