Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.modules.registry.bucket
Interface BucketInstanceI  view BucketInstanceI download BucketInstanceI.java

All Superinterfaces:
com.flexstor.common.modules.registry.BaseInstanceI, com.flexstor.common.modules.registry.EditableInstanceI
All Known Implementing Classes:
BucketInstance

public interface BucketInstanceI
extends com.flexstor.common.modules.registry.EditableInstanceI


Field Summary
 
Fields inherited from interface com.flexstor.common.modules.registry.EditableInstanceI
LOCKED_BY_OTHER_INSTANCE, LOCKED_BY_THIS_INSTANCE, NOT_LOCKED
 
Method Summary
 long getRecordId()
           
 void setMultiValueData(com.flexstor.common.data.ejb.search.MultiValueData[] data)
           
 
Methods inherited from interface com.flexstor.common.modules.registry.EditableInstanceI
getData, getData, getData, getTimeStamp, hasPartialData, isDeleted, isInserted, isModified, isRecordLocked, isStructureLocked, lockRecord, lockStructure, renameAsCopyOf, resetData, restoreData, setDeleted, setInserted, setPartialData, setTimeStamp, unlockRecord, unlockStructure
 
Methods inherited from interface com.flexstor.common.modules.registry.BaseInstanceI
getChildren, getDescription, getDisguiseInstance, getFullDescription, getInstanceId, getLabel, getLabel, getLevel, getParentInstance, getPosition, getReportSignature, getResultSetInstance, getRootInstance, getStructureId, getTopBucket, getTraversalPath, getUserObject, isLowestBucket, isTopBucket, isValid, setUserObject, unlinkChild, unregister
 

Method Detail

setMultiValueData

public void setMultiValueData(com.flexstor.common.data.ejb.search.MultiValueData[] data)

getRecordId

public long getRecordId()