Jump to content
We've recently updated our Privacy Statement, available here ×

Modify resource


billokara
Go to solution Solved by billokara,

Recommended Posts

Hi,

for datasource resource, there's an example of creating/uploading the resource with schema/bundle etc files using:

ClientSemanticLayerDataSource domainEntity = session
        .resourcesService()
            .resource(domain)
                .withBundle(defBundle, newDefaultBundle)
                .withBundle(enUSBundle, newEnUsBundle)
                .withSecurityFile(securityFile, securityFile)
                .withSchema(schemaFile, schema)
            .inFolder("/my/new/folder/")
                .create()
                    .entity();       
 
But how to modfiy/replace an existing schema file with an updated file? 
 
 
Thanks!
Bill
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...