|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectPropertyMap in com.bmc.arsys.api |
---|
Methods in com.bmc.arsys.api that return ObjectPropertyMap | |
---|---|
ObjectPropertyMap |
View.getObjectProperties()
Returns the object properties associated with a SCC integration. |
ObjectPropertyMap |
Field.getObjectProperty()
Returns list of object properties. |
ObjectPropertyMap |
ActiveLink.getProperties()
Returns a list of server object property tags. |
ObjectPropertyMap |
Container.getProperties()
Returns object properties list associated with the container. |
ObjectPropertyMap |
Escalation.getProperties()
Returns list of server object property tags. |
ObjectPropertyMap |
Filter.getProperties()
Returns a list of server object property tags you can specify. |
ObjectPropertyMap |
Form.getProperties()
Returns the object properties associated with a SCC integration. |
ObjectPropertyMap |
Image.getProperties()
Returns list of server object property tags. |
ObjectPropertyMap |
Menu.getProperties()
Returns all property information of menu. |
ObjectPropertyMap |
EntryPointInfo.getProps()
Gets the entry point's object properties. |
Methods in com.bmc.arsys.api with parameters of type ObjectPropertyMap | |
---|---|
List<String> |
ARServerUser.getListActiveLink(String formName,
long changedSince,
ObjectPropertyMap propsToSearch)
Returns the name of all (accessible) active links that match with the given criteria. |
List<String> |
ARServerUser.getListContainer(long changedSince,
int[] containerTypes,
boolean hiddenFlag,
List<ContainerOwner> ownerList,
ObjectPropertyMap propsToSearch)
Returns the names of all (accessible) Container object that meet the given criteria. |
List<Container> |
ARServerUser.getListContainerObjects(long changedSince,
int[] containerTypes,
boolean hiddenFlag,
List<ContainerOwner> ownerList,
ObjectPropertyMap propsToSearch,
ContainerCriteria criteria)
Returns detailed information of all (accessible) Container objects that match with the given criteria |
List<String> |
ARServerUser.getListEscalation(String formName,
long changedSince,
ObjectPropertyMap propsToSearch)
return the names of all (accessible) Escalation objects that match the given criteria |
List<Integer> |
ARServerUser.getListField(String formName,
int fieldTypeMask,
long changedSince,
ObjectPropertyMap propsToSearch)
Returns the ids of all (accessible) fields that matches with the given criteria. |
List<String> |
ARServerUser.getListFilter(String formName,
long changedSince,
ObjectPropertyMap propsToSearch)
Returns all the name of all (accessible) filters that match with the given criteria. |
List<String> |
ARServerUser.getListForm(long changedSince,
int formType,
String formName,
int[] fieldIds,
ObjectPropertyMap propsToSearch)
return the name of all (accessible) forms that match the specified criteria |
List<String> |
ARServerUser.getListImage(List<String> formList,
long changedSince,
String imageType,
ObjectPropertyMap propsToSearch)
return the names of all Image objects that match the given criteria |
List<String> |
ARServerUser.getListMenu(long changedSince,
List<String> forms,
List<String> activeLinks,
ObjectPropertyMap propsToSearch)
Returns names of all (accessible) menu that match with the given criteria |
List<Integer> |
ARServerUser.getListView(String formName,
long changedSince,
ObjectPropertyMap propsToSearch)
Returns the names of all views that reside on the provided form, and modified after the given timestamp. |
void |
View.setObjectProperties(ObjectPropertyMap props)
Sets the object properties associated with a Source Code Control (SCC) integration. |
void |
Field.setObjectProperty(ObjectPropertyMap objPropList)
Set list of object properties. |
void |
ActiveLink.setProperties(ObjectPropertyMap objPropList)
Sets a list of server object property tags you can specify. |
void |
Container.setProperties(ObjectPropertyMap props)
Sets object properties list associated with the container. |
void |
Escalation.setProperties(ObjectPropertyMap objPropList)
Sets list of server object property tags you can specify. |
void |
Filter.setProperties(ObjectPropertyMap objPropList)
Sets a list of server object property tags you can specify. |
void |
Form.setProperties(ObjectPropertyMap props)
Sets the object properties associated with a Source Code Control (SCC) integration. |
void |
Image.setProperties(ObjectPropertyMap objPropList)
Sets list of server object property tags you can specify. |
void |
Menu.setProperties(ObjectPropertyMap props)
Sets property information of menu. |
void |
EntryPointInfo.setProps(ObjectPropertyMap props)
Sets the entry point's object properties. |
void |
MethodValidator.verifyARGetListActiveLink(com.bmc.arsys.apitransport.ApiUserContextI context,
String formName,
long changedSince,
ObjectPropertyMap propsToSearch)
|
void |
MethodValidator.verifyARGetListContainer(com.bmc.arsys.apitransport.ApiUserContextI context,
long changedSince,
int[] containerTypes,
boolean hiddenFlag,
List<ContainerOwner> ownerList,
ObjectPropertyMap propsToSearch)
|
void |
MethodValidator.verifyARGetListEscalation(com.bmc.arsys.apitransport.ApiUserContextI context,
String formName,
long changedSince,
ObjectPropertyMap propsToSearch)
|
void |
MethodValidator.verifyARGetListFilter(com.bmc.arsys.apitransport.ApiUserContextI context,
String formName,
long changedSince,
ObjectPropertyMap propsToSearch)
|
void |
MethodValidator.verifyARGetListForm(com.bmc.arsys.apitransport.ApiUserContextI context,
long changedSince,
int formType,
String formName,
int[] fieldIds,
ObjectPropertyMap propsToSearch)
|
void |
MethodValidator.verifyARGetListMenu(com.bmc.arsys.apitransport.ApiUserContextI context,
long arg1,
List<String> arg2,
List<String> arg3,
ObjectPropertyMap arg4)
|
Constructors in com.bmc.arsys.api with parameters of type ObjectPropertyMap | |
---|---|
ActiveLink(int order,
List<String> formList,
List<Integer> groupList,
int executeMask,
int controlField,
int focusField,
boolean enable,
QualifierInfo query,
List<ActiveLinkAction> actionList,
List<ActiveLinkAction> elseList,
ObjectPropertyMap objPropList,
String name,
String helpText,
int lastUpdateTime,
String owner,
String lastChangedBy,
String diaryStr)
construct an activelink instance with the provided characteristics |
|
Escalation(EscalationTimeCriteria escalationTm,
List<String> workflowConnect,
boolean enable,
QualifierInfo query,
List<FilterAction> actionList,
List<FilterAction> elseList,
ObjectPropertyMap objPropList,
String name,
String helpText,
int lastUpdateTime,
String owner,
String lastChangedBy,
String diaryStr)
|
|
Filter(int order,
List<String> formList,
int opSet,
boolean enable,
QualifierInfo query,
List<FilterAction> actionList,
List<FilterAction> elseList,
ObjectPropertyMap objPropList,
String name,
String helpText,
int lastUpdateTime,
String owner,
String lastChangedBy,
String diaryStr)
|
|
Image(String name,
String helpText,
int lastUpdateTime,
String owner,
String lastChangedBy,
String diaryStr,
String imageType,
ImageData data,
String description,
String checkSum,
ObjectPropertyMap objPropList)
|
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |