Methods in it.eng.spagobi.tools.importexport that return SbiArtifact |
static SbiArtifact |
ImportUtilities.associateWithExistingEntities(SbiArtifact newArtifact,
SbiArtifact exportedArtifact,
SbiArtifactContent exportedArtifactContent,
org.hibernate.Session sessionCurrDB,
ImporterMetadata importer,
MetadataAssociations metaAss)
|
static SbiArtifact |
ImportUtilities.insertArtifactContent(SbiArtifact newArtifact,
SbiArtifact exportedArtifact,
SbiArtifactContent exportedArtifactContent,
org.hibernate.Session sessionCurrDB,
ImporterMetadata importer,
MetadataAssociations metaAss)
|
static SbiArtifact |
ImportUtilities.makeNew(SbiArtifact exportedArtifact,
org.hibernate.Session sessionCurrDB,
it.eng.spago.security.IEngUserProfile profile)
Make new Artifact. |
static SbiArtifact |
ImportUtilities.modifyExisting(SbiArtifact exportedArtifact,
org.hibernate.Session sessionCurrDB,
java.lang.Integer existingId,
org.hibernate.Session sessionExpDB,
it.eng.spago.security.IEngUserProfile profile)
Load an existing artifact and make modifications as per the exported artifact in input |
Methods in it.eng.spagobi.tools.importexport with parameters of type SbiArtifact |
static SbiArtifact |
ImportUtilities.associateWithExistingEntities(SbiArtifact newArtifact,
SbiArtifact exportedArtifact,
SbiArtifactContent exportedArtifactContent,
org.hibernate.Session sessionCurrDB,
ImporterMetadata importer,
MetadataAssociations metaAss)
|
static SbiArtifact |
ImportUtilities.insertArtifactContent(SbiArtifact newArtifact,
SbiArtifact exportedArtifact,
SbiArtifactContent exportedArtifactContent,
org.hibernate.Session sessionCurrDB,
ImporterMetadata importer,
MetadataAssociations metaAss)
|
static SbiArtifact |
ImportUtilities.makeNew(SbiArtifact exportedArtifact,
org.hibernate.Session sessionCurrDB,
it.eng.spago.security.IEngUserProfile profile)
Make new Artifact. |
static SbiArtifact |
ImportUtilities.modifyExisting(SbiArtifact exportedArtifact,
org.hibernate.Session sessionCurrDB,
java.lang.Integer existingId,
org.hibernate.Session sessionExpDB,
it.eng.spago.security.IEngUserProfile profile)
Load an existing artifact and make modifications as per the exported artifact in input |