public interface IBundleDefinition extends ICICSDefinition
| Modifier and Type | Interface and Description |
|---|---|
static class |
IBundleDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENT
|
static class |
IBundleDefinition.StatusValue
Enumeration type for field STATUS
|
COPYRIGHT| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBasescope()
Getter for field BASESCOPE
|
java.lang.String |
getBundledir()
Getter for field BUNDLEDIR
|
IBundleDefinition.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT
|
ICICSDefinitionReference<IBundleDefinition> |
getCICSObjectReference() |
ICICSType<IBundleDefinition> |
getObjectType() |
IBundleDefinition.StatusValue |
getStatus()
Getter for field STATUS
|
java.lang.String |
getUserdata1()
Getter for field USERDATA1
|
java.lang.String |
getUserdata2()
Getter for field USERDATA2
|
java.lang.String |
getUserdata3()
Getter for field USERDATA3
|
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersiongetCICSType, getNameICICSType<IBundleDefinition> getObjectType()
getObjectType in interface ICICSDefinitiongetObjectType in interface ICICSObjectgetObjectType in interface IDefinitiongetObjectType in interface com.ibm.cics.model.meta.ITypedObjectIBundleDefinition.ChangeAgentValue getChangeAgent()
Last changed by agent
The change agent identifier that made the last modification.
java.lang.String getUserdata1()
User data area 1
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
java.lang.String getUserdata2()
User data area 2
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
java.lang.String getUserdata3()
User data area 3
Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.
IBundleDefinition.StatusValue getStatus()
Enable Status
Specifies the initial status of the BUNDLE when it is installed;
java.lang.String getBundledir()
Name of the BUNDLE directory on zFS
Specifies the 1 to 255 character fully-qualified name of the Bundle directory on zFS
java.lang.String getBasescope()
Base scope
Specifies the 1 - 255 character universal resource identifier (URI) that defines the root namespace where the contents of the bundle are created. Use a scope value when you want to logically group different bundles together.
ICICSDefinitionReference<IBundleDefinition> getCICSObjectReference()
getCICSObjectReference in interface ICICSDefinitiongetCICSObjectReference in interface ICICSObjectgetCICSObjectReference in interface IDefinitionCopyright ? 2008-2015 IBM Corp. All Rights Reserved.