File Name
|
Description
|
---|---|
ApiClient.java
|
This class is used make requests to the external endpoint.
|
NumberGenerator.java
|
This class overrides Windchill’s NumberGenerator.java class and returns a unique number from the external endpoint, which is used to create the new ACME Engineered Material.
|
AcmeMaterialHelper.java
|
This class is used to persist the data to external endpoint when the ACME Engineered Material is created.
|
Streamer.java
|
This class establishes a stream connection with the external endpoint. It parses the responses received from the endpoint and appends them to the custom-table.
|
InventoryTableBuilder.java
|
This class contains the table builder for displaying the global inventory.
|
AcmeResultProcessorWrapper.java
|
This is a wrapper class required for the custom-table.
|
acmeManagerResource.java
|
This is a resource bundle file for the custom-actions.
|
File Name
|
Description
|
---|---|
ACMEOrganization.xml
|
To create an organization named ACMEOrganization.
|
ACMEUser.xml
|
To create a user named acmeorgadmin and assign the user admin role in ACMEOrganization.
|
ACMEAttributes.xml
|
To create the prerequisite attributes.
|
ACMEEngineeredMaterial.xml
|
To create the new sub-type under part.
|
ACMERuleAlgorithm.xml
|
To create an OIR required for use case 1.
|
ACMELifeCycleTemplate.xml
|
To create a life cycle template for use case 2.
|
ACMEProcessTemplate.xml
|
To create a workflow for use case 2.
|
loadFileSet.xml
|
To load all the loadFiles collectively.
|
custom.site.xconf
|
Add the property values to refer the custom-actions and custom-actionModels defined in this customization.
|
File Name
|
Description
|
inventory-actionModels.xml
|
To define the action models used in this package.
|
inventory-actions.xml
|
To define the actions used in this package.
|