public interface ManagedObject extends MetadataObject
AMPERSAND, AND, APPLICATION_JSON, ARTIFACT, ASC, ATTACHMENT, ATTACHMENTS, BASIC_AUTHENTICATION, BRANCH, BUILD, BUILD_REPORT, BUILD_REPORT_DATA, BUILD_RESULT, CATEGORY, CICS, COLLECTION, COMMA, CONTENT, CONTENT_TYPE, CREATED, CREATED_BY, DATASET, DATE, DEFAULT_SSL_PROTOCOLS, DEPLOY_TYPE, DESC, DLI, EQUALS, FILE, FORM_AUTHENTICATION, GROUP, GROUPS, ID, IMPACT_FILES, LABEL, LABELS, LANGUAGE, LAST_UPDATED, LAST_UPDATED_BY, LD_PREFIX, LIBRARY, LNAME, LOGICAL_DEPENDENCIES, LOGICAL_FILE, MEMBER, MINIMAL, MQ, NAME, ORDER, ORDER_BY, OWNER, PATH, PERMISSION, PROPERTIES, PROPERTY, QUESTION_MARK, QUOTE, REST, SELF, SIZE, SLASH, SOURCE, SPACE, SQL, STATE, STATUS, TEAM, TEXT_HTML, TYPE, VALUE, VERSION
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOwner()
Return the owner of the managed object
|
int |
getPermission()
Return the permission for the managed object
|
java.lang.String |
getTeam()
Return the team for the managed object
|
void |
setOwner(java.lang.String owner)
Set the owner of the managed object
|
void |
setPermission(int permission)
Set the permission for the managed object.
|
void |
setTeam(java.lang.String team)
Set the team for the managed object
|
getCreated, getCreatedBy, getLastUpdated, getLastUpdatedBy, toJSON, toString
java.lang.String getOwner() throws BuildException
BuildException
void setOwner(java.lang.String owner) throws BuildException
owner
- the owner of the managed objectBuildException
java.lang.String getTeam() throws BuildException
BuildException
void setTeam(java.lang.String team) throws BuildException
team
- the team for the managed objectBuildException
int getPermission() throws BuildException
BuildException
void setPermission(int permission) throws BuildException
permission
- the permission for the managed objectBuildException
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.