Skip to content

How to apply BimServerJavaClientDemo  #1

@lkmoe

Description

@lkmoe

Hi,

If I want to handle n different actions or combinations of actions

e.g.
1. do CreateProject
2. do CheckInIfcFile
3. do AddExtendedData
4. do CreateProject AND CheckInIfcFile
5. do CreateProject AND AddExtendedData
...
n. ...

would I write n classes extending GenericDemoClient and implement whatever I want to do in their doSomethingWithClient() method?

And therefore end up with a set of n classes!?

e.g.
1. CreateProject.java
2. CheckInIfcFile.java
3. AddExtendedData.java
4. CreateProjectAndCheckInIfcFile.java
5. CreateProjectAndAddExtendedData.java
...
n. ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions